Belle II Software  release-06-02-00
DAFRecoFitterModule.h
1 /**************************************************************************
2  * basf2 (Belle II Analysis Software Framework) *
3  * Author: The Belle II Collaboration *
4  * *
5  * See git log for contributors and copyright holders. *
6  * This file is licensed under LGPL-3.0, see LICENSE.md. *
7  **************************************************************************/
8 #pragma once
9 
10 #include <tracking/modules/fitter/BaseRecoFitterModule.h>
11 #include <genfit/DAF.h>
12 
13 namespace Belle2 {
21  public:
24 
25  protected:
27  std::shared_ptr<genfit::AbsFitter> createFitter() const override;
28 
29  private:
32 
35 
38  };
40 }
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.