Geant4.10
|
#include <B01DetectorConstruction.hh>
Public Member Functions | |
B01DetectorConstruction () | |
~B01DetectorConstruction () | |
virtual G4VPhysicalVolume * | Construct () |
G4VIStore * | CreateImportanceStore () |
G4VWeightWindowStore * | CreateWeightWindowStore () |
G4String | GetCellName (G4int i) |
G4VPhysicalVolume * | GetWorldVolume () |
void | SetSensitive () |
virtual void | ConstructSDandField () |
![]() | |
G4VUserDetectorConstruction () | |
virtual | ~G4VUserDetectorConstruction () |
virtual void | CloneSD () |
virtual void | CloneF () |
void | RegisterParallelWorld (G4VUserParallelWorld *) |
G4int | ConstructParallelGeometries () |
void | ConstructParallelSD () |
G4int | GetNumberOfParallelWorld () const |
G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Additional Inherited Members | |
![]() | |
void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
Definition at line 44 of file B01DetectorConstruction.hh.
B01DetectorConstruction::B01DetectorConstruction | ( | ) |
Definition at line 68 of file B01DetectorConstruction.cc.
B01DetectorConstruction::~B01DetectorConstruction | ( | ) |
Definition at line 75 of file B01DetectorConstruction.cc.
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 83 of file B01DetectorConstruction.cc.
References G4Material::AddElement(), python.hepunit::cm, python.hepunit::cm3, python.hepunit::deg, density, elC, elH, elO, g(), GetCellName(), python.hepunit::kelvin, kStateGas, python.hepunit::mole, pascal, G4VisAttributes::SetForceSolid(), SetSensitive(), G4LogicalVolume::SetVisAttributes(), symbol, python.hepunit::universe_mean_density, and z.
|
virtual |
Reimplemented from G4VUserDetectorConstruction.
Definition at line 409 of file B01DetectorConstruction.cc.
References G4SDManager::AddNewDetector(), G4PSTrackLength::DivideByVelocity(), fCurrent_In, G4SDManager::GetSDMpointer(), G4PSTrackLength::MultiplyKineticEnergy(), G4MultiFunctionalDetector::RegisterPrimitive(), G4VSensitiveDetector::SetFilter(), G4VUserDetectorConstruction::SetSensitiveDetector(), G4PSTrackLength::Weighted(), and G4PSNofCollision::Weighted().
G4VIStore * B01DetectorConstruction::CreateImportanceStore | ( | ) |
Definition at line 268 of file B01DetectorConstruction.cc.
References G4IStore::AddImportanceGeometryCell(), G4cout, G4endl, G4Exception(), G4IStore::GetInstance(), n, and RunMustBeAborted.
Referenced by main().
G4VWeightWindowStore * B01DetectorConstruction::CreateWeightWindowStore | ( | ) |
Definition at line 311 of file B01DetectorConstruction.cc.
References G4WeightWindowStore::AddLowerWeights(), G4cout, G4endl, G4Exception(), G4WeightWindowStore::GetInstance(), python.hepunit::GeV, n, RunMustBeAborted, and G4WeightWindowStore::SetGeneralUpperEnergyBounds().
Referenced by main().
Definition at line 369 of file B01DetectorConstruction.cc.
Referenced by Construct(), and B01RunAction::EndOfRunAction().
G4VPhysicalVolume * B01DetectorConstruction::GetWorldVolume | ( | ) |
Definition at line 382 of file B01DetectorConstruction.cc.
Referenced by main().
void B01DetectorConstruction::SetSensitive | ( | ) |