| 
    Geant4
    10.01.p02
    
   | 
 
#include <G4VUserParallelWorld.hh>
 Inheritance diagram for G4VUserParallelWorld:
 Collaboration diagram for G4VUserParallelWorld: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 | ) | 
Definition at line 39 of file G4VUserParallelWorld.cc.
References fWorldName.
      
  | 
  virtual | 
Definition at line 42 of file G4VUserParallelWorld.cc.
      
  | 
  pure virtual | 
      
  | 
  virtual | 
Reimplemented in B02ImportanceDetectorConstruction, B03ImportanceDetectorConstruction, HadrontherapyDetectorROGeometry, RE06ParallelWorld, RE05CalorimeterROGeometry, and Par01ParallelWorldForPion.
Definition at line 45 of file G4VUserParallelWorld.cc.
      
  | 
  inline | 
Definition at line 65 of file G4VUserParallelWorld.hh.
References fWorldName.
Referenced by B02ImportanceDetectorConstruction::CreateImportanceStore(), B02ImportanceDetectorConstruction::CreateWeightWindowStore(), main(), and G4VUserDetectorConstruction::RegisterParallelWorld().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 48 of file G4VUserParallelWorld.cc.
References fWorldName, G4TransportationManager::GetParallelWorld(), G4TransportationManager::GetTransportationManager(), and G4VPhysicalVolume::SetName().
Referenced by Par01ParallelWorldForPion::Construct(), RE05CalorimeterROGeometry::Construct(), RE04ParallelWorldConstruction::Construct(), HadrontherapyDetectorROGeometry::Construct(), B02ImportanceDetectorConstruction::Construct(), B03ImportanceDetectorConstruction::Construct(), and RE06ParallelWorld::SetupGeometry().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 58 of file G4VUserParallelWorld.cc.
References FatalErrorInArgument, G4Exception(), G4LogicalVolumeStore::GetInstance(), G4VSensitiveDetector::GetName(), and pos.
Referenced by RE05CalorimeterROGeometry::ConstructSD(), HadrontherapyDetectorROGeometry::ConstructSD(), B03ImportanceDetectorConstruction::ConstructSD(), B02ImportanceDetectorConstruction::ConstructSD(), and RE06ParallelWorld::SetupDetectors().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 93 of file G4VUserParallelWorld.cc.
References G4SDManager::AddNewDetector(), G4SDManager::GetSDMpointer(), and G4LogicalVolume::SetSensitiveDetector().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 59 of file G4VUserParallelWorld.hh.
Referenced by G4VUserParallelWorld(), GetName(), and GetWorld().