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.
virtual bool inside(const Local3DPoint &p) const
Determine if the point is inside the bounds.
virtual bool inside(const Local3DPoint &) const =0
Determine if the point is inside the bounds.
virtual float width() const
virtual float length() const
virtual Bounds * clone() const
float outerRadius() const
virtual float thickness() const
float innerRadius() const
Extension of the Bounds interface.