LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pyG4Sphere Namespace Reference

Functions

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

Function Documentation

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.

Referenced by export_G4Sphere().

45 {
46  return new G4Sphere(name, pRmin, pRmax, pSPhi, pDPhi, pSTheta, pDTheta);
47 }