ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <coresoftware/blob/master/simulation/g4simulation/g4detectors/PHG4OuterHcalDetector.h>
Public Types | |
typedef CGAL::Exact_circular_kernel_2 | Circular_k |
typedef CGAL::Point_2< Circular_k > | Point_2 |
Public Member Functions | |
PHG4OuterHcalDetector (PHG4Subsystem *subsys, PHCompositeNode *Node, PHParameters *params, const std::string &dnam) | |
constructor | |
~PHG4OuterHcalDetector () override | |
destructor | |
void | ConstructMe (G4LogicalVolume *world) override |
construct | |
void | Print (const std::string &what="ALL") const override |
void | SuperDetector (const std::string &name) |
const std::string | SuperDetector () const |
int | get_Layer () const |
void | ShiftSecantToTangent (Point_2 &lowleft, Point_2 &upleft, Point_2 &upright, Point_2 &lowright) |
int | ConsistencyCheck () const |
void | SetTiltViaNcross () |
int | CheckTiltAngle () const |
void | ConstructHcalSingleScintillators (G4LogicalVolume *hcalenvelope) |
G4VSolid * | ConstructScintillatorBox (G4LogicalVolume *hcalenvelope) |
std::pair< int, int > | GetLayerTowerId (G4VPhysicalVolume *volume) const |
volume accessors | |
int | IsInOuterHcal (G4VPhysicalVolume *) const |
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 G4UserSteppingAction * | GetSteppingAction () |
virtual std::string | GetName () const |
virtual void | OverlapCheck (const bool chk) |
virtual bool | OverlapCheck () 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 () |
Protected Member Functions | |
int | ConstructOuterHcal (G4LogicalVolume *hcalenvelope) |
G4VSolid * | ConstructSteelPlate (G4LogicalVolume *hcalenvelope) |
G4AssemblyVolume * | ConstructHcalScintillatorAssembly (G4LogicalVolume *hcalenvelope) |
G4double | x_at_y (Point_2 &p0, Point_2 &p1, G4double yin) |
Protected Attributes | |
PHG4OuterHcalDisplayAction * | m_DisplayAction |
PHG4OuterHcalFieldSetup * | m_FieldSetup |
PHParameters * | m_Params |
G4AssemblyVolume * | m_ScintiMotherAssembly |
G4VSolid * | m_SteelCutoutForMagnetG4Solid |
double | m_InnerRadius |
double | m_OuterRadius |
double | m_SizeZ |
double | m_ScintiTileX |
double | m_ScintiTileXLower |
double | m_ScintiTileXUpper |
double | m_ScintiTileZ |
double | m_ScintiTileThickness |
double | m_ScintiGap |
double | m_ScintiInnerRadius |
double | m_ScintiOuterRadius |
double | m_TiltAngle |
double | m_EnvelopeInnerRadius |
double | m_EnvelopeOuterRadius |
double | m_EnvelopeZ |
double | m_VolumeEnvelope |
double | m_VolumeSteel |
double | m_VolumeScintillator |
int | m_NumScintiPlates |
int | m_NumScintiTiles |
int | m_ActiveFlag |
int | m_AbsorberActiveFlag |
int | m_Layer |
std::string | m_SuperDetector |
std::string | m_ScintiLogicNamePrefix |
std::vector< G4VSolid * > | m_ScintiTilesVec |
std::set< G4VPhysicalVolume * > | m_SteelAbsorberVec |
std::map< G4VPhysicalVolume *, std::pair< int, int > > | m_ScintiTilePhysVolMap |
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) |
Definition at line 29 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 29 of file PHG4OuterHcalDetector.h
typedef CGAL::Exact_circular_kernel_2 PHG4OuterHcalDetector::Circular_k |
Definition at line 32 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 32 of file PHG4OuterHcalDetector.h
typedef CGAL::Point_2<Circular_k> PHG4OuterHcalDetector::Point_2 |
Definition at line 33 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 33 of file PHG4OuterHcalDetector.h
PHG4OuterHcalDetector::PHG4OuterHcalDetector | ( | PHG4Subsystem * | subsys, |
PHCompositeNode * | Node, | ||
PHParameters * | params, | ||
const std::string & | dnam | ||
) |
constructor
Definition at line 70 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 70 of file PHG4OuterHcalDetector.cc
References m_NumScintiTiles, and m_ScintiTilesVec.
|
override |
destructor
Definition at line 105 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 105 of file PHG4OuterHcalDetector.cc
References m_FieldSetup, and m_ScintiMotherAssembly.
int PHG4OuterHcalDetector::CheckTiltAngle | ( | ) | const |
Definition at line 936 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 936 of file PHG4OuterHcalDetector.cc
References deg, g4zmq::exit(), m_InnerRadius, m_OuterRadius, M_PI, m_TiltAngle, PHWHERE, and rad.
Referenced by ConstructOuterHcal().
int PHG4OuterHcalDetector::ConsistencyCheck | ( | ) | const |
Definition at line 799 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 799 of file PHG4OuterHcalDetector.cc
References cm, PHParameters::get_double_param(), m_InnerRadius, m_OuterRadius, m_Params, m_ScintiGap, m_ScintiInnerRadius, m_ScintiOuterRadius, m_ScintiTileThickness, and PHWHERE.
Referenced by ConstructOuterHcal().
|
protected |
Definition at line 769 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 769 of file PHG4OuterHcalDetector.cc
References G4AssemblyVolume::AddPlacedVolume(), PHG4OuterHcalDisplayAction::AddScintiVolume(), cm, ConstructHcalSingleScintillators(), PHParameters::get_double_param(), PHG4OuterHcalFieldSetup::get_Field_Manager_Gap(), PHG4Detector::GetDetectorMaterial(), isfinite, m_DisplayAction, m_FieldSetup, m_Params, m_ScintiLogicNamePrefix, m_ScintiTilesVec, and G4LogicalVolume::SetFieldManager().
Referenced by ConstructOuterHcal().
void PHG4OuterHcalDetector::ConstructHcalSingleScintillators | ( | G4LogicalVolume * | hcalenvelope | ) |
Definition at line 591 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 591 of file PHG4OuterHcalDetector.cc
References cm, ConstructScintillatorBox(), deg, PHG4Detector::DisplayVolume(), Acts::VectorHelpers::eta(), PHParameters::get_double_param(), PHParameters::get_int_param(), PHG4Utils::get_theta(), isfinite, m_InnerRadius, m_NumScintiTiles, m_OuterRadius, m_Params, M_PI, m_ScintiInnerRadius, m_ScintiOuterRadius, m_ScintiTilesVec, m_ScintiTileThickness, m_ScintiTileX, m_ScintiTileXLower, m_ScintiTileXUpper, m_SteelCutoutForMagnetG4Solid, m_TiltAngle, mm, offset, rad, CLHEP::HepRotation::rotateX(), subtract_from_scinti_x, theta(), v, x, x2, x_at_y(), z, G4InuclParticleNames::z0, z2, and zero.
Referenced by ConstructHcalScintillatorAssembly().
|
overridevirtual |
construct
Implements PHG4Detector.
Definition at line 416 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 416 of file PHG4OuterHcalDetector.cc
References cm, ConstructOuterHcal(), deg, PHParameters::get_double_param(), PHFlag::get_StringFlag(), PHG4Detector::GetDetectorMaterial(), G4AssemblyVolume::GetVolumesIterator(), recoConsts::instance(), it, m_DisplayAction, m_EnvelopeInnerRadius, m_EnvelopeOuterRadius, m_EnvelopeZ, m_NumScintiPlates, m_Params, M_PI, m_ScintiMotherAssembly, m_ScintiTilePhysVolMap, m_VolumeEnvelope, PHG4Detector::OverlapCheck(), PHWHERE, CLHEP::HepRotation::rotateX(), CLHEP::HepRotation::rotateY(), CLHEP::HepRotation::rotateZ(), PHG4OuterHcalDisplayAction::SetMyTopVolume(), and G4AssemblyVolume::TotalImprintedVolumes().
|
protected |
Definition at line 495 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 495 of file PHG4OuterHcalDetector.cc
References PHG4OuterHcalDisplayAction::AddSteelVolume(), CheckTiltAngle(), ConsistencyCheck(), ConstructHcalScintillatorAssembly(), ConstructSteelPlate(), PHG4OuterHcalFieldSetup::get_Field_Manager_Gap(), PHG4OuterHcalFieldSetup::get_Field_Manager_Iron(), PHParameters::get_string_param(), PHG4Detector::GetDetectorMaterial(), m_DisplayAction, m_FieldSetup, m_InnerRadius, m_NumScintiPlates, m_OuterRadius, m_Params, M_PI, m_ScintiGap, m_ScintiInnerRadius, m_ScintiMotherAssembly, m_ScintiTileX, m_ScintiTileXLower, m_ScintiTileXUpper, m_SteelAbsorberVec, m_TiltAngle, G4AssemblyVolume::MakeImprint(), PHG4Detector::OverlapCheck(), phi, rad, CLHEP::HepRotation::rotateZ(), G4LogicalVolume::SetFieldManager(), SetTiltViaNcross(), and subtract_from_scinti_x.
Referenced by ConstructMe().
G4VSolid * PHG4OuterHcalDetector::ConstructScintillatorBox | ( | G4LogicalVolume * | hcalenvelope | ) |
Definition at line 133 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 133 of file PHG4OuterHcalDetector.cc
References G4VSolid::GetCubicVolume(), m_InnerRadius, m_NumScintiPlates, m_OuterRadius, m_ScintiInnerRadius, m_ScintiOuterRadius, m_ScintiTileThickness, m_ScintiTileX, m_ScintiTileXLower, m_ScintiTileXUpper, m_ScintiTileZ, m_TiltAngle, m_VolumeScintillator, Acts::VectorHelpers::perp(), rad, and subtract_from_scinti_x.
Referenced by ConstructHcalSingleScintillators().
|
protected |
Definition at line 210 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 210 of file PHG4OuterHcalDetector.cc
References deg, G4VSolid::GetCubicVolume(), m_InnerRadius, m_NumScintiPlates, m_OuterRadius, M_PI, m_ScintiGap, m_SizeZ, m_SteelCutoutForMagnetG4Solid, m_TiltAngle, m_VolumeSteel, Acts::VectorHelpers::perp(), rad, CLHEP::HepRotation::rotateX(), ShiftSecantToTangent(), v1, v2, v3, v4, and zero.
Referenced by ConstructOuterHcal().
|
inline |
Definition at line 52 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 52 of file PHG4OuterHcalDetector.h
References m_Layer.
std::pair< int, int > PHG4OuterHcalDetector::GetLayerTowerId | ( | G4VPhysicalVolume * | volume | ) | const |
Definition at line 977 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 977 of file PHG4OuterHcalDetector.cc
References g4zmq::exit(), G4VPhysicalVolume::GetName(), it, and m_ScintiTilePhysVolMap.
Referenced by PHG4OuterHcalSteppingAction::UserSteppingAction().
int PHG4OuterHcalDetector::IsInOuterHcal | ( | G4VPhysicalVolume * | volume | ) | const |
Definition at line 113 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 113 of file PHG4OuterHcalDetector.cc
References m_AbsorberActiveFlag, m_ActiveFlag, m_ScintiTilePhysVolMap, and m_SteelAbsorberVec.
Referenced by PHG4OuterHcalSteppingAction::UserSteppingAction().
|
overridevirtual |
Reimplemented from PHG4Detector.
Definition at line 964 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 964 of file PHG4OuterHcalDetector.cc
References cm, m_VolumeEnvelope, m_VolumeScintillator, and m_VolumeSteel.
Referenced by PHG4OuterHcalSubsystem::Print().
void PHG4OuterHcalDetector::SetTiltViaNcross | ( | ) |
Definition at line 855 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 855 of file PHG4OuterHcalDetector.cc
References deg, g4zmq::exit(), PHParameters::get_int_param(), isfinite, m_InnerRadius, m_NumScintiPlates, m_OuterRadius, m_Params, M_PI, m_TiltAngle, rad, PHParameters::set_double_param(), PHParameters::set_int_param(), and PHG4Detector::Verbosity().
Referenced by ConstructOuterHcal().
void PHG4OuterHcalDetector::ShiftSecantToTangent | ( | PHG4OuterHcalDetector::Point_2 & | lowleft, |
PHG4OuterHcalDetector::Point_2 & | upleft, | ||
PHG4OuterHcalDetector::Point_2 & | upright, | ||
PHG4OuterHcalDetector::Point_2 & | lowright | ||
) |
Definition at line 369 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 369 of file PHG4OuterHcalDetector.cc
References m_InnerRadius.
Referenced by ConstructSteelPlate().
|
inline |
Definition at line 50 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 50 of file PHG4OuterHcalDetector.h
References m_SuperDetector.
Referenced by PHG4OuterHcalSubsystem::InitRunSubsystem(), and PHG4OuterHcalSteppingAction::SetInterfacePointers().
|
inline |
Definition at line 51 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 51 of file PHG4OuterHcalDetector.h
References m_SuperDetector.
|
protected |
Definition at line 742 of file PHG4OuterHcalDetector.cc.
View newest version in sPHENIX GitHub at line 742 of file PHG4OuterHcalDetector.cc
References g4zmq::exit(), PHWHERE, and x.
Referenced by ConstructHcalSingleScintillators().
|
protected |
Definition at line 94 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 94 of file PHG4OuterHcalDetector.h
Referenced by IsInOuterHcal().
|
protected |
Definition at line 93 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 93 of file PHG4OuterHcalDetector.h
Referenced by IsInOuterHcal().
|
protected |
Definition at line 66 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 66 of file PHG4OuterHcalDetector.h
Referenced by ConstructHcalScintillatorAssembly(), ConstructMe(), and ConstructOuterHcal().
|
protected |
Definition at line 83 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 83 of file PHG4OuterHcalDetector.h
Referenced by ConstructMe().
|
protected |
Definition at line 84 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 84 of file PHG4OuterHcalDetector.h
Referenced by ConstructMe().
|
protected |
Definition at line 85 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 85 of file PHG4OuterHcalDetector.h
Referenced by ConstructMe().
|
protected |
Definition at line 67 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 67 of file PHG4OuterHcalDetector.h
Referenced by ConstructHcalScintillatorAssembly(), ConstructOuterHcal(), and ~PHG4OuterHcalDetector().
|
protected |
Definition at line 71 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 71 of file PHG4OuterHcalDetector.h
Referenced by CheckTiltAngle(), ConsistencyCheck(), ConstructHcalSingleScintillators(), ConstructOuterHcal(), ConstructScintillatorBox(), ConstructSteelPlate(), SetTiltViaNcross(), and ShiftSecantToTangent().
|
protected |
Definition at line 96 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 96 of file PHG4OuterHcalDetector.h
Referenced by get_Layer().
|
protected |
Definition at line 90 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 90 of file PHG4OuterHcalDetector.h
Referenced by ConstructMe(), ConstructOuterHcal(), ConstructScintillatorBox(), ConstructSteelPlate(), and SetTiltViaNcross().
|
protected |
Definition at line 91 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 91 of file PHG4OuterHcalDetector.h
Referenced by ConstructHcalSingleScintillators(), and PHG4OuterHcalDetector().
|
protected |
Definition at line 72 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 72 of file PHG4OuterHcalDetector.h
Referenced by CheckTiltAngle(), ConsistencyCheck(), ConstructHcalSingleScintillators(), ConstructOuterHcal(), ConstructScintillatorBox(), ConstructSteelPlate(), and SetTiltViaNcross().
|
protected |
Definition at line 68 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 68 of file PHG4OuterHcalDetector.h
Referenced by ConsistencyCheck(), ConstructHcalScintillatorAssembly(), ConstructHcalSingleScintillators(), ConstructMe(), ConstructOuterHcal(), and SetTiltViaNcross().
|
protected |
Definition at line 79 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 79 of file PHG4OuterHcalDetector.h
Referenced by ConsistencyCheck(), ConstructOuterHcal(), and ConstructSteelPlate().
|
protected |
Definition at line 80 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 80 of file PHG4OuterHcalDetector.h
Referenced by ConsistencyCheck(), ConstructHcalSingleScintillators(), ConstructOuterHcal(), and ConstructScintillatorBox().
|
protected |
Definition at line 98 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 98 of file PHG4OuterHcalDetector.h
Referenced by ConstructHcalScintillatorAssembly().
|
protected |
Definition at line 69 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 69 of file PHG4OuterHcalDetector.h
Referenced by ConstructMe(), ConstructOuterHcal(), and ~PHG4OuterHcalDetector().
|
protected |
Definition at line 81 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 81 of file PHG4OuterHcalDetector.h
Referenced by ConsistencyCheck(), ConstructHcalSingleScintillators(), and ConstructScintillatorBox().
|
protected |
Definition at line 101 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 101 of file PHG4OuterHcalDetector.h
Referenced by ConstructMe(), GetLayerTowerId(), and IsInOuterHcal().
|
protected |
Definition at line 99 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 99 of file PHG4OuterHcalDetector.h
Referenced by ConstructHcalScintillatorAssembly(), ConstructHcalSingleScintillators(), and PHG4OuterHcalDetector().
|
protected |
Definition at line 78 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 78 of file PHG4OuterHcalDetector.h
Referenced by ConsistencyCheck(), ConstructHcalSingleScintillators(), and ConstructScintillatorBox().
|
protected |
Definition at line 74 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 74 of file PHG4OuterHcalDetector.h
Referenced by ConstructHcalSingleScintillators(), ConstructOuterHcal(), and ConstructScintillatorBox().
|
protected |
Definition at line 75 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 75 of file PHG4OuterHcalDetector.h
Referenced by ConstructHcalSingleScintillators(), ConstructOuterHcal(), and ConstructScintillatorBox().
|
protected |
Definition at line 76 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 76 of file PHG4OuterHcalDetector.h
Referenced by ConstructHcalSingleScintillators(), ConstructOuterHcal(), and ConstructScintillatorBox().
|
protected |
Definition at line 77 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 77 of file PHG4OuterHcalDetector.h
Referenced by ConstructScintillatorBox().
|
protected |
Definition at line 73 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 73 of file PHG4OuterHcalDetector.h
Referenced by ConstructSteelPlate().
|
protected |
Definition at line 100 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 100 of file PHG4OuterHcalDetector.h
Referenced by ConstructOuterHcal(), and IsInOuterHcal().
|
protected |
Definition at line 70 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 70 of file PHG4OuterHcalDetector.h
Referenced by ConstructHcalSingleScintillators(), and ConstructSteelPlate().
|
protected |
Definition at line 97 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 97 of file PHG4OuterHcalDetector.h
Referenced by SuperDetector().
|
protected |
Definition at line 82 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 82 of file PHG4OuterHcalDetector.h
Referenced by CheckTiltAngle(), ConstructHcalSingleScintillators(), ConstructOuterHcal(), ConstructScintillatorBox(), ConstructSteelPlate(), and SetTiltViaNcross().
|
protected |
Definition at line 86 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 86 of file PHG4OuterHcalDetector.h
Referenced by ConstructMe(), and Print().
|
protected |
Definition at line 88 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 88 of file PHG4OuterHcalDetector.h
Referenced by ConstructScintillatorBox(), and Print().
|
protected |
Definition at line 87 of file PHG4OuterHcalDetector.h.
View newest version in sPHENIX GitHub at line 87 of file PHG4OuterHcalDetector.h
Referenced by ConstructSteelPlate(), and Print().