10#include <tracking/modules/fitter/BaseRecoFitterModule.h>
11#include <genfit/DAF.h>
13#include <tracking/dbobjects/DAFConfiguration.h>
29 std::shared_ptr<genfit::AbsFitter>
createFitter()
const override;
BaseRecoFitterModule()
Constructor.
@ c_Default
default configuration
DBObjPtr< DAFConfiguration > m_DAFConfiguration
DAF Configuration Database OjbPtr.
DAFRecoFitterModule()
Module for the DAF fitter.
bool m_changedParametersMessageWasShown
Boolean to only show the warning about changed DAF parameters on first occurrence but not each time a...
double m_param_probabilityCut
Probability cut for the DAF.
std::shared_ptr< genfit::AbsFitter > createFitter() const override
Create a DAF fitter.
short m_trackFitType
Track Fit type to select the proper DAFParameter from DAFConfiguration; by default c_Default.
Class for accessing objects in the database.
Abstract base class for different kinds of events.