Geant4
10.00.p03
|
Detector construction class to define materials and geometry. More...
#include <B3DetectorConstruction.hh>
Public Member Functions | |
B3DetectorConstruction () | |
virtual | ~B3DetectorConstruction () |
virtual G4VPhysicalVolume * | Construct () |
virtual void | ConstructSDandField () |
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 |
Private Member Functions | |
void | DefineMaterials () |
Private Attributes | |
G4bool | fCheckOverlaps |
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 to define materials and geometry.
Crystals are positioned in Ring, with an appropriate rotation matrix. Several copies of Ring are placed in the full detector.
Definition at line 45 of file B3DetectorConstruction.hh.
B3DetectorConstruction::B3DetectorConstruction | ( | ) |
Definition at line 51 of file B3DetectorConstruction.cc.
References DefineMaterials().
|
virtual |
Definition at line 60 of file B3DetectorConstruction.cc.
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 83 of file B3DetectorConstruction.cc.
References cm, deg, fCheckOverlaps, G4NistManager::FindOrBuildMaterial(), G4cout, G4endl, G4Material::GetMaterialTable(), G4NistManager::Instance(), G4VisAttributes::Invisible, mm, position, and G4LogicalVolume::SetVisAttributes().
|
virtual |
Reimplemented from G4VUserDetectorConstruction.
Definition at line 253 of file B3DetectorConstruction.cc.
References G4SDManager::GetSDMpointer(), G4MultiFunctionalDetector::RegisterPrimitive(), G4VUserDetectorConstruction::SetSensitiveDetector(), and G4SDManager::SetVerboseLevel().
|
private |
Definition at line 65 of file B3DetectorConstruction.cc.
References G4Material::AddElement(), cm3, G4NistManager::FindOrBuildElement(), g, G4NistManager::Instance(), and Si.
Referenced by B3DetectorConstruction().
|
private |
Definition at line 58 of file B3DetectorConstruction.hh.
Referenced by Construct().