20#ifndef VGM_I_ELLIPTICAL_TUBE_H
21#define VGM_I_ELLIPTICAL_TUBE_H
37 virtual std::string
Name()
const = 0;
41 virtual double Dx()
const = 0;
44 virtual double Dy()
const = 0;
50 virtual std::ostream&
Put(std::ostream& out)
const = 0;
std::ostream & operator<<(std::ostream &out, const VGM::IEllipticalTube &eltu)
The VGM interface to elliptical tube solids.
virtual double Dx() const =0
Return the semi-axis of the ellipse along x in mm.
virtual ~IEllipticalTube()
virtual std::string Name() const =0
Return the name of this solid.
virtual SolidType Type() const =0
Return the type of this solid.
virtual double ZHalfLength() const =0
Return the half-length along the z axis in mm.
virtual double Dy() const =0
Return the semi-axis of the ellipse along y in mm.
virtual std::ostream & Put(std::ostream &out) const =0
Put the printing of the solid parameters in the out stream.
The VGM interface to solids.