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

Functions

G4TwistedBoxCreateTwistedBox (const G4String &name, G4double pPhiTwist, G4double pDx, G4double pDy, G4double pDz)
 

Function Documentation

G4TwistedBox* pyG4TwistedBox::CreateTwistedBox ( const G4String name,
G4double  pPhiTwist,
G4double  pDx,
G4double  pDy,
G4double  pDz 
)

Definition at line 42 of file pyG4TwistedBox.cc.

Referenced by export_G4TwistedBox().

45 {
46 
47  return new G4TwistedBox(name, pPhiTwist, pDx, pDy, pDz );
48 
49 }