Geant4 9.6.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 60 of file G3VolTable.hh.
G3VolTable::G3VolTable | ( | ) |
Definition at line 39 of file G3VolTable.cc.
|
virtual |
Definition at line 43 of file G3VolTable.cc.
void G3VolTable::Clear | ( | ) |
Definition at line 119 of file G3VolTable.cc.
void G3VolTable::CountG3Pos | ( | ) |
Definition at line 92 of file G3VolTable.cc.
Referenced by G3VolTableEntry::AddG3Pos().
G3VolTableEntry * G3VolTable::GetFirstVTE | ( | ) |
Definition at line 107 of file G3VolTable.cc.
Referenced by G4BuildGeom().
G4LogicalVolume * G3VolTable::GetG3toG4Mother | ( | ) |
G3VolTableEntry * G3VolTable::GetVTE | ( | const G4String & | Vname | ) |
Definition at line 54 of file G3VolTable.cc.
Referenced by G4gsbool(), G4gsdvn(), G4gsdvn2(), G4gsdvt(), G4gsdvt2(), G4gspos(), G4gsposp(), G4gsvolu(), G3VolTableEntry::GetMasterClone(), and PutVTE().
void G3VolTable::PrintAll | ( | ) |
Definition at line 61 of file G3VolTable.cc.
Referenced by G4BuildGeom().
G3VolTableEntry * G3VolTable::PutVTE | ( | G3VolTableEntry * | aVTE | ) |
Definition at line 76 of file G3VolTable.cc.
Referenced by G4CloneDaughters(), G4CreateCloneVTE(), G4CreateCloneVTEWithDivision(), and G4CreateVTE().
void G3VolTable::SetFirstVTE | ( | ) |
Definition at line 97 of file G3VolTable.cc.
Referenced by G4ggclos(), and SetFirstVTE().
void G3VolTable::VTEStat | ( | ) |
Definition at line 112 of file G3VolTable.cc.
Referenced by PrintAll().