er
dev
|
Public Member Functions | |
ERMCApplication (const char *name, const char *title, TObjArray *ModList, const char *MatName) | |
ERMCApplication () | |
virtual | ~ERMCApplication () |
virtual void | Stepping () |
virtual void | BeginEvent () |
virtual void | FinishEvent () |
void | SetDecayer (ERDecayer *decayer) |
ERDecayer * | GetDecayer () |
Static Public Member Functions | |
static ERMCApplication * | Instance () |
Private Attributes | |
ERDecayer * | fDecayer |
Definition at line 12 of file ERMCApplication.h.
ERMCApplication::ERMCApplication | ( | ) |
default constructor
Definition at line 17 of file ERMCApplication.cxx.
|
virtual |
default destructor
Definition at line 22 of file ERMCApplication.cxx.
|
virtual |
Define actions at the beginning of the event
Definition at line 36 of file ERMCApplication.cxx.
|
virtual |
Define actions at the end of event
Definition at line 42 of file ERMCApplication.cxx.
|
inlinestatic |
Singelton instance
Definition at line 46 of file ERMCApplication.h.
|
virtual |
Define action at each step, dispatch the action to the corresponding detectors
Definition at line 27 of file ERMCApplication.cxx.