20#ifndef GEANT4_GM_TRD_H
21#define GEANT4_GM_TRD_H
28class G4ReflectedSolid;
35 Trd(
const std::string& name,
double hx1,
double hx2,
double hy1,
double hy2,
37 Trd(G4Trd* trd, G4ReflectedSolid* reflTrd = 0);
41 virtual std::string
Name()
const;
VGM implementation for Geant4 trd solid.
virtual std::string Name() const
Return the name of this solid.
virtual double XHalfLengthMinusZ() const
Return the half-length along x at the surface positioned at -hz in mm.
virtual double XHalfLengthPlusZ() const
Return the half-length along x at the surface positioned at +hz in mm.
virtual double YHalfLengthMinusZ() const
Return the half-length along y at the surface positioned at -hz in mm.
virtual double YHalfLengthPlusZ() const
Return thehalf-length along y at the surface positioned at +hz in mm.
virtual double ZHalfLength() const
Return the half-length along the z axis in mm.
VGM implementation for Geant4.