|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Typedefs | |
| typedef std::vector< G3VolTableEntry * > | G3VolTableEntryVector |
Functions | |
| void | G3toG4MANY (G3VolTableEntry *curVTE) |
| void | MakeBooleanSolids (G3VolTableEntry *curVTE, G3VolTableEntryVector *overlaps, const G4Transform3D &transform) |
| void | SubstractSolids (G3VolTableEntry *vte1, G3VolTableEntry *vte2, G4int copy, const G4Transform3D &transform) |
| G4Transform3D | GetTransform3D (G3Pos *) |
| typedef std::vector<G3VolTableEntry*> G3VolTableEntryVector |
Definition at line 68 of file G3toG4MANY.hh.
| void G3toG4MANY | ( | G3VolTableEntry * | curVTE | ) |
Definition at line 38 of file G3toG4MANY.cc.
Referenced by G3toG4MANY().
| G4Transform3D GetTransform3D | ( | G3Pos * | g3pos | ) |
Definition at line 145 of file G3toG4MANY.cc.
Referenced by G3toG4MANY(), and SubstractSolids().
| void MakeBooleanSolids | ( | G3VolTableEntry * | curVTE, |
| G3VolTableEntryVector * | overlaps, | ||
| const G4Transform3D & | transform ) |
Definition at line 75 of file G3toG4MANY.cc.
Referenced by G3toG4MANY().
| void SubstractSolids | ( | G3VolTableEntry * | vte1, |
| G3VolTableEntry * | vte2, | ||
| G4int | copy, | ||
| const G4Transform3D & | transform ) |
Definition at line 106 of file G3toG4MANY.cc.
Referenced by MakeBooleanSolids(), and SubstractSolids().