Geant4
10.03.p03
|
Detector construction class using text geometry file and C++ code. More...
#include <ExTGDetectorConstructionWithCpp.hh>
Public Member Functions | |
ExTGDetectorConstructionWithCpp () | |
~ExTGDetectorConstructionWithCpp () | |
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 |
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 class using text geometry file and C++ code.
Definition at line 41 of file ExTGDetectorConstructionWithCpp.hh.
ExTGDetectorConstructionWithCpp::ExTGDetectorConstructionWithCpp | ( | ) |
Definition at line 40 of file ExTGDetectorConstructionWithCpp.cc.
ExTGDetectorConstructionWithCpp::~ExTGDetectorConstructionWithCpp | ( | ) |
Definition at line 46 of file ExTGDetectorConstructionWithCpp.cc.
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 52 of file ExTGDetectorConstructionWithCpp.cc.