#include <HitRZConstraint.h>
Public Types | |
using | Line = SimpleLineRZ |
using | Point = SimpleLineRZ::Point |
Public Member Functions | |
HitRZConstraint () | |
HitRZConstraint (const Point &leftPoint, float cotLeftLine, const Point &rightPoint, float cotRightLine) | |
HitRZConstraint (const Line &lineLeft, const Line &lineRight) | |
const Line & | lineLeft () const |
const Line & | lineRight () const |
Protected Attributes | |
Line | theLineLeft |
Line | theLineRight |
r-z constraint is formed by two PixelRecoLineRZ lines.
Definition at line 8 of file HitRZConstraint.h.
using HitRZConstraint::Line = SimpleLineRZ |
Definition at line 10 of file HitRZConstraint.h.
Definition at line 11 of file HitRZConstraint.h.
|
inline |
Definition at line 13 of file HitRZConstraint.h.
|
inline |
Definition at line 14 of file HitRZConstraint.h.
Definition at line 19 of file HitRZConstraint.h.
|
inline |
Definition at line 24 of file HitRZConstraint.h.
References theLineLeft.
Referenced by HitEtaCheck::operator()(), HitRCheck::range(), and HitZCheck::range().
|
inline |
Definition at line 25 of file HitRZConstraint.h.
References theLineRight.
Referenced by HitEtaCheck::operator()(), HitRCheck::range(), and HitZCheck::range().
|
protected |
Definition at line 28 of file HitRZConstraint.h.
Referenced by lineLeft().
|
protected |
Definition at line 28 of file HitRZConstraint.h.
Referenced by lineRight().