|
Geant4
10.02.p02
|
Construction of detector geometry. More...
#include <Par02DetectorConstruction.hh>
Inheritance diagram for Par02DetectorConstruction:
Collaboration diagram for Par02DetectorConstruction:Public Member Functions | |
| Par02DetectorConstruction () | |
| A default constructor. More... | |
| virtual | ~Par02DetectorConstruction () |
| virtual G4VPhysicalVolume * | Construct () |
| A method invoked by G4RunManager::Initialize() More... | |
| 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 | ( | ) |
A default constructor.
Definition at line 42 of file Par02DetectorConstruction.cc.
|
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.
References fECalList, fHCalList, fMuonList, fTrackerList, G4cout, G4endl, G4GDMLParser::GetAuxMap(), G4LogicalVolume::GetName(), G4GDMLParser::GetWorldVolume(), idxG4GammaCut, m, parser(), and G4GDMLParser::Read().
Here is the call graph for this function:
|
virtual |
A method invoked by G4RunManager::Initialize() to construct thread local objects.
Reimplemented from G4VUserDetectorConstruction.
Definition at line 118 of file Par02DetectorConstruction.cc.
References Par02DetectorParametrisation::eCMS, fECalList, fHCalList, fMagFieldMessenger, fTrackerList, G4AutoDelete::Register(), and G4GlobalMagFieldMessenger::SetVerboseLevel().
Here is the call graph for this function:| std::vector< G4Region* > Par02DetectorConstruction::fECalList |
A vector of the the electromagnetic calorimeter regions.
Definition at line 70 of file Par02DetectorConstruction.hh.
Referenced by Construct(), and ConstructSDandField().
| std::vector< G4Region* > Par02DetectorConstruction::fHCalList |
A vector of the the hadronic calorimeter regions.
Definition at line 73 of file Par02DetectorConstruction.hh.
Referenced by Construct(), and ConstructSDandField().
| G4GlobalMagFieldMessenger* Par02DetectorConstruction::fMagFieldMessenger |
Messenger of the magnetic field.
Definition at line 79 of file Par02DetectorConstruction.hh.
Referenced by ConstructSDandField().
| std::vector< G4Region* > Par02DetectorConstruction::fMuonList |
A vector of the muon detector regions.
Definition at line 76 of file Par02DetectorConstruction.hh.
Referenced by Construct().
| std::vector< G4Region* > Par02DetectorConstruction::fTrackerList |
A vector of the tracking detector regions.
Definition at line 67 of file Par02DetectorConstruction.hh.
Referenced by Construct(), and ConstructSDandField().