AlcapDAQ  1
Public Member Functions
MyRun Class Reference
Inheritance diagram for MyRun:

Public Member Functions

 MyRun ()
 
 MyRun (const char *name, const char *title)
 
virtual ~MyRun ()
 
void Exec (Option_t *option="")
 

Detailed Description

Definition at line 7 of file MyTasks.cxx.

Constructor & Destructor Documentation

MyRun::MyRun ( )
inline

Definition at line 10 of file MyTasks.cxx.

10 {;}
MyRun::MyRun ( const char *  name,
const char *  title 
)
virtual MyRun::~MyRun ( )
inlinevirtual

Definition at line 12 of file MyTasks.cxx.

12 {;}

Member Function Documentation

void MyRun::Exec ( Option_t *  option = "")

Definition at line 154 of file MyTasks.cxx.

References printf().

155 {
156  printf("MyRun executing\n");
157 }

The documentation for this class was generated from the following file: