Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pyG4EllipticalTube Namespace Reference

Functions

G4EllipticalTubeCreateEllipticalTube (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 }