Geant4
10.03.p03
|
#include <Par02DetectorConstruction.hh>
Public Member Functions | |
Par02DetectorConstruction () | |
A default constructor. More... | |
virtual | ~Par02DetectorConstruction () |
virtual G4VPhysicalVolume * | Construct () |
virtual void | ConstructSDandField () |
A method invoked by G4RunManager::Initialize() to construct thread local objects. More... | |
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 |
Public Attributes | |
std::vector< G4Region * > | fTrackerList |
A vector of the tracking detector regions. More... | |
std::vector< G4Region * > | fECalList |
A vector of the the electromagnetic calorimeter regions. More... | |
std::vector< G4Region * > | fHCalList |
A vector of the the hadronic calorimeter regions. More... | |
std::vector< G4Region * > | fMuonList |
A vector of the muon detector regions. More... | |
G4GlobalMagFieldMessenger * | fMagFieldMessenger |
Messenger of the magnetic field. More... | |
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) |
Construction of detector geometry.
A mandatory initialization class of the detector setup. Detector construction allows to use the geometry read from a GDML file. Based on G4 examples/persistency/gdml/G01/include/G01DetectorConstruction.hh .
Definition at line 51 of file Par02DetectorConstruction.hh.
Par02DetectorConstruction::Par02DetectorConstruction | ( | ) |
|
virtual |
Definition at line 46 of file Par02DetectorConstruction.cc.
|
virtual |
A method invoked by G4RunManager::Initialize()
Implements G4VUserDetectorConstruction.
Definition at line 50 of file Par02DetectorConstruction.cc.
|
virtual |
A method invoked by G4RunManager::Initialize() to construct thread local objects.
Reimplemented from G4VUserDetectorConstruction.
Definition at line 118 of file Par02DetectorConstruction.cc.
std::vector< G4Region* > Par02DetectorConstruction::fECalList |
A vector of the the electromagnetic calorimeter regions.
Definition at line 70 of file Par02DetectorConstruction.hh.
std::vector< G4Region* > Par02DetectorConstruction::fHCalList |
A vector of the the hadronic calorimeter regions.
Definition at line 73 of file Par02DetectorConstruction.hh.
G4GlobalMagFieldMessenger* Par02DetectorConstruction::fMagFieldMessenger |
Messenger of the magnetic field.
Definition at line 79 of file Par02DetectorConstruction.hh.
std::vector< G4Region* > Par02DetectorConstruction::fMuonList |
A vector of the muon detector regions.
Definition at line 76 of file Par02DetectorConstruction.hh.
std::vector< G4Region* > Par02DetectorConstruction::fTrackerList |
A vector of the tracking detector regions.
Definition at line 67 of file Par02DetectorConstruction.hh.