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

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

Here is the caller graph for this function: