Belle II Software development
|
Predicate class to check for the containment of hits in a z0 tan lambda hough space part. More...
#include <SegmentInZ0TanLambdaBox.h>
Public Types | |
using | HoughBox = Z0TanLambdaBox |
Use a Z0TanLambdaBox. | |
Public Member Functions | |
Weight | operator() (const std::pair< CDCSegment3D, CDCTrajectorySZ > &segmentWithTrajectorySZ, const HoughBox *z0TanLambdaBox) |
Checks if the wire hit is contained in a z0 tan lambda hough space. | |
Predicate class to check for the containment of hits in a z0 tan lambda hough space part.
Note this part this code defines the performance of the search in the hough plain quite significantly and there is probably room for improvement.
Definition at line 26 of file SegmentInZ0TanLambdaBox.h.
using HoughBox = Z0TanLambdaBox |
Use a Z0TanLambdaBox.
Definition at line 30 of file SegmentInZ0TanLambdaBox.h.
|
inline |
Checks if the wire hit is contained in a z0 tan lambda hough space.
Returns 1.0 if it is contained, returns NAN if it is not contained.
Definition at line 36 of file SegmentInZ0TanLambdaBox.h.