Belle II Software development
KalmanRecoFitterModule.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/KalmanFitterRefTrack.h>
12
13namespace Belle2 {
21 public:
24
25 protected:
27 std::shared_ptr<genfit::AbsFitter> createFitter() const override;
28
29 private:
34 };
36}
A base class for all modules that implement a fitter for reco tracks.
KalmanRecoFitterModule()
Module for the Kalman Fitter.
unsigned int m_param_maxNumberOfFailedHits
Maximum number of failed hits before aborting the fit.
unsigned int m_param_minimumIterations
Minimum number of iterations for the Kalman filter.
unsigned int m_param_maximumIterations
Maximum number of iterations for the Kalman filter.
std::shared_ptr< genfit::AbsFitter > createFitter() const override
Create a Kalman fitter.
Abstract base class for different kinds of events.