Geant4
10.03.p03
|
#include <B03ImportanceDetectorConstruction.hh>
Public Member Functions | |
B03ImportanceDetectorConstruction (G4String worldName) | |
~B03ImportanceDetectorConstruction () | |
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 | ConstructSD () |
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 47 of file B03ImportanceDetectorConstruction.hh.
B03ImportanceDetectorConstruction::B03ImportanceDetectorConstruction | ( | G4String | worldName | ) |
Definition at line 58 of file B03ImportanceDetectorConstruction.cc.
B03ImportanceDetectorConstruction::~B03ImportanceDetectorConstruction | ( | ) |
Definition at line 66 of file B03ImportanceDetectorConstruction.cc.
|
virtual |
Reimplemented from G4VUserParallelWorld.
Definition at line 262 of file B03ImportanceDetectorConstruction.cc.
Definition at line 200 of file B03ImportanceDetectorConstruction.cc.
G4GeometryCell B03ImportanceDetectorConstruction::GetGeometryCell | ( | G4int | i | ) |
Definition at line 213 of file B03ImportanceDetectorConstruction.cc.
const G4VPhysicalVolume & B03ImportanceDetectorConstruction::GetPhysicalVolumeByName | ( | const G4String & | name | ) | const |
Definition at line 187 of file B03ImportanceDetectorConstruction.cc.
G4VPhysicalVolume * B03ImportanceDetectorConstruction::GetWorldVolume | ( | ) |
Definition at line 236 of file B03ImportanceDetectorConstruction.cc.
G4VPhysicalVolume & B03ImportanceDetectorConstruction::GetWorldVolumeAddress | ( | ) | const |
Definition at line 230 of file B03ImportanceDetectorConstruction.cc.
G4String B03ImportanceDetectorConstruction::ListPhysNamesAsG4String | ( | ) |
Definition at line 193 of file B03ImportanceDetectorConstruction.cc.
void B03ImportanceDetectorConstruction::SetSensitive | ( | ) |
Definition at line 242 of file B03ImportanceDetectorConstruction.cc.