20#ifndef GEANT4_GM_PARABOLOID_H
21#define GEANT4_GM_PARABOLOID_H
28class G4ReflectedSolid;
35 Paraboloid(
const std::string& name,
double r1,
double r2,
double hz);
36 Paraboloid(G4Paraboloid* paraboloid, G4ReflectedSolid* reflParaboloid = 0);
40 virtual std::string
Name()
const;
51 G4Paraboloid* fParaboloid;
The ABC for paraboloid solids.
VGM implementation for Geant4 paraboloid solid.
virtual double RadiusMinusZ() 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.
virtual double RadiusPlusZ() const
Return the radius at +z in mm.
VGM implementation for Geant4.