EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PHG4InnerHcalDetector Class Reference

#include <fun4all_coresoftware/blob/master/simulation/g4simulation/g4detectors/PHG4InnerHcalDetector.h>

+ Inheritance diagram for PHG4InnerHcalDetector:
+ Collaboration diagram for PHG4InnerHcalDetector:

Public Types

typedef
CGAL::Exact_circular_kernel_2 
Circular_k
 
typedef CGAL::Point_2< Circular_kPoint_2
 

Public Member Functions

 PHG4InnerHcalDetector (PHG4Subsystem *subsys, PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam)
 constructor
 
 ~PHG4InnerHcalDetector () 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
 
G4VSolid * ConstructSteelPlate (G4LogicalVolume *hcalenvelope)
 
G4VSolid * ConstructScintillatorBox (G4LogicalVolume *hcalenvelope)
 
void ShiftSecantToTangent (Point_2 &lowleft, Point_2 &upleft, Point_2 &upright, Point_2 &lowright)
 
G4AssemblyVolume * ConstructHcalScintillatorAssembly (G4LogicalVolume *hcalenvelope)
 
void ConstructHcalSingleScintillators (G4LogicalVolume *hcalenvelope)
 
int CheckTiltAngle () const
 
int ConsistencyCheck () const
 
void SetTiltViaNcross ()
 
std::pair< int, int > GetLayerTowerId (G4VPhysicalVolume *volume) const
 
volume accessors
int IsInInnerHcal (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 PHCompositeNodetopNode ()
 
virtual PHG4SubsystemGetMySubsystem ()
 

Protected Member Functions

int ConstructInnerHcal (G4LogicalVolume *sandwich)
 
double x_at_y (Point_2 &p0, Point_2 &p1, double yin)
 

Protected Attributes

PHG4InnerHcalDisplayActionm_DisplayAction
 
PHParametersm_Params
 
G4AssemblyVolume * m_ScintiMotherAssembly
 
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_ScintiInnerGap
 
double m_ScintiOuterGap
 
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_NumScintiTilesPos
 
int m_NumScintiTilesNeg
 
int m_Active
 
int m_AbsorberActive
 
int m_Layer
 
std::string m_SuperDetector
 
std::set< G4VPhysicalVolume * > m_SteelAbsorberPhysVolSet
 
std::map< G4VPhysicalVolume
*, std::pair< int, int > > 
m_ScintiTilePhysVolMap
 
std::vector< G4VSolid * > m_ScintiTilesVec
 
std::string m_ScintiLogicNamePrefix
 

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)
 

Detailed Description

Definition at line 27 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 27 of file PHG4InnerHcalDetector.h

Member Typedef Documentation

typedef CGAL::Exact_circular_kernel_2 PHG4InnerHcalDetector::Circular_k

Definition at line 30 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 30 of file PHG4InnerHcalDetector.h

Definition at line 31 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 31 of file PHG4InnerHcalDetector.h

Constructor & Destructor Documentation

PHG4InnerHcalDetector::PHG4InnerHcalDetector ( PHG4Subsystem subsys,
PHCompositeNode Node,
PHParameters parameters,
const std::string &  dnam 
)

constructor

Definition at line 67 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 67 of file PHG4InnerHcalDetector.cc

References PHParameters::get_int_param(), m_NumScintiTilesNeg, m_NumScintiTilesPos, m_Params, m_ScintiTilesVec, PHG4HcalDefs::n_scinti_tiles, and PHParameters::set_int_param().

+ Here is the call graph for this function:

PHG4InnerHcalDetector::~PHG4InnerHcalDetector ( )
override

destructor

Definition at line 117 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 117 of file PHG4InnerHcalDetector.cc

References m_ScintiMotherAssembly.

Member Function Documentation

int PHG4InnerHcalDetector::CheckTiltAngle ( ) const

Definition at line 781 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 781 of file PHG4InnerHcalDetector.cc

References exit(), m_InnerRadius, m_OuterRadius, M_PI, m_TiltAngle, PHWHERE, Acts::UnitConstants::rad, and s2.

Referenced by ConstructInnerHcal().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int PHG4InnerHcalDetector::ConsistencyCheck ( ) const

Definition at line 809 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 809 of file PHG4InnerHcalDetector.cc

References Acts::UnitConstants::cm, m_InnerRadius, m_OuterRadius, m_ScintiInnerGap, m_ScintiOuterRadius, m_ScintiTileThickness, and PHWHERE.

Referenced by ConstructInnerHcal().

+ Here is the caller graph for this function:

G4AssemblyVolume * PHG4InnerHcalDetector::ConstructHcalScintillatorAssembly ( G4LogicalVolume *  hcalenvelope)

