10#include <tracking/vxdHoughTracking/filters/pathFilters/BasePathFilter.h>
11#include <tracking/vxdHoughTracking/filters/pathFilters/FourHitVariables.h>
12#include <tracking/vxdHoughTracking/entities/VXDHoughState.h>
19 namespace vxdHoughTracking {
The Module parameter list class.
Base class for filters on a generic object type.
AObject Object
Type of the object to be analysed.
double m_CircleRadiusDifferenceCut
Cut on difference of the two circle radii estimated from two triplets.
double m_CircleCenterPositionDifferenceCut
Cut on difference of the two circle center estimated from two triplets.
TrackFindingCDC::Weight operator()(const BasePathFilter::Object &pair) override
Return the weight based on the ThreeHitVariables.
void beginRun() override
set BField value for estimator
FourHitVariables m_fourHitVariables
Construct empty ThreeHitVariables instance.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the parameters.
Class that allows the calculation of simple variables to estimate the quality of two triplets of hits...
Abstract base class for different kinds of events.