|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4TruthSteppingAction.h>
Inheritance diagram for PHG4TruthSteppingAction:
Collaboration diagram for PHG4TruthSteppingAction:Public Member Functions | |
| PHG4TruthSteppingAction (PHG4TruthEventAction *) | |
| constructor More... | |
| virtual | ~PHG4TruthSteppingAction () |
| destroctor More... | |
| virtual bool | UserSteppingAction (const G4Step *, bool) |
| stepping action More... | |
Public Member Functions inherited from PHG4SteppingAction | |
| PHG4SteppingAction (const int i=0) | |
| virtual | ~PHG4SteppingAction () |
| virtual void | Verbosity (const int i) |
| int | Verbosity () const |
| virtual int | Init () |
| virtual double | GetScintLightYield (const G4Step *step) |
| get scintillation photon count. It require a custom set SCINTILLATIONYIELD property to work More... | |
| virtual double | GetVisibleEnergyDeposition (const G4Step *step) |
| get amount of energy that can make scintillation light, in Unit of GeV. More... | |
| virtual void | StoreLocalCoordinate (PHG4Hit *hit, const G4Step *step, const bool do_prepoint, const bool do_postpoint) |
| Extract local coordinate of the hit and save to PHG4Hit. More... | |
| virtual void | SetInterfacePointers (PHCompositeNode *) |
| virtual void | Print (const std::string &what) const |
| void | SetOpt (const std::string &name, const int i) |
| bool | IntOptExist (const std::string &name) |
| int | GetIntOpt (const std::string &name) |
| std::string | GetName () const |
Additional Inherited Members | |
Protected Attributes inherited from PHG4SteppingAction | |
| int | verbosity |
| std::string | name |
Definition at line 8 of file PHG4TruthSteppingAction.h.
| PHG4TruthSteppingAction::PHG4TruthSteppingAction | ( | PHG4TruthEventAction * | eventAction | ) |
constructor
Definition at line 11 of file PHG4TruthSteppingAction.cc.
|
inlinevirtual |
destroctor
Definition at line 17 of file PHG4TruthSteppingAction.h.
|
virtual |
stepping action
Implements PHG4SteppingAction.
Definition at line 16 of file PHG4TruthSteppingAction.cc.