Definition at line 756 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 756 of file PHG4InnerHcalDetector.cc

References PHG4InnerHcalDisplayAction::AddScintiVolume(), Acts::UnitConstants::cm, ConstructHcalSingleScintillators(), PHParameters::get_double_param(), PHG4Detector::GetDetectorMaterial(), m_DisplayAction, m_Params, m_ScintiLogicNamePrefix, m_ScintiTilesVec, and name.

Referenced by ConstructInnerHcal().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void PHG4InnerHcalDetector::ConstructHcalSingleScintillators ( G4LogicalVolume *  hcalenvelope)

Definition at line 577 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 577 of file PHG4InnerHcalDetector.cc

References Acts::UnitConstants::cm, ConstructScintillatorBox(), Acts::VectorHelpers::eta(), PHParameters::get_double_param(), PHG4Utils::get_theta(), m_InnerRadius, m_NumScintiTilesNeg, m_NumScintiTilesPos, m_OuterRadius, m_Params, M_PI, m_ScintiTilesVec, m_ScintiTileThickness, m_ScintiTileX, Acts::UnitConstants::mm, name, offset, PHParameters::set_double_param(), theta(), v, x, x_at_y(), z, and zero.

Referenced by ConstructHcalScintillatorAssembly().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int PHG4InnerHcalDetector::ConstructInnerHcal ( G4LogicalVolume *  sandwich)
protected

Definition at line 502 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 502 of file PHG4InnerHcalDetector.cc

References PHG4InnerHcalDisplayAction::AddSteelVolume(), CheckTiltAngle(), ConsistencyCheck(), ConstructHcalScintillatorAssembly(), ConstructSteelPlate(), cos(), PHParameters::get_string_param(), PHG4Detector::GetDetectorMaterial(), m_DisplayAction, m_InnerRadius, m_NumScintiPlates, m_OuterRadius, m_Params, M_PI, m_ScintiMotherAssembly, m_ScintiTileX, m_ScintiTileXLower, m_ScintiTileXUpper, m_SteelAbsorberPhysVolSet, m_TiltAngle, name, PHG4Detector::OverlapCheck(), phi, Acts::UnitConstants::rad, SetTiltViaNcross(), and subtract_from_scinti_x.

Referenced by ConstructMe().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void PHG4InnerHcalDetector::ConstructMe ( G4LogicalVolume *  world)
overridevirtual
G4VSolid * PHG4InnerHcalDetector::ConstructScintillatorBox ( G4LogicalVolume *  hcalenvelope)

Definition at line 144 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 144 of file PHG4InnerHcalDetector.cc

References cos(), m_InnerRadius, m_NumScintiPlates, m_OuterRadius, m_ScintiOuterRadius, m_ScintiTileThickness, m_ScintiTileX, m_ScintiTileXLower, m_ScintiTileXUpper, m_ScintiTileZ, m_TiltAngle, m_VolumeScintillator, Acts::VectorHelpers::perp(), Acts::UnitConstants::rad, s2, s3, and subtract_from_scinti_x.

Referenced by ConstructHcalSingleScintillators().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4VSolid * PHG4InnerHcalDetector::ConstructSteelPlate ( G4LogicalVolume *  hcalenvelope)

Definition at line 221 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 221 of file PHG4InnerHcalDetector.cc

References cos(), m_InnerRadius, m_NumScintiPlates, m_OuterRadius, M_PI, m_ScintiInnerGap, m_ScintiOuterGap, m_SizeZ, m_TiltAngle, m_VolumeSteel, Acts::VectorHelpers::perp(), Acts::UnitConstants::rad, s2, ShiftSecantToTangent(), v1, v2, v3, v4, and zero.

Referenced by ConstructInnerHcal().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int PHG4InnerHcalDetector::get_Layer ( ) const
inline

Definition at line 51 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 51 of file PHG4InnerHcalDetector.h

References m_Layer.

std::pair< int, int > PHG4InnerHcalDetector::GetLayerTowerId ( G4VPhysicalVolume *  volume) const

Definition at line 932 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 932 of file PHG4InnerHcalDetector.cc

References exit(), it, and m_ScintiTilePhysVolMap.

Referenced by PHG4InnerHcalSteppingAction::UserSteppingAction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

int PHG4InnerHcalDetector::IsInInnerHcal ( G4VPhysicalVolume *  volume) const

Definition at line 124 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 124 of file PHG4InnerHcalDetector.cc

References m_AbsorberActive, m_Active, m_ScintiTilePhysVolMap, and m_SteelAbsorberPhysVolSet.

Referenced by PHG4InnerHcalSteppingAction::UserSteppingAction().

+ Here is the caller graph for this function:

