|
Class Reference for E1039 Core & Analysis Software
|
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4Subsystem.h>
Inheritance diagram for PHG4Subsystem:
Collaboration diagram for PHG4Subsystem:Public Member Functions | |
| PHG4Subsystem (const std::string &name="Generic Subsystem") | |
| constructor More... | |
| virtual | ~PHG4Subsystem (void) |
| destructor More... | |
| virtual int | process_after_geant (PHCompositeNode *) |
| event processing More... | |
| virtual PHG4Detector * | GetDetector (void) const |
| return pointer to created detector object More... | |
| virtual PHG4EventAction * | GetEventAction (void) const |
| return pointer to this subsystem event action 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 | OverlapCheck (const bool chk=true) |
| bool | CheckOverlap () const |
| PHParameters * | GetParams () |
Public Member Functions inherited from SubsysReco | |
| 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 | InitRun (PHCompositeNode *) |
| virtual int | process_event (PHCompositeNode *) |
| virtual int | Reset (PHCompositeNode *) |
| Reset. More... | |
| virtual int | ResetEvent (PHCompositeNode *) |
| Clean up after each event. More... | |
| virtual void | Print (const std::string &what="ALL") const |
Public Member Functions inherited from Fun4AllBase | |
| 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... | |
Protected Attributes | |
| bool | overlapcheck |
| PHParameters * | params |
Protected Attributes inherited from Fun4AllBase | |
| std::string | ThisName |
| int | verbosity |
| The verbosity level. 0 means not verbose at all. More... | |
Additional Inherited Members | |
Public Types inherited from Fun4AllBase | |
| 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 } |
Protected Member Functions inherited from SubsysReco | |
| SubsysReco (const std::string &name="NONAME") | |
Protected Member Functions inherited from Fun4AllBase | |
| Fun4AllBase (const std::string &name="NONAME") | |
Definition at line 15 of file PHG4Subsystem.h.
|
inline |
constructor
Definition at line 21 of file PHG4Subsystem.h.
|
inlinevirtual |
destructor
Definition at line 26 of file PHG4Subsystem.h.
|
inline |
Definition at line 50 of file PHG4Subsystem.h.
References overlapcheck.
|
inlinevirtual |
return pointer to created detector object
Reimplemented in SQG4DipoleMagnetSubsystem, PHG4TargetCoilV2Subsystem, PHG4TargetCoilSubsystem, PHG4SquareTubeSubsystem, PHG4PolyconSubsystem, PHG4CylinderSubsystem, PHG4ConeSubsystem, PHG4CollimatorSubsystem, PHG4BNLTargetCoilSubsystem, PHG4BlockSubsystem, and PHG4EMCalSubsystem.
Definition at line 33 of file PHG4Subsystem.h.
|
inlinevirtual |
return pointer to this subsystem event action
Reimplemented in PHG4TruthSubsystem, and PHG4ConeSubsystem.
Definition at line 37 of file PHG4Subsystem.h.
|
inline |
Definition at line 52 of file PHG4Subsystem.h.
References params.
|
inlinevirtual |
return pointer to this subsystem stepping action
Reimplemented in PHG4TruthSubsystem, SQG4DipoleMagnetSubsystem, PHG4TargetCoilV2Subsystem, PHG4TargetCoilSubsystem, PHG4SquareTubeSubsystem, PHG4PolyconSubsystem, PHG4CylinderSubsystem, PHG4ConeSubsystem, PHG4CollimatorSubsystem, PHG4BNLTargetCoilSubsystem, PHG4BlockSubsystem, and PHG4EMCalSubsystem.
Definition at line 41 of file PHG4Subsystem.h.
|
inlinevirtual |
return pointer to this subsystem stepping action
Reimplemented in PHG4TruthSubsystem.
Definition at line 45 of file PHG4Subsystem.h.
|
inline |
Definition at line 48 of file PHG4Subsystem.h.
References overlapcheck.
|
inlinevirtual |
event processing
Reimplemented in PHG4TruthSubsystem.
Definition at line 29 of file PHG4Subsystem.h.
|
protected |
Definition at line 55 of file PHG4Subsystem.h.
Referenced by CheckOverlap(), PHG4ConeSubsystem::Init(), and OverlapCheck().
|
protected |
Definition at line 56 of file PHG4Subsystem.h.
Referenced by PHG4DetectorSubsystem::get_double_param(), PHG4DetectorSubsystem::get_int_param(), PHG4DetectorSubsystem::get_string_param(), PHG4DetectorSubsystem::get_vdouble_param(), GetParams(), PHG4DetectorSubsystem::GetParams(), PHG4DetectorSubsystem::Init(), PHG4DetectorSubsystem::InitializeParameters(), PHG4DetectorSubsystem::InitRun(), PHG4DetectorSubsystem::PHG4DetectorSubsystem(), PHG4DetectorSubsystem::ReadParamsFromDB(), PHG4DetectorSubsystem::SaveParamsToDB(), PHG4DetectorGroupSubsystem::UpdateParametersWithMacro(), and PHG4DetectorSubsystem::UpdateParametersWithMacro().