LArSoft  v09_90_00
Liquid Argon Software toolkit - https://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 41 of file pyG4EllipticalTube.cc.

Referenced by export_G4EllipticalTube().

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