Class Reference for E1039 Core & Analysis Software
PHG4Detector Class Referenceabstract

base class for phenix detector creation More...

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/simulation/g4main/PHG4Detector.h>

+ Inheritance diagram for PHG4Detector:
+ Collaboration diagram for PHG4Detector:

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

PHCompositeNodetopNode
 
int verbosity
 
std::string name
 
bool overlapcheck
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PHG4Detector() [1/2]

PHG4Detector::PHG4Detector ( PHCompositeNode Node)
inline

constructor

Definition at line 20 of file PHG4Detector.h.

◆ PHG4Detector() [2/2]

PHG4Detector::PHG4Detector ( PHCompositeNode Node,
const std::string &  nam 
)
inline

Definition at line 27 of file PHG4Detector.h.

◆ ~PHG4Detector()

virtual PHG4Detector::~PHG4Detector ( void  )
inlinevirtual

destructor

Definition at line 35 of file PHG4Detector.h.

Member Function Documentation

◆ Construct()

virtual void PHG4Detector::Construct ( G4LogicalVolume *  world)
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.

◆ GetName()

◆ GetSteppingAction()

virtual G4UserSteppingAction* PHG4Detector::GetSteppingAction ( void  )
inlinevirtual

Reimplemented in PHG4ConeDetector.

Definition at line 49 of file PHG4Detector.h.

◆ OverlapCheck()

◆ Print()

virtual void PHG4Detector::Print ( const std::string &  what = "ALL") const
inlinevirtual

Definition at line 55 of file PHG4Detector.h.

References name.

◆ Verbosity() [1/2]

virtual int PHG4Detector::Verbosity ( ) const
inlinevirtual

Definition at line 47 of file PHG4Detector.h.

References verbosity.

Referenced by PHG4EMCalDetector::Construct(), and SQG4DipoleMagnetDetector::Construct().

+ Here is the caller graph for this function:

◆ Verbosity() [2/2]

virtual void PHG4Detector::Verbosity ( const int  v)
inlinevirtual

Definition at line 45 of file PHG4Detector.h.

References verbosity.

Referenced by PHG4EMCalSubsystem::InitRunSubsystem().

+ Here is the caller graph for this function:

Member Data Documentation

◆ name

◆ overlapcheck

◆ topNode

PHCompositeNode* PHG4Detector::topNode
protected

◆ verbosity

int PHG4Detector::verbosity
protected

Definition at line 60 of file PHG4Detector.h.

Referenced by Verbosity().


The documentation for this class was generated from the following file: