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

Functions

G4TrdCreateTrd (const G4String &name, G4double pdx1, G4double pdx2, G4double pdy1, G4double pdy2, G4double pdz)
 

Function Documentation

G4Trd* pyG4Trd::CreateTrd ( const G4String name,
G4double  pdx1,
G4double  pdx2,
G4double  pdy1,
G4double  pdy2,
G4double  pdz 
)

Definition at line 42 of file pyG4Trd.cc.

Referenced by export_G4Trd().

44 {
45  return new G4Trd(name, pdx1, pdx2, pdy1, pdy2, pdz);
46 }
Definition: G4Trd.hh:71