Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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.

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

Here is the caller graph for this function: