LArSoft  v06_85_00
Liquid Argon Software toolkit - http://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 42 of file pyG4Orb.cc.

Referenced by export_G4Orb().

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