Belle II Software development
|
Checker if a position is contained in a family of curves over phi0 and impact. More...
#include <InPhi0ImpactBox.h>
Public Types | |
using | HoughBox = Box< DiscretePhi0, ContinuousImpact > |
The box to which this object corresponds. | |
Public Member Functions | |
InPhi0ImpactBox (float curlCurv=NAN) | |
Constructor taking the curler curvature - give a zero 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 to value greater zero to activate one arm exclusive finding. | |
Checker if a position is contained in a family of curves over phi0 and impact.
Definition at line 24 of file InPhi0ImpactBox.h.
using HoughBox = Box<DiscretePhi0, ContinuousImpact> |
The box to which this object corresponds.
Definition at line 34 of file InPhi0ImpactBox.h.
|
inlineexplicit |
Constructor taking the curler curvature - give a zero greater 0 to activate one arm exclusive finding.
Definition at line 28 of file InPhi0ImpactBox.h.
|
inline |
Function that gives the sign of the distance from an observed drift circle to the family of curves.
Definition at line 45 of file InPhi0ImpactBox.h.
|
private |
Curler curvature - set to value greater zero to activate one arm exclusive finding.
Definition at line 82 of file InPhi0ImpactBox.h.