37 virtual std::string
Name()
const = 0;
56 virtual std::ostream&
Put(std::ostream& out)
const = 0;
std::ostream & operator<<(std::ostream &out, const VGM::IHype &hype)
The VGM interface to hyperboloid solids.
virtual double ZHalfLength() const =0
Return the half-length along the z axis in mm.
virtual double OuterStereoAngle() const =0
Return the inner stereo angle.
virtual double OuterRadius() const =0
Return the outer radius in mm.
virtual std::ostream & Put(std::ostream &out) const =0
Put the printing of the solid parameters in the out stream.
virtual double InnerStereoAngle() const =0
Return the inner stereo angle.
virtual std::string Name() const =0
Return the name of this solid.
virtual double InnerRadius() const =0
Return the inner radius in mm.
virtual SolidType Type() const =0
Return the type of this solid.
The VGM interface to solids.