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::ITubs &tubs)
The VGM interface to solids.
The VGM interface to tubs solids.
virtual std::ostream & Put(std::ostream &out) const =0
Put the printing of the solid parameters in the out stream.
virtual double ZHalfLength() const =0
Return the half-length along the z axis in m.
virtual double StartPhi() const =0
Return the starting angle of the segment in deg.
virtual double DeltaPhi() const =0
Return the opening angle of the segment in deg.
virtual double InnerRadius() const =0
Return the inside radius in mm.
virtual std::string Name() const =0
Return the name of this solid.
virtual double OuterRadius() const =0
Return the outside radius in mm.
virtual SolidType Type() const =0
Return the type of this solid.