ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <fun4all_eicdetectors/blob/master/simulation/g4simulation/g4lblvtx/AllSi_Al_support_Detector.h>
Public Member Functions | |
AllSi_Al_support_Detector (PHG4Subsystem *subsys, PHCompositeNode *Node, PHParameters *parameters, const std::string &dnam) | |
constructor | |
virtual | ~AllSi_Al_support_Detector () |
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 |
G4Material * | element_material (std::string identifier) |
void | addDetectorSection (G4LogicalVolume *logicWorld, std::string name, double sign) |
volume accessors | |
int | IsInDetector (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 () |
Private Attributes | |
PHParameters * | m_Params |
std::set< G4VPhysicalVolume * > | m_PhysicalVolumesSet |
std::string | m_SuperDetector |
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 18 of file AllSi_Al_support_Detector.h.
View newest version in sPHENIX GitHub at line 18 of file AllSi_Al_support_Detector.h
AllSi_Al_support_Detector::AllSi_Al_support_Detector | ( | PHG4Subsystem * | subsys, |
PHCompositeNode * | Node, | ||
PHParameters * | parameters, | ||
const std::string & | dnam | ||
) |
constructor
Definition at line 19 of file AllSi_Al_support_Detector.cc.
View newest version in sPHENIX GitHub at line 19 of file AllSi_Al_support_Detector.cc
|
inlinevirtual |
destructor
Definition at line 25 of file AllSi_Al_support_Detector.h.
View newest version in sPHENIX GitHub at line 25 of file AllSi_Al_support_Detector.h
void AllSi_Al_support_Detector::addDetectorSection | ( | G4LogicalVolume * | logicWorld, |
std::string | name, | ||
double | sign | ||
) |
Definition at line 60 of file AllSi_Al_support_Detector.cc.
View newest version in sPHENIX GitHub at line 60 of file AllSi_Al_support_Detector.cc
References kdfinder::abs(), degree, PHG4Detector::GetDetectorMaterial(), m_PhysicalVolumesSet, PHG4Detector::OverlapCheck(), CLHEP::HepRotation::rotateX(), CLHEP::HepRotation::rotateY(), CLHEP::HepRotation::rotateZ(), G4VisAttributes::SetForceSolid(), G4LogicalVolume::SetVisAttributes(), and G4Colour::Yellow().
Referenced by ConstructMe().
|
overridevirtual |
construct
Implements PHG4Detector.
Definition at line 38 of file AllSi_Al_support_Detector.cc.
View newest version in sPHENIX GitHub at line 38 of file AllSi_Al_support_Detector.cc
References addDetectorSection().
G4Material* AllSi_Al_support_Detector::element_material | ( | std::string | identifier | ) |
int AllSi_Al_support_Detector::IsInDetector | ( | G4VPhysicalVolume * | volume | ) | const |
Definition at line 28 of file AllSi_Al_support_Detector.cc.
View newest version in sPHENIX GitHub at line 28 of file AllSi_Al_support_Detector.cc
References m_PhysicalVolumesSet.
Referenced by AllSi_Al_support_SteppingAction::UserSteppingAction().
|
overridevirtual |
Reimplemented from PHG4Detector.
Definition at line 48 of file AllSi_Al_support_Detector.cc.
View newest version in sPHENIX GitHub at line 48 of file AllSi_Al_support_Detector.cc
References m_Params, and PHParameters::Print().
Referenced by AllSi_Al_support_Subsystem::Print().
|
inline |
Definition at line 37 of file AllSi_Al_support_Detector.h.
View newest version in sPHENIX GitHub at line 37 of file AllSi_Al_support_Detector.h
References m_SuperDetector.
|
inline |
Definition at line 38 of file AllSi_Al_support_Detector.h.
View newest version in sPHENIX GitHub at line 38 of file AllSi_Al_support_Detector.h
References m_SuperDetector.
|
private |
Definition at line 43 of file AllSi_Al_support_Detector.h.
View newest version in sPHENIX GitHub at line 43 of file AllSi_Al_support_Detector.h
Referenced by Print().
|
private |
Definition at line 46 of file AllSi_Al_support_Detector.h.
View newest version in sPHENIX GitHub at line 46 of file AllSi_Al_support_Detector.h
Referenced by addDetectorSection(), and IsInDetector().
|
private |
Definition at line 48 of file AllSi_Al_support_Detector.h.
View newest version in sPHENIX GitHub at line 48 of file AllSi_Al_support_Detector.h
Referenced by SuperDetector().