LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
pyG4Trd Namespace Reference

Functions

G4Trd * CreateTrd (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 41 of file pyG4Trd.cc.

Referenced by export_G4Trd().

43 {
44  return new G4Trd(name, pdx1, pdx2, pdy1, pdy2, pdz);
45 }