10 return ((
tmp.z() >= theZmin) && (
tmp.z() <= theZmax) && (
tmp.perp2() >= theRmin * theRmin) &&
11 (
tmp.perp2() <= theRmax * theRmax)) &&
16 if ((
p.z() < theZmin) || (
p.z() > theZmax))
34 float tmpPhi = std::acos(
tmp.y() /
perp);
LocalError rotate(float x, float y) const
Return a new LocalError, rotated by an angle defined by the direction (x,y)
T perp2() const
Squared magnitude of transverse component.
Abs< T >::type abs(const T &t)
T perp() const
Magnitude of transverse component.
bool inside(const Local3DPoint &p) const override
Determine if the point is inside the bounds.