42 float rR = lineRight.
rAtZ(z);
43 float rL = lineLeft.rAtZ(z);
44 float rMin = (rR<rL) ? rR : rL;
45 float rMax = (rR<rL) ? rL : rR;
47 float aMin = (rMin>0) ? rMin : rMax;
48 float aMax = (rMin>0) ? rMax : rBig;
49 aMin = (rMax>0) ? aMin : rBig;
TkTrackingRegionsMargin< float > Margin
const Line & lineRight() const
Range range(const float &z) const
virtual HitRCheck * clone() const
const Line & lineLeft() const
PixelRecoRange< float > Range
bool inside(const T &value) const
void setTolerance(const Margin &tolerance)
virtual bool operator()(const float &r, const float &z) const
float rAtZ(float z) const