20#ifndef ROOT_GM_PARABOLOID_H
21#define ROOT_GM_PARABOLOID_H
34 Paraboloid(
const std::string& name,
double r1,
double r2,
double hz);
39 virtual std::string
Name()
const;
49 TGeoParaboloid* fParaboloid;
The ABC for paraboloid solids.
VGM implementation for Root paraboloid solid.
virtual double RadiusMinusZ() const
Return the radius at -z in mm.
virtual double RadiusPlusZ() const
Return the radius at +z in mm.
virtual double ZHalfLength() const
Return the half-length along the z axis in mm.
virtual std::string Name() const
Return the name of this solid.
VGM implementation for Root.