1 #ifndef Geom_SimpleDiskBounds_H 2 #define Geom_SimpleDiskBounds_H 50 #endif // Geom_SimpleDiskBounds_H SimpleDiskBounds(float rmin, float rmax, float zmin, float zmax)
Construct the bounds from min and max R and Z in LOCAL coordinates.
Bounds * clone() const override
float thickness() const override
virtual bool inside(const Local3DPoint &) const =0
Determine if the point is inside the bounds.
float outerRadius() const
bool inside(const Local3DPoint &p) const override
Determine if the point is inside the bounds.
float length() const override
float innerRadius() const
Extension of the Bounds interface.
float width() const override