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