|
Geant4-11
|
#include <iomanip>#include "G3VolTable.hh"#include "globals.hh"#include "G3toG4.hh"#include "G3toG4MakeSolid.hh"Go to the source code of this file.
Functions | |
| G3VolTableEntry * | G4CreateVTE (G4String vname, G4String shape, G4int nmed, G4double rpar[], G4int npar) |
| void | G4gsvolu (G4String vname, G4String shape, G4int nmed, G4double *rpar, G4int npar) |
| void | PG4gsvolu (G4String *tokens) |
| G3VolTableEntry * G4CreateVTE | ( | G4String | vname, |
| G4String | shape, | ||
| G4int | nmed, | ||
| G4double | rpar[], | ||
| G4int | npar | ||
| ) |
Definition at line 50 of file G4gsvolu.cc.
References G3toG4MakeSolid(), G3Vol, and G3VolTable::PutVTE().
Referenced by G3Division::CreateEnvelope(), and G4gsvolu().
Definition at line 72 of file G4gsvolu.cc.
References FatalException, G3Vol, G4CreateVTE(), G4Exception(), and G3VolTable::GetVTE().
Referenced by PG4gsvolu().
| void PG4gsvolu | ( | G4String * | tokens | ) |
Definition at line 36 of file G4gsvolu.cc.
References G3fillParams(), G4gsvolu(), Ipar, PTgsvolu, Rpar, and Spar.
Referenced by G3CLEval().