Geant4
10.03.p03
|
#include <B02ImportanceDetectorConstruction.hh>
Public Member Functions | |
B02ImportanceDetectorConstruction (G4String worldName) | |
virtual | ~B02ImportanceDetectorConstruction () |
const G4VPhysicalVolume & | GetPhysicalVolumeByName (const G4String &name) const |
G4VPhysicalVolume & | GetWorldVolumeAddress () const |
G4String | ListPhysNamesAsG4String () |
G4String | GetCellName (G4int i) |
G4GeometryCell | GetGeometryCell (G4int i) |
G4VPhysicalVolume * | GetWorldVolume () |
void | SetSensitive () |
virtual void | Construct () |
virtual void | ConstructSD () |
G4VIStore * | CreateImportanceStore () |
G4VWeightWindowStore * | CreateWeightWindowStore () |
Public Member Functions inherited from G4VUserParallelWorld | |
G4VUserParallelWorld (G4String worldName) | |
virtual | ~G4VUserParallelWorld () |
G4String | GetName () |
Additional Inherited Members | |
Protected Member Functions inherited from G4VUserParallelWorld | |
G4VPhysicalVolume * | GetWorld () |
void | SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false) |
void | SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD) |
Protected Attributes inherited from G4VUserParallelWorld | |
G4String | fWorldName |
Definition at line 49 of file B02ImportanceDetectorConstruction.hh.
B02ImportanceDetectorConstruction::B02ImportanceDetectorConstruction | ( | G4String | worldName | ) |
Definition at line 64 of file B02ImportanceDetectorConstruction.cc.
|
virtual |
Definition at line 72 of file B02ImportanceDetectorConstruction.cc.
Implements G4VUserParallelWorld.
Definition at line 79 of file B02ImportanceDetectorConstruction.cc.
|
virtual |
Reimplemented from G4VUserParallelWorld.
Definition at line 267 of file B02ImportanceDetectorConstruction.cc.
G4VIStore * B02ImportanceDetectorConstruction::CreateImportanceStore | ( | ) |
Definition at line 337 of file B02ImportanceDetectorConstruction.cc.
G4VWeightWindowStore * B02ImportanceDetectorConstruction::CreateWeightWindowStore | ( | ) |
Definition at line 393 of file B02ImportanceDetectorConstruction.cc.
Definition at line 205 of file B02ImportanceDetectorConstruction.cc.
G4GeometryCell B02ImportanceDetectorConstruction::GetGeometryCell | ( | G4int | i | ) |
Definition at line 218 of file B02ImportanceDetectorConstruction.cc.
const G4VPhysicalVolume & B02ImportanceDetectorConstruction::GetPhysicalVolumeByName | ( | const G4String & | name | ) | const |
Definition at line 192 of file B02ImportanceDetectorConstruction.cc.
G4VPhysicalVolume * B02ImportanceDetectorConstruction::GetWorldVolume | ( | ) |
Definition at line 241 of file B02ImportanceDetectorConstruction.cc.
G4VPhysicalVolume & B02ImportanceDetectorConstruction::GetWorldVolumeAddress | ( | ) | const |
Definition at line 235 of file B02ImportanceDetectorConstruction.cc.
G4String B02ImportanceDetectorConstruction::ListPhysNamesAsG4String | ( | ) |
Definition at line 198 of file B02ImportanceDetectorConstruction.cc.
void B02ImportanceDetectorConstruction::SetSensitive | ( | ) |
Definition at line 247 of file B02ImportanceDetectorConstruction.cc.