LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
pyG4EllipticalTube Namespace Reference

Functions

G4EllipticalTube * CreateEllipticalTube (const G4String &name, G4double theDx, G4double theDy, G4double theDz)
 

Function Documentation

G4EllipticalTube* pyG4EllipticalTube::CreateEllipticalTube ( const G4String name,
G4double  theDx,
G4double  theDy,
G4double  theDz 
)

Definition at line 42 of file pyG4EllipticalTube.cc.

Referenced by export_G4EllipticalTube().

46 {
47  return new G4EllipticalTube(name, theDx, theDy, theDz);
48 }