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

Public Member Functions

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

Detailed Description

Definition at line 18 of file MyTasks.cxx.

Constructor & Destructor Documentation

MyEvent::MyEvent ( )
inline

Definition at line 21 of file MyTasks.cxx.

21 {;}
MyEvent::MyEvent ( const char *  name,
const char *  title 
)
virtual MyEvent::~MyEvent ( )
inlinevirtual

Definition at line 23 of file MyTasks.cxx.

23 {;}

Member Function Documentation

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

Definition at line 167 of file MyTasks.cxx.

References printf().

168 {
169  printf("MyEvent executing\n");
170 }

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