Geant4-11
Functions
pyG4EllipticalTube Namespace Reference

Functions

G4EllipticalTubeCreateEllipticalTube (const G4String &name, G4double theDx, G4double theDy, G4double theDz)
 

Function Documentation

◆ CreateEllipticalTube()

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

Definition at line 41 of file pyG4EllipticalTube.cc.

45{
46 return new G4EllipticalTube(name, theDx, theDy, theDz);
47}
const char * name(G4int ptype)

References G4InuclParticleNames::name().

Referenced by export_G4EllipticalTube().