27 const std::string& name,
double dx,
double dy,
double hz)
29 VGM::IEllipticalTube(),
31 fEllipticalTube(new TGeoEltu(name.data(), dx /
RootGM::
Units::Length(),
45 VGM::IEllipticalTube(),
56 :
VGM::ISolid(),
VGM::IEllipticalTube(),
BaseVGM::VEllipticalTube()
63 :
VGM::ISolid(rhs),
VGM::IEllipticalTube(rhs),
BaseVGM::VEllipticalTube(rhs)
77 return fEllipticalTube->GetName();
VGM implementation for Root elliptical tube solid.
virtual ~EllipticalTube()
virtual double Dx() const
Return the semi-axis of the ellipse along x in mm.
virtual double Dy() const
Return the semi-axis of the ellipse along y in mm.
virtual std::string Name() const
Return the name of this solid.
virtual double ZHalfLength() const
Return the half-length along the z axis in mm.
void AddSolid(VGM::ISolid *, TGeoShape *)
static SolidMap * Instance()
Conversion from Root physical units to VGM units.
static double Length()
Return Root length unit in VGM units.
VGM implementation for Root.