ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Detector construction allowing to use the geometry read from the GDML file. More...
Public Member Functions | |
G01DetectorConstruction (G4VPhysicalVolume *setWorld=0) | |
virtual G4VPhysicalVolume * | Construct () |
Public Member Functions inherited from G4VUserDetectorConstruction | |
G4VUserDetectorConstruction () | |
virtual | ~G4VUserDetectorConstruction () |
virtual void | ConstructSDandField () |
virtual void | CloneSD () |
virtual void | CloneF () |
void | RegisterParallelWorld (G4VUserParallelWorld *) |
G4int | ConstructParallelGeometries () |
void | ConstructParallelSD () |
G4int | GetNumberOfParallelWorld () const |
G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Private Attributes | |
G4VPhysicalVolume * | fWorld |
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) |
Detector construction allowing to use the geometry read from the GDML file.
Definition at line 40 of file G01DetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 40 of file G01DetectorConstruction.hh
|
inline |
Definition at line 44 of file G01DetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 44 of file G01DetectorConstruction.hh
References fWorld.
|
inlinevirtual |
Implements G4VUserDetectorConstruction.
Definition at line 49 of file G01DetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 49 of file G01DetectorConstruction.hh
References fWorld.
|
private |
Definition at line 56 of file G01DetectorConstruction.hh.
View newest version in sPHENIX GitHub at line 56 of file G01DetectorConstruction.hh
Referenced by Construct(), and G01DetectorConstruction().