|
Geant4
9.6.p02
|
Simple detector construction with only a world volume. More...
#include <ExG4DetectorConstruction01.hh>


Public Member Functions | |
| ExG4DetectorConstruction01 (const G4String &materialName="G4_AIR", G4double hx=50 *CLHEP::cm, G4double hy=50 *CLHEP::cm, G4double hz=50 *CLHEP::cm) | |
| ~ExG4DetectorConstruction01 () | |
| virtual G4VPhysicalVolume * | Construct () |
| void | SetMaterial (const G4String &materialName) |
| void | SetDimensions (G4double hx, G4double hy, G4double hz) |
Public Member Functions inherited from G4VUserDetectorConstruction | |
| G4VUserDetectorConstruction () | |
| virtual | ~G4VUserDetectorConstruction () |
| void | RegisterParallelWorld (G4VUserParallelWorld *) |
| G4int | ConstructParallelGeometries () |
| G4int | GetNumberOfParallelWorld () const |
| G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Simple detector construction with only a world volume.
Definition at line 48 of file ExG4DetectorConstruction01.hh.
| ExG4DetectorConstruction01::ExG4DetectorConstruction01 | ( | const G4String & | materialName = "G4_AIR", |
| G4double | hx = 50*CLHEP::cm, |
||
| G4double | hy = 50*CLHEP::cm, |
||
| G4double | hz = 50*CLHEP::cm |
||
| ) |
Definition at line 43 of file ExG4DetectorConstruction01.cc.
| ExG4DetectorConstruction01::~ExG4DetectorConstruction01 | ( | ) |
Definition at line 56 of file ExG4DetectorConstruction01.cc.
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 62 of file ExG4DetectorConstruction01.cc.

Set world dimension (in half lengths). This setting has effect only if called in PreInit> phase
Definition at line 122 of file ExG4DetectorConstruction01.cc.

Definition at line 102 of file ExG4DetectorConstruction01.cc.


1.8.4