Belle II Software
release-08-01-10
|
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 correspondes. | |
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 familiy of curves. More... | |
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.
|
inline |
Function that gives the sign of the distance from an observed drift circle to the familiy 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.