#include <MCAppUser.h>
Inheritance diagram for MCAppUser:

Public Member Functions | |
| MCAppUser (const char *name, const char *title) | |
| virtual | ~MCAppUser () |
| virtual void | GeneratePrimaries ()=0 |
| virtual void | BeginEvent ()=0 |
| virtual void | BeginPrimary ()=0 |
| virtual void | PreTrack ()=0 |
| virtual void | Stepping ()=0 |
| virtual void | PostTrack ()=0 |
| virtual void | FinishPrimary ()=0 |
| virtual void | FinishEvent ()=0 |
| virtual TVirtualMCStack * | GetStack () const =0 |
| virtual Double_t | TrackingRmax () const |
| virtual Double_t | TrackingZmax () const |
|
||||||||||||
|
Definition at line 25 of file MCAppUser.cxx. References MSG. 00026 : TNamed(name,title) {
00027 // Normal constructor
00028
00029 MSG("MCApp",Msg::kDebug) << "MCAppUser normal ctor @ " << this << endl;
00030
00031 }
|
|
|
Definition at line 35 of file MCAppUser.cxx. References MSG. 00035 {
00036 // Destructor. Delete all owned sub-objects
00037
00038 MSG("MCApp",Msg::kDebug) << "MCAppUser dtor @ " << this << endl;
00039
00040 }
|
|
|
Implemented in GeoSwimApplication, and PTSimApplication. |
|
|
Implemented in GeoSwimApplication, and PTSimApplication. |
|
|
Implemented in GeoSwimApplication, and PTSimApplication. |
|
|
Implemented in GeoSwimApplication, and PTSimApplication. |
|
|
Implemented in GeoSwimApplication, and PTSimApplication. |
|
|
Implemented in GeoSwimApplication, and PTSimApplication. Referenced by MCApplication::InitMC(), and MCApplication::SetUserApplication(). |
|
|
Implemented in GeoSwimApplication, and PTSimApplication. |
|
|
Implemented in GeoSwimApplication, and PTSimApplication. |
|
|
Implemented in GeoSwimApplication, and PTSimApplication. |
|
|
Definition at line 46 of file MCAppUser.h. 00046 { return DBL_MAX; }
|
|
|
Definition at line 48 of file MCAppUser.h. 00048 { return DBL_MAX; }
|
1.3.9.1