Geant4
10.03.p03
|
#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 181 of file G3NegVolPars.cc.
void G4CloneDaughters | ( | G3VolTableEntry * | vte, |
G3VolTableEntry * | vteClone | ||
) |
Definition at line 127 of file G4gsposp.cc.
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 193 of file G4gsposp.cc.
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 297 of file G4gsposp.cc.
void G4ProcessDaughters | ( | G3VolTableEntry * | vte | ) |
Definition at line 66 of file G4gsposp.cc.
Definition at line 42 of file G4gsposp.cc.