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

Functions

G4TwistedTrdCreateTwistedTrd (const G4String &name, G4double pDx1, G4double pDx2, G4double pDy1, G4double pDy2, G4double pDz, G4double pPhiTwist)
 

Function Documentation

G4TwistedTrd* pyG4TwistedTrd::CreateTwistedTrd ( const G4String name,
G4double  pDx1,
G4double  pDx2,
G4double  pDy1,
G4double  pDy2,
G4double  pDz,
G4double  pPhiTwist 
)

Definition at line 42 of file pyG4TwistedTrd.cc.

Referenced by export_G4TwistedTrd().

46 {
47  return new G4TwistedTrd(name, pDx1, pDx2, pDy1, pDy2, pDz, pPhiTwist);
48 }