#include <TG3Application.h>
Public Member Functions | |
TG3Application (const char *name, const char *title) | |
TG3Application () | |
virtual | ~TG3Application () |
void | InitMC (const char *setup) |
void | RunMC (Int_t nofEvents) |
void | FinishRun () |
virtual void | ConstructGeometry () |
virtual void | InitGeometry () |
virtual void | GeneratePrimaries () |
virtual void | BeginEvent () |
virtual void | BeginPrimary () |
virtual void | PreTrack () |
virtual void | Stepping () |
virtual void | PostTrack () |
virtual void | FinishPrimary () |
virtual void | FinishEvent () |
virtual Double_t | TrackingRmax () const |
virtual Double_t | TrackingZmax () const |
virtual void | Field (const Double_t *x, Double_t *b) const |
Static Public Member Functions | |
static TG3Application * | Instance () |
Private Member Functions | |
void | ConstructMaterials () |
void | ConstructVolumes () |
Private Attributes | |
TVirtualMCStack * | fStack |
Definition at line 14 of file TG3Application.h.
TG3Application::TG3Application | ( | const char * | name, |
const char * | title | ||
) |
TG3Application::TG3Application | ( | ) |
Definition at line 37 of file TG3Application.cxx.
|
virtual |
Definition at line 47 of file TG3Application.cxx.
|
virtual |
Definition at line 144 of file TG3Application.cxx.
|
virtual |
Definition at line 154 of file TG3Application.cxx.
|
virtual |
Definition at line 114 of file TG3Application.cxx.
|
private |
Definition at line 61 of file TG3Application.cxx.
|
private |
Definition at line 71 of file TG3Application.cxx.
|
virtual |
Definition at line 231 of file TG3Application.cxx.
|
virtual |
Definition at line 201 of file TG3Application.cxx.
|
virtual |
Definition at line 191 of file TG3Application.cxx.
void TG3Application::FinishRun | ( | ) |
Definition at line 104 of file TG3Application.cxx.
|
virtual |
Definition at line 135 of file TG3Application.cxx.
|
virtual |
Definition at line 125 of file TG3Application.cxx.
void TG3Application::InitMC | ( | const char * | setup | ) |
Definition at line 81 of file TG3Application.cxx.
|
inlinestatic |
Definition at line 57 of file TG3Application.h.
|
virtual |
Definition at line 181 of file TG3Application.cxx.
|
virtual |
Definition at line 164 of file TG3Application.cxx.
void TG3Application::RunMC | ( | Int_t | nofEvents | ) |
Definition at line 92 of file TG3Application.cxx.
|
virtual |
Definition at line 172 of file TG3Application.cxx.
|
virtual |
Definition at line 211 of file TG3Application.cxx.
|
virtual |
Definition at line 221 of file TG3Application.cxx.
|
private |
Definition at line 50 of file TG3Application.h.