20#ifndef ROOT_GM_ELLIPTICAL_TUBE_H
21#define ROOT_GM_ELLIPTICAL_TUBE_H
34 EllipticalTube(
const std::string& name,
double dx,
double dy,
double hz);
39 virtual std::string
Name()
const;
40 virtual double Dx()
const;
41 virtual double Dy()
const;
49 TGeoEltu* fEllipticalTube;
The ABC for elliptical tube solids.
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.
VGM implementation for Root.