| 
    Geant4
    10.03
    
   | 
 
#include <B02PVolumeStore.hh>
Public Member Functions | |
| B02PVolumeStore () | |
| ~B02PVolumeStore () | |
| void | AddPVolume (const G4GeometryCell &cell) | 
| const G4VPhysicalVolume * | GetPVolume (const G4String &name) const | 
| G4int | Size () | 
| G4String | GetPNames () const | 
Private Attributes | |
| B02SetGeometryCell | fSetGeometryCell | 
Definition at line 53 of file B02PVolumeStore.hh.
| B02PVolumeStore::B02PVolumeStore | ( | ) | 
Definition at line 47 of file B02PVolumeStore.cc.
| B02PVolumeStore::~B02PVolumeStore | ( | ) | 
Definition at line 51 of file B02PVolumeStore.cc.
| void B02PVolumeStore::AddPVolume | ( | const G4GeometryCell & | cell | ) | 
Definition at line 55 of file B02PVolumeStore.cc.
References fSetGeometryCell, G4cout, and G4endl.
Referenced by B02ImportanceDetectorConstruction::Construct().
 Here is the caller graph for this function:| G4String B02PVolumeStore::GetPNames | ( | ) | const | 
Definition at line 90 of file B02PVolumeStore.cc.
References fSetGeometryCell, and G4VPhysicalVolume::GetName().
Referenced by B02ImportanceDetectorConstruction::ListPhysNamesAsG4String().
 Here is the call graph for this function:
 Here is the caller graph for this function:| const G4VPhysicalVolume * B02PVolumeStore::GetPVolume | ( | const G4String & | name | ) | const | 
Definition at line 72 of file B02PVolumeStore.cc.
References fSetGeometryCell, G4cout, G4endl, G4VPhysicalVolume::GetName(), and G4InuclParticleNames::name().
Referenced by B02ImportanceDetectorConstruction::GetGeometryCell(), and B02ImportanceDetectorConstruction::GetPhysicalVolumeByName().
 Here is the call graph for this function:
 Here is the caller graph for this function:| G4int B02PVolumeStore::Size | ( | ) | 
Definition at line 111 of file B02PVolumeStore.cc.
References fSetGeometryCell.
Referenced by B02ImportanceDetectorConstruction::CreateImportanceStore(), and B02ImportanceDetectorConstruction::CreateWeightWindowStore().
 Here is the caller graph for this function:
      
  | 
  private | 
Definition at line 64 of file B02PVolumeStore.hh.
Referenced by AddPVolume(), GetPNames(), GetPVolume(), and Size().