|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
#include "G3G4Interface.hh"#include "G3toG4.hh"#include "G3VolTable.hh"#include "G3toG4MakeSolid.hh"#include "G3Division.hh"#include "G4SystemOfUnits.hh"#include "G4VSolid.hh"Go to the source code of this file.
Functions | |
| G4bool | G3NegVolPars (G4double pars[], G4int *nparpt, G3VolTableEntry *vte, G3VolTableEntry *mvte, const char routine[]) |
| void | PG4gsposp (G4String *tokens) |
| void | G4ProcessDaughters (G3VolTableEntry *vte) |
| void | G4CloneDaughters (G3VolTableEntry *vte, G3VolTableEntry *vteClone) |
| void | G4CreateCloneVTE (G3VolTableEntry *vte, G3VolTableEntry *mvte, G4double pars[], G4int npar, G4int num, G4double x, G4double y, G4double z, G4int irot, G4String vonly) |
| void | G4gsposp (G4String vname, G4int num, G4String vmoth, G4double x, G4double y, G4double z, G4int irot, G4String vonly, G4double pars[], G4int npar) |
| G4bool G3NegVolPars | ( | G4double | pars[], |
| G4int * | nparpt, | ||
| G3VolTableEntry * | vte, | ||
| G3VolTableEntry * | mvte, | ||
| const char | routine[] ) |
Definition at line 180 of file G3NegVolPars.cc.
Referenced by G4CreateCloneVTE(), and G4ProcessDaughters().
| void G4CloneDaughters | ( | G3VolTableEntry * | vte, |
| G3VolTableEntry * | vteClone ) |
Definition at line 126 of file G4gsposp.cc.
Referenced by G4CloneDaughters(), and G4CreateCloneVTE().
| void G4CreateCloneVTE | ( | G3VolTableEntry * | vte, |
| G3VolTableEntry * | mvte, | ||
| G4double | pars[], | ||
| G4int | npar, | ||
| G4int | num, | ||
| G4double | x, | ||
| G4double | y, | ||
| G4double | z, | ||
| G4int | irot, | ||
| G4String | vonly ) |
Definition at line 192 of file G4gsposp.cc.
Referenced by G4gspos(), and G4gsposp().
| void G4gsposp | ( | G4String | vname, |
| G4int | num, | ||
| G4String | vmoth, | ||
| G4double | x, | ||
| G4double | y, | ||
| G4double | z, | ||
| G4int | irot, | ||
| G4String | vonly, | ||
| G4double | pars[], | ||
| G4int | npar ) |
Definition at line 296 of file G4gsposp.cc.
Referenced by PG4gsposp().
| void G4ProcessDaughters | ( | G3VolTableEntry * | vte | ) |
Definition at line 65 of file G4gsposp.cc.
Referenced by G4CreateCloneVTE(), and G4ProcessDaughters().
| void PG4gsposp | ( | G4String * | tokens | ) |
Definition at line 41 of file G4gsposp.cc.
Referenced by G3CLEval().