void PHG4InnerHcalDetector::Print ( const std::string &  what = "ALL") const
overridevirtual

Reimplemented from PHG4Detector.

Definition at line 919 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 919 of file PHG4InnerHcalDetector.cc

References Acts::UnitConstants::cm3, m_VolumeEnvelope, m_VolumeScintillator, and m_VolumeSteel.

Referenced by PHG4InnerHcalSubsystem::Print().

+ Here is the caller graph for this function:

void PHG4InnerHcalDetector::SetTiltViaNcross ( )

Definition at line 836 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 836 of file PHG4InnerHcalDetector.cc

References exit(), PHParameters::get_int_param(), m_InnerRadius, m_NumScintiPlates, m_OuterRadius, m_Params, M_PI, m_TiltAngle, Acts::UnitConstants::rad, PHParameters::set_double_param(), PHParameters::set_int_param(), and PHG4Detector::Verbosity().

Referenced by ConstructInnerHcal().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void PHG4InnerHcalDetector::ShiftSecantToTangent ( Point_2 lowleft,
Point_2 upleft,
Point_2 upright,
Point_2 lowright 
)

Definition at line 377 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 377 of file PHG4InnerHcalDetector.cc

References m_InnerRadius.

Referenced by ConstructSteelPlate().

+ Here is the caller graph for this function:

void PHG4InnerHcalDetector::SuperDetector ( const std::string &  name)
inline

Definition at line 49 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 49 of file PHG4InnerHcalDetector.h

References m_SuperDetector, and name.

Referenced by PHG4InnerHcalSubsystem::InitRunSubsystem(), and PHG4InnerHcalSteppingAction::SetInterfacePointers().

+ Here is the caller graph for this function:

const std::string PHG4InnerHcalDetector::SuperDetector ( ) const
inline

Definition at line 50 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 50 of file PHG4InnerHcalDetector.h

References m_SuperDetector.

double PHG4InnerHcalDetector::x_at_y ( Point_2 p0,
Point_2 p1,
double  yin 
)
protected

Definition at line 726 of file PHG4InnerHcalDetector.cc.

View newest version in sPHENIX GitHub at line 726 of file PHG4InnerHcalDetector.cc

References exit(), PHWHERE, Acts::UnitConstants::s, x, and y.

Referenced by ConstructHcalSingleScintillators().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Member Data Documentation

int PHG4InnerHcalDetector::m_AbsorberActive
protected

Definition at line 93 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 93 of file PHG4InnerHcalDetector.h

Referenced by IsInInnerHcal().

int PHG4InnerHcalDetector::m_Active
protected

Definition at line 92 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 92 of file PHG4InnerHcalDetector.h

Referenced by IsInInnerHcal().

PHG4InnerHcalDisplayAction* PHG4InnerHcalDetector::m_DisplayAction
protected

Definition at line 66 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 66 of file PHG4InnerHcalDetector.h

Referenced by ConstructHcalScintillatorAssembly(), ConstructInnerHcal(), and ConstructMe().

double PHG4InnerHcalDetector::m_EnvelopeInnerRadius
protected

Definition at line 81 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 81 of file PHG4InnerHcalDetector.h

Referenced by ConstructMe().

double PHG4InnerHcalDetector::m_EnvelopeOuterRadius
protected

Definition at line 82 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 82 of file PHG4InnerHcalDetector.h

Referenced by ConstructMe().

double PHG4InnerHcalDetector::m_EnvelopeZ
protected

Definition at line 83 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 83 of file PHG4InnerHcalDetector.h

Referenced by ConstructMe().

double PHG4InnerHcalDetector::m_InnerRadius
protected
int PHG4InnerHcalDetector::m_Layer
protected

Definition at line 95 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 95 of file PHG4InnerHcalDetector.h

Referenced by get_Layer().

int PHG4InnerHcalDetector::m_NumScintiPlates
protected

Definition at line 88 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 88 of file PHG4InnerHcalDetector.h

Referenced by ConstructInnerHcal(), ConstructMe(), ConstructScintillatorBox(), ConstructSteelPlate(), and SetTiltViaNcross().

int PHG4InnerHcalDetector::m_NumScintiTilesNeg
protected

Definition at line 90 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 90 of file PHG4InnerHcalDetector.h

Referenced by ConstructHcalSingleScintillators(), and PHG4InnerHcalDetector().

int PHG4InnerHcalDetector::m_NumScintiTilesPos
protected

Definition at line 89 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 89 of file PHG4InnerHcalDetector.h

Referenced by ConstructHcalSingleScintillators(), and PHG4InnerHcalDetector().

