Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4TruthSubsystem.h>
Public Member Functions | |
PHG4TruthSubsystem (const std::string &name="TRUTH") | |
constructor More... | |
virtual | ~PHG4TruthSubsystem (void) |
destructor More... | |
int | InitRun (PHCompositeNode *) |
init More... | |
int | process_event (PHCompositeNode *) |
event processing More... | |
virtual int | process_after_geant (PHCompositeNode *) |
event processing More... | |
int | ResetEvent (PHCompositeNode *) |
Clean up after each event. More... | |
virtual PHG4EventAction * | GetEventAction (void) const |
accessors (reimplemented) More... | |
virtual PHG4SteppingAction * | GetSteppingAction (void) const |
return pointer to this subsystem stepping action More... | |
virtual PHG4TrackingAction * | GetTrackingAction (void) const |
return pointer to this subsystem stepping action More... | |
void | SetSaveOnlyEmbeded (bool b=true) |
only save the G4 truth information that is associated with the embedded particle More... | |
![]() | |
PHG4Subsystem (const std::string &name="Generic Subsystem") | |
constructor More... | |
virtual | ~PHG4Subsystem (void) |
destructor More... | |
virtual PHG4Detector * | GetDetector (void) const |
return pointer to created detector object More... | |
void | OverlapCheck (const bool chk=true) |
bool | CheckOverlap () const |
PHParameters * | GetParams () |
![]() | |
virtual | ~SubsysReco () |
virtual int | End (PHCompositeNode *) |
Called at the end of all processing. More... | |
virtual int | EndRun (const int) |
Called at the end of each run. More... | |
virtual int | Init (PHCompositeNode *) |
virtual int | Reset (PHCompositeNode *) |
Reset. More... | |
virtual void | Print (const std::string &what="ALL") const |
![]() | |
virtual | ~Fun4AllBase () |
virtual const std::string | Name () const |
Returns the name of this module. More... | |
virtual void | Name (const std::string &name) |
Sets the name of this module. More... | |
virtual void | Verbosity (const int ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual void | Verbosity (enu_Verbosity ival) |
Sets the verbosity of this module (0 by default=quiet). More... | |
virtual int | Verbosity () const |
Gets the verbosity of this module. More... | |
Additional Inherited Members | |
![]() | |
enum | enu_Verbosity { VERBOSITY_QUIET = 0 , VERBOSITY_SOME = 1 , VERBOSITY_MORE = 2 , VERBOSITY_EVEN_MORE = 3 , VERBOSITY_A_LOT = 4 , VERBOSITY_MAX = INT_MAX - 10 } |
![]() | |
SubsysReco (const std::string &name="NONAME") | |
![]() | |
Fun4AllBase (const std::string &name="NONAME") | |
![]() | |
bool | overlapcheck |
PHParameters * | params |
![]() | |
std::string | ThisName |
int | verbosity |
The verbosity level. 0 means not verbose at all. More... | |
Definition at line 11 of file PHG4TruthSubsystem.h.
PHG4TruthSubsystem::PHG4TruthSubsystem | ( | const std::string & | name = "TRUTH" | ) |
constructor
Definition at line 29 of file PHG4TruthSubsystem.cc.
|
inlinevirtual |
destructor
Definition at line 20 of file PHG4TruthSubsystem.h.
|
virtual |
accessors (reimplemented)
Reimplemented from PHG4Subsystem.
Definition at line 171 of file PHG4TruthSubsystem.cc.
|
virtual |
return pointer to this subsystem stepping action
Reimplemented from PHG4Subsystem.
Definition at line 176 of file PHG4TruthSubsystem.cc.
|
virtual |
return pointer to this subsystem stepping action
Reimplemented from PHG4Subsystem.
Definition at line 180 of file PHG4TruthSubsystem.cc.
|
virtual |
init
Reimplemented from SubsysReco.
Definition at line 38 of file PHG4TruthSubsystem.cc.
References PHCompositeNode::addNode(), PHNodeIterator::findFirst(), PHFlag::get_IntFlag(), recoConsts::instance(), and SQRun::set_run_id().
|
virtual |
event processing
Reimplemented from PHG4Subsystem.
Definition at line 108 of file PHG4TruthSubsystem.cc.
References PHG4TruthInfoContainer::delete_particle(), PHG4TruthInfoContainer::delete_vtx(), PHG4TruthInfoContainer::GetParticleRange(), PHG4TruthInfoContainer::GetVtxRange(), PHG4TruthInfoContainer::isEmbeded(), and Fun4AllBase::Verbosity().
|
virtual |
event processing
Reimplemented from SubsysReco.
Definition at line 81 of file PHG4TruthSubsystem.cc.
References Fun4AllReturnCodes::EVENT_OK, PHWHERE, PHG4TruthEventAction::SetInterfacePointers(), and PHG4TruthTrackingAction::SetInterfacePointers().
|
virtual |
Clean up after each event.
Reimplemented from SubsysReco.
Definition at line 163 of file PHG4TruthSubsystem.cc.
References PHG4TruthEventAction::ResetEvent(), and PHG4TruthTrackingAction::ResetEvent().
|
inline |
only save the G4 truth information that is associated with the embedded particle
Definition at line 41 of file PHG4TruthSubsystem.h.