Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G3VolTable.hh>
Public Member Functions | |
G3VolTableEntry * | PutVTE (G3VolTableEntry *aVTE) |
G3VolTableEntry * | GetVTE (const G4String &Vname) |
void | PrintAll () |
G3VolTable () | |
virtual | ~G3VolTable () |
G4LogicalVolume * | GetG3toG4Mother () |
G3VolTableEntry * | GetFirstVTE () |
void | SetFirstVTE () |
void | VTEStat () |
void | CountG3Pos () |
void | Clear () |
Definition at line 59 of file G3VolTable.hh.
G3VolTable::G3VolTable | ( | ) |
Definition at line 38 of file G3VolTable.cc.
|
virtual |
Definition at line 42 of file G3VolTable.cc.
void G3VolTable::Clear | ( | ) |
Definition at line 118 of file G3VolTable.cc.
void G3VolTable::CountG3Pos | ( | ) |
Definition at line 91 of file G3VolTable.cc.
Referenced by G3VolTableEntry::AddG3Pos().
G3VolTableEntry * G3VolTable::GetFirstVTE | ( | ) |
Definition at line 106 of file G3VolTable.cc.
Referenced by G4BuildGeom().
G4LogicalVolume * G3VolTable::GetG3toG4Mother | ( | ) |
G3VolTableEntry * G3VolTable::GetVTE | ( | const G4String & | Vname | ) |
Definition at line 53 of file G3VolTable.cc.
Referenced by G4gsbool(), G4gsdvn(), G4gsdvn2(), G4gsdvt(), G4gsdvt2(), G4gspos(), G4gsposp(), G4gsvolu(), G3VolTableEntry::GetMasterClone(), and PutVTE().
void G3VolTable::PrintAll | ( | ) |
Definition at line 60 of file G3VolTable.cc.
Referenced by G4BuildGeom().
G3VolTableEntry * G3VolTable::PutVTE | ( | G3VolTableEntry * | aVTE | ) |
Definition at line 75 of file G3VolTable.cc.
Referenced by G4CloneDaughters(), G4CreateCloneVTE(), G4CreateCloneVTEWithDivision(), and G4CreateVTE().
void G3VolTable::SetFirstVTE | ( | ) |
Definition at line 96 of file G3VolTable.cc.
Referenced by G4ggclos(), and SetFirstVTE().
void G3VolTable::VTEStat | ( | ) |
Definition at line 111 of file G3VolTable.cc.
Referenced by PrintAll().