Geant4
10.01
|
Simple detector construction with a box volume placed in a world. More...
#include <ExG4DetectorConstruction02.hh>
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) |
Simple detector construction with a box volume placed in a world.
Definition at line 48 of file ExG4DetectorConstruction02.hh.
ExG4DetectorConstruction02::ExG4DetectorConstruction02 | ( | const G4String & | boxMaterialName = "G4_AIR" , |
G4double | boxHx = 40*CLHEP::cm , |
||
G4double | boxHy = 40*CLHEP::cm , |
||
G4double | boxHz = 40*CLHEP::cm , |
||
const G4String & | worldMaterialName = "G4_AIR" , |
||
G4double | worldSizeFactor = 1.25 |
||
) |
Definition at line 43 of file ExG4DetectorConstruction02.cc.
ExG4DetectorConstruction02::~ExG4DetectorConstruction02 | ( | ) |
Definition at line 61 of file ExG4DetectorConstruction02.cc.
ExG4DetectorConstruction02::ExG4DetectorConstruction02 | ( | const G4String & | boxMaterialName = "G4_AIR" , |
G4double | boxHx = 40 *CLHEP::cm , |
||
G4double | boxHy = 40 *CLHEP::cm , |
||
G4double | boxHz = 40 *CLHEP::cm , |
||
const G4String & | worldMaterialName = "G4_AIR" , |
||
G4double | worldSizeFactor = 1.25 |
||
) |
ExG4DetectorConstruction02::~ExG4DetectorConstruction02 | ( | ) |
ExG4DetectorConstruction02::ExG4DetectorConstruction02 | ( | const G4String & | boxMaterialName = "G4_AIR" , |
G4double | boxHx = 40 *CLHEP::cm , |
||
G4double | boxHy = 40 *CLHEP::cm , |
||
G4double | boxHz = 40 *CLHEP::cm , |
||
const G4String & | worldMaterialName = "G4_AIR" , |
||
G4double | worldSizeFactor = 1.25 |
||
) |
ExG4DetectorConstruction02::~ExG4DetectorConstruction02 | ( | ) |
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 67 of file ExG4DetectorConstruction02.cc.
References fBoxDimensions, fBoxMaterialName, fBoxVolume, G4NistManager::FindOrBuildMaterial(), fWorldMaterialName, fWorldSizeFactor, fWorldVolume, and G4NistManager::Instance().
|
virtual |
Implements G4VUserDetectorConstruction.
|
virtual |
Implements G4VUserDetectorConstruction.
Set box dimension (in half lengths). This setting has effect only if called in PreInit> phase
Definition at line 172 of file ExG4DetectorConstruction02.cc.
References fBoxDimensions.
Referenced by ExG4DetectorConstruction02Messenger::SetNewValue().
void ExG4DetectorConstruction02::SetBoxMaterial | ( | const G4String & | materialName | ) |
Definition at line 134 of file ExG4DetectorConstruction02.cc.
References fBoxVolume, G4NistManager::FindOrBuildMaterial(), G4cerr, G4cout, G4endl, G4NistManager::Instance(), and G4LogicalVolume::SetMaterial().
Referenced by ExG4DetectorConstruction02Messenger::SetNewValue().
void ExG4DetectorConstruction02::SetBoxMaterial | ( | const G4String & | materialName | ) |
void ExG4DetectorConstruction02::SetBoxMaterial | ( | const G4String & | materialName | ) |
void ExG4DetectorConstruction02::SetWorldMaterial | ( | const G4String & | materialName | ) |
Definition at line 153 of file ExG4DetectorConstruction02.cc.
References G4NistManager::FindOrBuildMaterial(), fWorldVolume, G4cerr, G4cout, G4endl, G4NistManager::Instance(), and G4LogicalVolume::SetMaterial().
Referenced by ExG4DetectorConstruction02Messenger::SetNewValue().
void ExG4DetectorConstruction02::SetWorldMaterial | ( | const G4String & | materialName | ) |
void ExG4DetectorConstruction02::SetWorldMaterial | ( | const G4String & | materialName | ) |
void ExG4DetectorConstruction02::SetWorldSizeFactor | ( | G4double | factor | ) |
void ExG4DetectorConstruction02::SetWorldSizeFactor | ( | G4double | factor | ) |
void ExG4DetectorConstruction02::SetWorldSizeFactor | ( | G4double | factor | ) |
Set the multiplication factor from box dimensions to world dimensions. This setting has effect only if called in PreInit> phase
Definition at line 183 of file ExG4DetectorConstruction02.cc.
References factor, and fWorldSizeFactor.
Referenced by ExG4DetectorConstruction02Messenger::SetNewValue().
|
private |
Definition at line 75 of file ExG4DetectorConstruction02.hh.
Referenced by Construct(), and SetBoxDimensions().
|
private |
Definition at line 73 of file ExG4DetectorConstruction02.hh.
Referenced by Construct().
|
private |
Definition at line 77 of file ExG4DetectorConstruction02.hh.
Referenced by Construct(), and SetBoxMaterial().
|
private |
Definition at line 71 of file ExG4DetectorConstruction02.hh.
|
private |
Definition at line 74 of file ExG4DetectorConstruction02.hh.
Referenced by Construct().
|
private |
Definition at line 76 of file ExG4DetectorConstruction02.hh.
Referenced by Construct(), and SetWorldSizeFactor().
|
private |
Definition at line 78 of file ExG4DetectorConstruction02.hh.
Referenced by Construct(), and SetWorldMaterial().