20#ifndef VGM_I_POLYCONE_H
21#define VGM_I_POLYCONE_H
36 virtual std::string
Name()
const = 0;
58 virtual std::ostream&
Put(std::ostream& out)
const = 0;
std::ostream & operator<<(std::ostream &out, const VGM::IPolycone &polycone)
The VGM interface to polycone solids.
virtual double StartPhi() const =0
Return starting phi angle of the segment in deg.
virtual int NofZPlanes() const =0
Return number of planes perpendicular to the z axis.
virtual std::ostream & Put(std::ostream &out) const =0
Put the printing of the solid parameters in the out stream.
virtual double * ZValues() const =0
Return the array of z positions of the planes in mm.
virtual SolidType Type() const =0
Return the type of this solid.
virtual double DeltaPhi() const =0
Return opening phi angle of the segment in deg.
virtual double * InnerRadiusValues() const =0
Return the array of inner radius of the planes in mm.
virtual std::string Name() const =0
Return the name of this solid.
virtual double * OuterRadiusValues() const =0
Return the array of outer radius of the planes in mm.
The VGM interface to solids.