Go to the documentation of this file.
34 constexpr
float rBig = 150.;
38 float rR = lineRight.
rAtZ(
z);
39 float rL = lineLeft.rAtZ(
z);
40 float rMin = (rR < rL) ? rR : rL;
41 float rMax = (rR < rL) ? rL : rR;
44 float aMax = (
rMin > 0) ?
rMax : rBig;
45 aMin = (
rMax > 0) ? aMin : rBig;
float rAtZ(float z) const
HitRCheck * clone() const override
bool operator()(const float &r, const float &z) const override
void setTolerance(const Margin &tolerance)
HitRCheck(const HitRZConstraint &rz, Margin margin=Margin(0, 0))
const Line & lineLeft() const
PixelRecoRange< float > Range
TkTrackingRegionsMargin< float > Margin
Range range(const float &z) const override
bool inside(const T &value) const
const Line & lineRight() const