Analysis Software
Documentation for sPHENIX simulation software
|
#include <coresoftware/blob/master/simulation/g4simulation/g4gdml/PHG4GDMLConfig.hh>
Public Member Functions | |
PHG4GDMLConfig () | |
virtual | ~PHG4GDMLConfig () |
virtual void | Reset () |
Clear Event. | |
virtual int | isValid () const |
isValid returns non zero if object contains vailid data | |
virtual void | identify (std::ostream &os=std::cout) const |
void | exclude_physical_vol (const G4VPhysicalVolume *vol) |
void | exclude_logical_vol (const G4LogicalVolume *vol) |
const std::set< const G4VPhysicalVolume * > & | get_excluded_physical_vol () const |
const std::set< const G4LogicalVolume * > & | get_excluded_logical_vol () const |
Public Member Functions inherited from PHObject | |
PHObject () | |
ctor | |
~PHObject () override | |
dtor | |
virtual PHObject * | CloneMe () const |
Virtual copy constructor. | |
virtual PHObject * | clone () const final |
PHObject * | Clone (const char *newname="") const final |
void | Copy (TObject &object) const final |
virtual int | Integrate () const |
virtual int | Integrate (PHObject *) |
virtual void | CopyFrom (const PHObject *obj) |
Private Attributes | |
std::set< const G4VPhysicalVolume * > | excluded_physical_vol |
std::set< const G4LogicalVolume * > | excluded_logical_vol |
Definition at line 25 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 25 of file PHG4GDMLConfig.hh
|
inline |
Definition at line 28 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 28 of file PHG4GDMLConfig.hh
|
inlinevirtual |
Definition at line 29 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 29 of file PHG4GDMLConfig.hh
|
inline |
Definition at line 44 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 44 of file PHG4GDMLConfig.hh
References excluded_logical_vol.
Referenced by PHG4IHCalDetector::ConstructMe(), and PHG4OHCalDetector::ConstructMe().
|
inline |
Definition at line 43 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 43 of file PHG4GDMLConfig.hh
References excluded_physical_vol.
Referenced by PHG4FullProjTiltedSpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_AzimuthalSeg(), PHG4SpacalDetector::Construct_AzimuthalSeg(), PHG4FullProjSpacalDetector::Construct_Fibers(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers(), PHG4FullProjSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4FullProjTiltedSpacalDetector::Construct_Fibers_SameLengthFiberPerTower(), PHG4IHCalDetector::ConstructMe(), PHG4OHCalDetector::ConstructMe(), PHG4GDMLDetector::ConstructMe(), and PHG4SpacalDetector::ConstructMe().
|
inline |
Definition at line 46 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 46 of file PHG4GDMLConfig.hh
References excluded_logical_vol.
Referenced by PHG4GDMLWriteStructure::TraverseVolumeTree().
|
inline |
Definition at line 45 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 45 of file PHG4GDMLConfig.hh
References excluded_physical_vol.
Referenced by PHG4GDMLWriteStructure::TraverseVolumeTree().
|
inlinevirtual |
identify Function from PHObject
os | Output Stream |
Reimplemented from PHObject.
Definition at line 37 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 37 of file PHG4GDMLConfig.hh
References excluded_logical_vol, excluded_physical_vol, and os.
|
inlinevirtual |
isValid returns non zero if object contains vailid data
Reimplemented from PHObject.
Definition at line 36 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 36 of file PHG4GDMLConfig.hh
|
inlinevirtual |
Clear Event.
Reimplemented from PHObject.
Definition at line 31 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 31 of file PHG4GDMLConfig.hh
References excluded_logical_vol, and excluded_physical_vol.
|
private |
Definition at line 50 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 50 of file PHG4GDMLConfig.hh
Referenced by exclude_logical_vol(), get_excluded_logical_vol(), identify(), and Reset().
|
private |
Definition at line 49 of file PHG4GDMLConfig.hh.
View newest version in sPHENIX GitHub at line 49 of file PHG4GDMLConfig.hh
Referenced by exclude_physical_vol(), get_excluded_physical_vol(), identify(), and Reset().