ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
ExGflashDetectorConstruction () | |
~ExGflashDetectorConstruction () | |
virtual G4VPhysicalVolume * | Construct () |
virtual void | ConstructSDandField () |
void | SetLBining (G4ThreeVector) |
void | SetRBining (G4ThreeVector) |
void | SetVerbose (G4int val) |
void | SetMaterial (G4String mat) |
G4int | GetVerbose () const |
G4int | GetnLtot () const |
G4int | GetnRtot () const |
G4double | GetdLradl () const |
G4double | GetdRradl () const |
G4double | GetSDRadLen () const |
Public Member Functions inherited from G4VUserDetectorConstruction | |
G4VUserDetectorConstruction () | |
virtual | ~G4VUserDetectorConstruction () |
virtual void | CloneSD () |
virtual void | CloneF () |
void | RegisterParallelWorld (G4VUserParallelWorld *) |
G4int | ConstructParallelGeometries () |
void | ConstructParallelSD () |
G4int | GetNumberOfParallelWorld () const |
G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Static Private Attributes | |
static G4ThreadLocal GFlashShowerModel * | fFastShowerModel = 0 |
static G4ThreadLocal GFlashHomoShowerParameterisation * | fParameterisation = 0 |
static G4ThreadLocal GFlashParticleBounds * | fParticleBounds = 0 |
static G4ThreadLocal GFlashHitMaker * | fHitMaker = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from G4VUserDetectorConstruction | |
void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
Definition at line 49 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 49 of file ExGflashDetectorConstruction.hh
ExGflashDetectorConstruction::ExGflashDetectorConstruction | ( | ) |
Definition at line 78 of file ExGflashDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 78 of file ExGflashDetectorConstruction.cc
References cm, fCrystalLength, fCrystalWidth, fGflashMessenger, G4cout, and G4endl.
ExGflashDetectorConstruction::~ExGflashDetectorConstruction | ( | ) |
Definition at line 93 of file ExGflashDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 93 of file ExGflashDetectorConstruction.cc
References fFastShowerModel, fGflashMessenger, fHitMaker, fParameterisation, and fParticleBounds.
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 104 of file ExGflashDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 104 of file ExGflashDetectorConstruction.cc
References G4Region::AddRootLogicalVolume(), cm, fCrystal_log, fCrystalLength, fCrystalWidth, fDetMat, G4NistManager::FindOrBuildMaterial(), fNbOfCrystals, fRegion, G4cout, G4endl, G4VisAttributes::GetInvisible(), G4Material::GetRadlen(), G4NistManager::Instance(), n, G4LogicalVolume::SetRegion(), G4LogicalVolume::SetVisAttributes(), and BTOF::zpos.
|
virtual |
Reimplemented from G4VUserDetectorConstruction.
Definition at line 239 of file ExGflashDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 239 of file ExGflashDetectorConstruction.cc
References G4SDManager::AddNewDetector(), fCrystal_log, fDetMat, fFastShowerModel, fHitMaker, fParameterisation, fParticleBounds, fRegion, fSDRadLen, G4cout, G4endl, G4Material::GetRadlen(), G4SDManager::GetSDMpointer(), GFlashShowerModel::SetHitMaker(), GFlashShowerModel::SetParameterisation(), GFlashShowerModel::SetParticleBounds(), and G4LogicalVolume::SetSensitiveDetector().
|
inline |
Definition at line 68 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 68 of file ExGflashDetectorConstruction.hh
References fDLradl.
Referenced by ExGflashHistoManager::Book().
|
inline |
Definition at line 69 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 69 of file ExGflashDetectorConstruction.hh
References fDRradl.
Referenced by ExGflashHistoManager::Book().
|
inline |
Definition at line 66 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 66 of file ExGflashDetectorConstruction.hh
References fNLtot.
Referenced by ExGflashHistoManager::Book().
|
inline |
Definition at line 67 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 67 of file ExGflashDetectorConstruction.hh
References fNRtot.
Referenced by ExGflashHistoManager::Book().
|
inline |
Definition at line 71 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 71 of file ExGflashDetectorConstruction.hh
References fSDRadLen.
|
inline |
Definition at line 64 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 64 of file ExGflashDetectorConstruction.hh
References fVerbose.
void ExGflashDetectorConstruction::SetLBining | ( | G4ThreeVector | Value | ) |
Definition at line 276 of file ExGflashDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 276 of file ExGflashDetectorConstruction.cc
References fDLradl, fNLtot, G4cout, G4endl, and kMaxBin.
Referenced by ExGflashMessenger::SetNewValue().
Definition at line 302 of file ExGflashDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 302 of file ExGflashDetectorConstruction.cc
References fCrystal_log, fDetMat, G4NistManager::FindOrBuildMaterial(), fParameterisation, fSDRadLen, G4Material::GetRadlen(), G4RunManager::GetRunManager(), G4NistManager::Instance(), G4RunManager::PhysicsHasBeenModified(), GVFlashShowerParameterisation::PrintMaterial(), GFlashHomoShowerParameterisation::SetMaterial(), and G4LogicalVolume::SetMaterial().
Referenced by ExGflashMessenger::SetNewValue().
void ExGflashDetectorConstruction::SetRBining | ( | G4ThreeVector | Value | ) |
Definition at line 289 of file ExGflashDetectorConstruction.cc.
View newest version in sPHENIX GitHub at line 289 of file ExGflashDetectorConstruction.cc
References fDRradl, fNRtot, G4cout, G4endl, and kMaxBin.
Referenced by ExGflashMessenger::SetNewValue().
Definition at line 60 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 60 of file ExGflashDetectorConstruction.hh
References fVerbose.
Referenced by ExGflashMessenger::SetNewValue().
|
private |
Definition at line 79 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 79 of file ExGflashDetectorConstruction.hh
Referenced by Construct(), ConstructSDandField(), and SetMaterial().
|
private |
Definition at line 77 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 77 of file ExGflashDetectorConstruction.hh
Referenced by Construct(), and ExGflashDetectorConstruction().
|
private |
Definition at line 76 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 76 of file ExGflashDetectorConstruction.hh
Referenced by Construct(), and ExGflashDetectorConstruction().
|
private |
Definition at line 80 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 80 of file ExGflashDetectorConstruction.hh
Referenced by Construct(), ConstructSDandField(), and SetMaterial().
|
private |
Definition at line 87 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 87 of file ExGflashDetectorConstruction.hh
Referenced by GetdLradl(), and SetLBining().
|
private |
Definition at line 87 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 87 of file ExGflashDetectorConstruction.hh
Referenced by GetdRradl(), and SetRBining().
|
staticprivate |
Definition at line 91 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 91 of file ExGflashDetectorConstruction.hh
Referenced by ConstructSDandField(), and ~ExGflashDetectorConstruction().
|
private |
Definition at line 89 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 89 of file ExGflashDetectorConstruction.hh
Referenced by ExGflashDetectorConstruction(), and ~ExGflashDetectorConstruction().
|
staticprivate |
Definition at line 94 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 94 of file ExGflashDetectorConstruction.hh
Referenced by ConstructSDandField(), and ~ExGflashDetectorConstruction().
|
private |
Definition at line 74 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 74 of file ExGflashDetectorConstruction.hh
Referenced by Construct().
|
private |
Definition at line 86 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 86 of file ExGflashDetectorConstruction.hh
Referenced by GetnLtot(), and SetLBining().
|
private |
Definition at line 86 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 86 of file ExGflashDetectorConstruction.hh
Referenced by GetnRtot(), and SetRBining().
|
staticprivate |
Definition at line 92 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 92 of file ExGflashDetectorConstruction.hh
Referenced by ConstructSDandField(), SetMaterial(), and ~ExGflashDetectorConstruction().
|
staticprivate |
Definition at line 93 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 93 of file ExGflashDetectorConstruction.hh
Referenced by ConstructSDandField(), and ~ExGflashDetectorConstruction().
|
private |
Definition at line 81 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 81 of file ExGflashDetectorConstruction.hh
Referenced by Construct(), and ConstructSDandField().
|
private |
Definition at line 83 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 83 of file ExGflashDetectorConstruction.hh
Referenced by ConstructSDandField(), GetSDRadLen(), and SetMaterial().
|
private |
Definition at line 85 of file ExGflashDetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 85 of file ExGflashDetectorConstruction.hh
Referenced by GetVerbose(), and SetVerbose().