10 #include <tracking/modules/fitter/BaseRecoFitterModule.h>
11 #include <genfit/DAF.h>
27 std::shared_ptr<genfit::AbsFitter>
createFitter()
const override;
A base class for all modules that implement a fitter for reco tracks.
DAFRecoFitterModule()
Module for the DAF fitter.
int m_param_maxNumberOfFailedHits
Maximum number of failed hits before aborting the fit.
double m_param_deltaPValue
If the delta PValue between two DAF iterations is small than this value, the iterative procedure will...
double m_param_probabilityCut
Probability cut for the DAF.
std::shared_ptr< genfit::AbsFitter > createFitter() const override
Create a DAF fitter.
Abstract base class for different kinds of events.