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

Public Member Functions

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

Detailed Description

Definition at line 134 of file MyTasks.cxx.

Constructor & Destructor Documentation

MyRecGlobal::MyRecGlobal ( )
inline

Definition at line 137 of file MyTasks.cxx.

137 {;}
MyRecGlobal::MyRecGlobal ( const char *  name,
const char *  title 
)
virtual MyRecGlobal::~MyRecGlobal ( )
inlinevirtual

Definition at line 139 of file MyTasks.cxx.

139 {;}

Member Function Documentation

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

Definition at line 297 of file MyTasks.cxx.

References printf().

298 {
299  printf("MyRecGlobal executing\n");
300 }

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