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

Public Member Functions

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

Detailed Description

Definition at line 29 of file MyTasks.cxx.

Constructor & Destructor Documentation

MyGeomInit::MyGeomInit ( )
inline

Definition at line 32 of file MyTasks.cxx.

32 {;}
MyGeomInit::MyGeomInit ( const char *  name,
const char *  title 
)
virtual MyGeomInit::~MyGeomInit ( )
inlinevirtual

Definition at line 34 of file MyTasks.cxx.

34 {;}

Member Function Documentation

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

Definition at line 180 of file MyTasks.cxx.

References printf().

181 {
182  printf("MyGeomInit executing\n");
183 }

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