double PHG4InnerHcalDetector::m_OuterRadius
protected
PHParameters* PHG4InnerHcalDetector::m_Params
protected
double PHG4InnerHcalDetector::m_ScintiInnerGap
protected

Definition at line 77 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 77 of file PHG4InnerHcalDetector.h

Referenced by ConsistencyCheck(), and ConstructSteelPlate().

std::string PHG4InnerHcalDetector::m_ScintiLogicNamePrefix
protected

Definition at line 100 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 100 of file PHG4InnerHcalDetector.h

Referenced by ConstructHcalScintillatorAssembly().

G4AssemblyVolume* PHG4InnerHcalDetector::m_ScintiMotherAssembly
protected

Definition at line 68 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 68 of file PHG4InnerHcalDetector.h

Referenced by ConstructInnerHcal(), ConstructMe(), and ~PHG4InnerHcalDetector().

double PHG4InnerHcalDetector::m_ScintiOuterGap
protected

Definition at line 78 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 78 of file PHG4InnerHcalDetector.h

Referenced by ConstructSteelPlate().

double PHG4InnerHcalDetector::m_ScintiOuterRadius
protected

Definition at line 79 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 79 of file PHG4InnerHcalDetector.h

Referenced by ConsistencyCheck(), and ConstructScintillatorBox().

std::map<G4VPhysicalVolume *, std::pair<int, int> > PHG4InnerHcalDetector::m_ScintiTilePhysVolMap
protected

Definition at line 98 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 98 of file PHG4InnerHcalDetector.h

Referenced by ConstructMe(), GetLayerTowerId(), and IsInInnerHcal().

std::vector<G4VSolid *> PHG4InnerHcalDetector::m_ScintiTilesVec
protected

Definition at line 99 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 99 of file PHG4InnerHcalDetector.h

Referenced by ConstructHcalScintillatorAssembly(), ConstructHcalSingleScintillators(), and PHG4InnerHcalDetector().

double PHG4InnerHcalDetector::m_ScintiTileThickness
protected

Definition at line 76 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 76 of file PHG4InnerHcalDetector.h

Referenced by ConsistencyCheck(), ConstructHcalSingleScintillators(), and ConstructScintillatorBox().

double PHG4InnerHcalDetector::m_ScintiTileX
protected

Definition at line 72 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 72 of file PHG4InnerHcalDetector.h

Referenced by ConstructHcalSingleScintillators(), ConstructInnerHcal(), and ConstructScintillatorBox().

double PHG4InnerHcalDetector::m_ScintiTileXLower
protected

Definition at line 73 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 73 of file PHG4InnerHcalDetector.h

Referenced by ConstructInnerHcal(), and ConstructScintillatorBox().

double PHG4InnerHcalDetector::m_ScintiTileXUpper
protected

Definition at line 74 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 74 of file PHG4InnerHcalDetector.h

Referenced by ConstructInnerHcal(), and ConstructScintillatorBox().

double PHG4InnerHcalDetector::m_ScintiTileZ
protected

Definition at line 75 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 75 of file PHG4InnerHcalDetector.h

Referenced by ConstructScintillatorBox().

double PHG4InnerHcalDetector::m_SizeZ
protected

Definition at line 71 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 71 of file PHG4InnerHcalDetector.h

Referenced by ConstructSteelPlate().

std::set<G4VPhysicalVolume *> PHG4InnerHcalDetector::m_SteelAbsorberPhysVolSet
protected

Definition at line 97 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 97 of file PHG4InnerHcalDetector.h

Referenced by ConstructInnerHcal(), and IsInInnerHcal().

std::string PHG4InnerHcalDetector::m_SuperDetector
protected

Definition at line 96 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 96 of file PHG4InnerHcalDetector.h

Referenced by SuperDetector().

double PHG4InnerHcalDetector::m_TiltAngle
protected

Definition at line 80 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 80 of file PHG4InnerHcalDetector.h

Referenced by CheckTiltAngle(), ConstructInnerHcal(), ConstructScintillatorBox(), ConstructSteelPlate(), and SetTiltViaNcross().

double PHG4InnerHcalDetector::m_VolumeEnvelope
protected

Definition at line 84 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 84 of file PHG4InnerHcalDetector.h

Referenced by ConstructMe(), and Print().

double PHG4InnerHcalDetector::m_VolumeScintillator
protected

Definition at line 86 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 86 of file PHG4InnerHcalDetector.h

Referenced by ConstructScintillatorBox(), and Print().

double PHG4InnerHcalDetector::m_VolumeSteel
protected

Definition at line 85 of file PHG4InnerHcalDetector.h.

View newest version in sPHENIX GitHub at line 85 of file PHG4InnerHcalDetector.h

Referenced by ConstructSteelPlate(), and Print().


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