Geant4.10
|
#include <G4VUserParallelWorld.hh>
Public Member Functions | |
G4VUserParallelWorld (G4String worldName) | |
virtual | ~G4VUserParallelWorld () |
virtual void | Construct ()=0 |
virtual void | ConstructSD () |
G4String | GetName () |
Protected Member Functions | |
G4VPhysicalVolume * | GetWorld () |
void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
Protected Attributes | |
G4String | fWorldName |
Definition at line 48 of file G4VUserParallelWorld.hh.
G4VUserParallelWorld::G4VUserParallelWorld | ( | G4String | worldName | ) |
|
virtual |
Definition at line 42 of file G4VUserParallelWorld.cc.
|
pure virtual |
|
virtual |
Reimplemented in B02ImportanceDetectorConstruction, B03ImportanceDetectorConstruction, HadrontherapyDetectorROGeometry, RE06ParallelWorld, and RE05CalorimeterROGeometry.
Definition at line 45 of file G4VUserParallelWorld.cc.
Definition at line 65 of file G4VUserParallelWorld.hh.
References fWorldName.
Referenced by B02ImportanceDetectorConstruction::CreateImportanceStore(), B02ImportanceDetectorConstruction::CreateWeightWindowStore(), main(), and G4VUserDetectorConstruction::RegisterParallelWorld().
|
protected |
Definition at line 48 of file G4VUserParallelWorld.cc.
References fWorldName, G4TransportationManager::GetParallelWorld(), G4TransportationManager::GetTransportationManager(), and G4VPhysicalVolume::SetName().
Referenced by RE05CalorimeterROGeometry::Construct(), RE04ParallelWorldConstruction::Construct(), HadrontherapyDetectorROGeometry::Construct(), and B02ImportanceDetectorConstruction::Construct().
|
protected |
Definition at line 58 of file G4VUserParallelWorld.cc.
References FatalErrorInArgument, G4Exception(), G4LogicalVolumeStore::GetInstance(), and G4VSensitiveDetector::GetName().
Referenced by RE05CalorimeterROGeometry::ConstructSD(), HadrontherapyDetectorROGeometry::ConstructSD(), B03ImportanceDetectorConstruction::ConstructSD(), and B02ImportanceDetectorConstruction::ConstructSD().
|
protected |
Definition at line 93 of file G4VUserParallelWorld.cc.
References G4SDManager::AddNewDetector(), G4SDManager::GetSDMpointer(), and G4LogicalVolume::SetSensitiveDetector().
|
protected |
Definition at line 59 of file G4VUserParallelWorld.hh.
Referenced by G4VUserParallelWorld(), GetName(), and GetWorld().