Geant4-11
Functions
pyG4Sphere Namespace Reference

Functions

G4SphereCreateSphere (const G4String &name, G4double pRmin, G4double pRmax, G4double pSPhi, G4double pDPhi, G4double pSTheta, G4double pDTheta)
 

Function Documentation

◆ CreateSphere()

G4Sphere * pyG4Sphere::CreateSphere ( const G4String name,
G4double  pRmin,
G4double  pRmax,
G4double  pSPhi,
G4double  pDPhi,
G4double  pSTheta,
G4double  pDTheta 
)

Definition at line 41 of file pyG4Sphere.cc.

45{
46 return new G4Sphere(name, pRmin, pRmax, pSPhi, pDPhi, pSTheta, pDTheta);
47}
const char * name(G4int ptype)

References G4InuclParticleNames::name().

Referenced by export_G4Sphere().