Belle II Software development
|
Checker if a position is contained in a family of curves over phi0. More...
#include <InPhi0Box.h>
Public Types | |
using | HoughBox = Box< DiscretePhi0 > |
The box to which this object corresponds. | |
Public Member Functions | |
InPhi0Box (float curlCurv=NAN) | |
Constructor taking the curler curvature - pass a value greater 0 to activate one arm exclusive finding. | |
ESign | getDistanceSign (const HoughBox &houghBox, float x, float y, float l, float=0, float=0, ILayer=-1) const |
Function that gives the sign of the distance from an observed drift circle to the family of curves. | |
Private Attributes | |
float | m_curlCurv |
Curler curvature - set a value greater zero to activate one arm exclusive finding. | |
Checker if a position is contained in a family of curves over phi0.
Definition at line 24 of file InPhi0Box.h.
using HoughBox = Box<DiscretePhi0> |
The box to which this object corresponds.
Definition at line 32 of file InPhi0Box.h.
|
inline |
Constructor taking the curler curvature - pass a value greater 0 to activate one arm exclusive finding.
Definition at line 28 of file InPhi0Box.h.
|
inline |
Function that gives the sign of the distance from an observed drift circle to the family of curves.
houghBox | |
x | x coordinate of the center of the drift circle |
y | y coordinate of the center of the drift circle |
l | the signed drift length of the drift circle - sign is the right left passage hypotheses |
Definition at line 46 of file InPhi0Box.h.
|
private |
Curler curvature - set a value greater zero to activate one arm exclusive finding.
Definition at line 79 of file InPhi0Box.h.