Class Reference for E1039 Core & Analysis Software
|
base class for phenix detector creation More...
#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4Detector.h>
Public Member Functions | |
PHG4Detector (PHCompositeNode *Node) | |
constructor More... | |
PHG4Detector (PHCompositeNode *Node, const std::string &nam) | |
virtual | ~PHG4Detector (void) |
destructor More... | |
virtual void | Construct (G4LogicalVolume *world)=0 |
construct method More... | |
virtual void | Verbosity (const int v) |
virtual int | Verbosity () const |
virtual G4UserSteppingAction * | GetSteppingAction () |
virtual std::string | GetName () const |
virtual void | OverlapCheck (const bool chk=true) |
virtual void | Print (const std::string &what="ALL") const |
Protected Attributes | |
PHCompositeNode * | topNode |
int | verbosity |
std::string | name |
bool | overlapcheck |
base class for phenix detector creation
derived classes must implement construct method, which takes the "world" logical volume as argument
Definition at line 13 of file PHG4Detector.h.
|
inline |
constructor
Definition at line 20 of file PHG4Detector.h.
|
inline |
Definition at line 27 of file PHG4Detector.h.
|
inlinevirtual |
destructor
Definition at line 35 of file PHG4Detector.h.
|
pure virtual |
construct method
construct all logical and physical volumes relevant for given detector and place them inside the world logical volume
Implemented in SQG4DipoleMagnetDetector, PHG4TargetCoilV2Detector, PHG4TargetCoilDetector, PHG4SquareTubeDetector, PHG4PolyconDetector, PHG4EMCalDetector, PHG4CylinderDetector, PHG4ConeDetector, PHG4CollimatorDetector, PHG4BNLTargetCoilDetector, and PHG4BlockDetector.
|
inlinevirtual |
Definition at line 51 of file PHG4Detector.h.
References name.
Referenced by PHG4BlockDetector::Construct(), PHG4BNLTargetCoilDetector::Construct(), PHG4CollimatorDetector::Construct(), PHG4ConeDetector::Construct(), PHG4CylinderDetector::Construct(), PHG4PolyconDetector::Construct(), PHG4SquareTubeDetector::Construct(), PHG4TargetCoilDetector::Construct(), PHG4TargetCoilV2Detector::Construct(), PHG4BlockSteppingAction::SetInterfacePointers(), PHG4BNLTargetCoilSteppingAction::SetInterfacePointers(), PHG4CollimatorSteppingAction::SetInterfacePointers(), PHG4ConeRegionSteppingAction::SetInterfacePointers(), PHG4ConeSteppingAction::SetInterfacePointers(), PHG4CylinderSteppingAction::SetInterfacePointers(), PHG4EMCalSteppingAction::SetInterfacePointers(), PHG4PolyconSteppingAction::SetInterfacePointers(), PHG4SquareTubeSteppingAction::SetInterfacePointers(), PHG4TargetCoilSteppingAction::SetInterfacePointers(), and PHG4TargetCoilV2SteppingAction::SetInterfacePointers().
|
inlinevirtual |
Reimplemented in PHG4ConeDetector.
Definition at line 49 of file PHG4Detector.h.
|
inlinevirtual |
Definition at line 53 of file PHG4Detector.h.
References overlapcheck.
Referenced by PHG4ConeSubsystem::Init(), PHG4BlockSubsystem::InitRunSubsystem(), PHG4BNLTargetCoilSubsystem::InitRunSubsystem(), PHG4CollimatorSubsystem::InitRunSubsystem(), PHG4CylinderSubsystem::InitRunSubsystem(), PHG4EMCalSubsystem::InitRunSubsystem(), PHG4PolyconSubsystem::InitRunSubsystem(), PHG4SquareTubeSubsystem::InitRunSubsystem(), PHG4TargetCoilSubsystem::InitRunSubsystem(), PHG4TargetCoilV2Subsystem::InitRunSubsystem(), and SQG4DipoleMagnetSubsystem::InitRunSubsystem().
|
inlinevirtual |
Definition at line 55 of file PHG4Detector.h.
References name.
|
inlinevirtual |
Definition at line 47 of file PHG4Detector.h.
References verbosity.
Referenced by PHG4EMCalDetector::Construct(), and SQG4DipoleMagnetDetector::Construct().
|
inlinevirtual |
Definition at line 45 of file PHG4Detector.h.
References verbosity.
Referenced by PHG4EMCalSubsystem::InitRunSubsystem().
|
protected |
Definition at line 61 of file PHG4Detector.h.
Referenced by PHG4BNLTargetCoilDetector::Construct(), PHG4CylinderDetector::Construct(), PHG4EMCalDetector::Construct(), PHG4PolyconDetector::Construct(), PHG4TargetCoilDetector::Construct(), PHG4TargetCoilV2Detector::Construct(), PHG4BNLTargetCoilDetector::get_elem_id(), PHG4TargetCoilDetector::get_elem_id(), PHG4TargetCoilV2Detector::get_elem_id(), GetName(), Print(), PHG4BlockDetector::SuperDetector(), PHG4BNLTargetCoilDetector::SuperDetector(), PHG4CollimatorDetector::SuperDetector(), PHG4ConeDetector::SuperDetector(), PHG4CylinderDetector::SuperDetector(), PHG4EMCalDetector::SuperDetector(), PHG4PolyconDetector::SuperDetector(), PHG4SquareTubeDetector::SuperDetector(), PHG4TargetCoilDetector::SuperDetector(), PHG4TargetCoilV2Detector::SuperDetector(), and SQG4DipoleMagnetDetector::SuperDetector().
|
protected |
Definition at line 62 of file PHG4Detector.h.
Referenced by PHG4BlockDetector::Construct(), PHG4BNLTargetCoilDetector::Construct(), PHG4CollimatorDetector::Construct(), PHG4ConeDetector::Construct(), PHG4CylinderDetector::Construct(), PHG4EMCalDetector::Construct(), PHG4PolyconDetector::Construct(), PHG4SquareTubeDetector::Construct(), PHG4TargetCoilDetector::Construct(), PHG4TargetCoilV2Detector::Construct(), SQG4DipoleMagnetDetector::Construct(), and OverlapCheck().
|
protected |
Definition at line 59 of file PHG4Detector.h.
Referenced by PHG4EMCalSubsystem::InitRunSubsystem(), and PHG4EMCalSubsystem::process_event().
|
protected |
Definition at line 60 of file PHG4Detector.h.
Referenced by Verbosity().