#include <iomanip>
#include "G3VolTable.hh"
#include "globals.hh"
#include "G3toG4.hh"
#include "G3toG4MakeSolid.hh"
Go to the source code of this file.
Definition at line 51 of file G4gsvolu.cc.
59 =
G3toG4MakeSolid(vname, shape, rpar, npar, hasNegPars, deferred, okAxis);
63 if (deferred) hasNegPars =
true;
67 =
new G3VolTableEntry(vname, shape, rpar, npar, nmed, solid, hasNegPars);
G4VSolid * G3toG4MakeSolid(const G4String &vname, const G4String &shape, const G4double *Rpar, const G4int npar, G4bool &NegVolPars, G4bool &Deferred, G4bool *OKAxis)
G3VolTableEntry * PutVTE(G3VolTableEntry *aVTE)
G3G4DLL_API G3VolTable G3Vol
Definition at line 73 of file G4gsvolu.cc.
84 G4String text =
"G4gsvolu: Attempt to create volume " + vname +
" twice.";
G3VolTableEntry * GetVTE(const G4String &Vname)
G3VolTableEntry * G4CreateVTE(G4String vname, G4String shape, G4int nmed, G4double Rpar[], G4int npar)
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
G3G4DLL_API G3VolTable G3Vol
Definition at line 37 of file G4gsvolu.cc.
48 G4gsvolu(vname, shape, nmed, pars, npar);
G3G4DLL_API G4double Rpar[1000]
void G3fillParams(G4String *tokens, const char *ptypes)
G3G4DLL_API G4String Spar[1000]
G3G4DLL_API G4int Ipar[1000]
void G4gsvolu(G4String name, G4String shape, G4int nmed, G4double *par, G4int npar)