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

Functions

G4Orb * CreateOrb (const G4String &name, G4double pRmax)
 

Function Documentation

G4Orb* pyG4Orb::CreateOrb ( const G4String name,
G4double  pRmax 
)

Definition at line 41 of file pyG4Orb.cc.

Referenced by export_G4Orb().

42 {
43  return new G4Orb(name, pRmax);
44 }