![]() |
EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
This class creates the ePHENIX RICH volumes for Geant4 within Fun4All via ePHENIXRICH::ePHENIXRICHConstruction based on the geometry information in ePHENIXRICH::RICH_Geometry. More...
#include <fun4all_eicdetectors/blob/master/simulation/g4simulation/g4rich/PHG4RICHDetector.h>
Inheritance diagram for PHG4RICHDetector:
Collaboration diagram for PHG4RICHDetector:Public Member Functions | |
| PHG4RICHDetector (PHG4Subsystem *subsys, PHCompositeNode *Node, const std::string &dname, const ePHENIXRICH::RICH_Geometry &g) | |
| PHG4RICHDetector (PHG4Subsystem *subsys, PHCompositeNode *Node, const std::string &dname) | |
| virtual | ~PHG4RICHDetector (void) |
| virtual void | ConstructMe (G4LogicalVolume *world) |
| virtual G4UserSteppingAction * | GetSteppingAction () |
| virtual void | OverlapCheck (const bool chk=true) |
Public Member Functions inherited from PHG4Detector | |
| PHG4Detector ()=delete | |
| constructor | |
| PHG4Detector (PHG4Subsystem *subsys, PHCompositeNode *Node, const std::string &nam) | |
| virtual | ~PHG4Detector (void) |
| destructor | |
| virtual void | Construct (G4LogicalVolume *world) final |
| construct method | |
| virtual void | PostConstruction () |
| Optional PostConstruction call after all geometry is constructed. | |
| virtual void | Verbosity (const int v) |
| virtual int | Verbosity () const |
| virtual std::string | GetName () const |
| virtual bool | OverlapCheck () const |
| virtual void | Print (const std::string &="ALL") const |
| virtual int | DisplayVolume (G4VSolid *volume, G4LogicalVolume *logvol, G4RotationMatrix *rotm=nullptr) |
| virtual int | DisplayVolume (G4LogicalVolume *checksolid, G4LogicalVolume *logvol, G4RotationMatrix *rotm=nullptr) |
| virtual PHCompositeNode * | topNode () |
| virtual PHG4Subsystem * | GetMySubsystem () |
Public Member Functions inherited from ePHENIXRICH::ePHENIXRICHConstruction | |
| virtual | ~ePHENIXRICHConstruction () |
| ePHENIXRICHConstruction (PHG4Subsystem *subsys) | |
| ePHENIXRICHConstruction (PHG4Subsystem *subsys, const RICH_Geometry &g) | |
| G4LogicalVolume * | Construct_RICH (G4LogicalVolume *) |
| G4LogicalVolume * | Construct_HBD (G4LogicalVolume *RICHSecLog) |
| G4LogicalVolume * | Construct_HBD_Layers (G4LogicalVolume *RICHHBDLog, const G4String name, const G4String material, const double start_z, const double thickness) |
| int | is_in_sector (G4VPhysicalVolume *) const |
| PHG4RICHDisplayAction * | GetDisplayAction () |
Private Attributes | |
| G4Region * | _region |
Additional Inherited Members | |
Static Public Member Functions inherited from PHG4Detector | |
| static G4Material * | GetDetectorMaterial (const std::string &name, const bool quit=true) |
| static G4Element * | GetDetectorElement (const std::string &name, const bool quit=true) |
Public Attributes inherited from ePHENIXRICH::ePHENIXRICHConstruction | |
| RICH_Geometry | geom |
Protected Types inherited from ePHENIXRICH::ePHENIXRICHConstruction | |
| typedef std::map< G4String, G4LogicalVolume * > | map_log_vol_t |
| typedef std::pair< G4String, G4int > | phy_vol_idx_t |
| typedef std::map < phy_vol_idx_t, G4PVPlacement * > | map_phy_vol_t |
Protected Member Functions inherited from ePHENIXRICH::ePHENIXRICHConstruction | |
| G4LogicalVolume * | RegisterLogicalVolume (G4LogicalVolume *) |
| G4PVPlacement * | RegisterPhysicalVolume (G4PVPlacement *) |
Static Protected Member Functions inherited from ePHENIXRICH::ePHENIXRICHConstruction | |
| static G4Material * | GetDetectorMaterial (const std::string &name, const bool quit=true) |
Protected Attributes inherited from ePHENIXRICH::ePHENIXRICHConstruction | |
| map_log_vol_t | map_log_vol |
| PHG4RICHDisplayAction * | m_DisplayAction |
| map_phy_vol_t | map_phy_vol |
| bool | overlapcheck_rich |
| std::set< G4VPhysicalVolume * > | sector_vec |
This class creates the ePHENIX RICH volumes for Geant4 within Fun4All via ePHENIXRICH::ePHENIXRICHConstruction based on the geometry information in ePHENIXRICH::RICH_Geometry.
Definition at line 40 of file PHG4RICHDetector.h.
View newest version in sPHENIX GitHub at line 40 of file PHG4RICHDetector.h
| PHG4RICHDetector::PHG4RICHDetector | ( | PHG4Subsystem * | subsys, |
| PHCompositeNode * | Node, | ||
| const std::string & | dname, | ||
| const ePHENIXRICH::RICH_Geometry & | g | ||
| ) |
Definition at line 30 of file PHG4RICHDetector.cc.
View newest version in sPHENIX GitHub at line 30 of file PHG4RICHDetector.cc
| PHG4RICHDetector::PHG4RICHDetector | ( | PHG4Subsystem * | subsys, |
| PHCompositeNode * | Node, | ||
| const std::string & | dname | ||
| ) |
Definition at line 37 of file PHG4RICHDetector.cc.
View newest version in sPHENIX GitHub at line 37 of file PHG4RICHDetector.cc
|
inlinevirtual |
Definition at line 47 of file PHG4RICHDetector.h.
View newest version in sPHENIX GitHub at line 47 of file PHG4RICHDetector.h
|
virtual |
Implements PHG4Detector.
Definition at line 44 of file PHG4RICHDetector.cc.
View newest version in sPHENIX GitHub at line 44 of file PHG4RICHDetector.cc
References _region, and ePHENIXRICH::ePHENIXRICHConstruction::map_log_vol.
|
inlinevirtual |
Reimplemented from PHG4Detector.
Definition at line 55 of file PHG4RICHDetector.h.
View newest version in sPHENIX GitHub at line 55 of file PHG4RICHDetector.h
References _region.
Referenced by PHG4RICHSubsystem::process_event().
Here is the caller graph for this function:
|
inlinevirtual |
Reimplemented from PHG4Detector.
Definition at line 63 of file PHG4RICHDetector.h.
View newest version in sPHENIX GitHub at line 63 of file PHG4RICHDetector.h
References PHG4Detector::OverlapCheck().
Referenced by PHG4RICHSubsystem::Init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 70 of file PHG4RICHDetector.h.
View newest version in sPHENIX GitHub at line 70 of file PHG4RICHDetector.h
Referenced by ConstructMe(), and GetSteppingAction().