Belle II Software  release-08-01-10
ResidualSVDStateFilter.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/ckf/svd/filters/states/BaseSVDStateFilter.h>
11 #include <tracking/ckf/svd/utilities/SVDKalmanStepper.h>
12 #include <framework/gearbox/Unit.h>
13 
14 namespace Belle2 {
21  public:
23  TrackFindingCDC::Weight operator()(const BaseSVDStateFilter::Object& pair) final;
24 
26  void exposeParameters(ModuleParamList* moduleParamList, const std::string& prefix) override;
27 
28  private:
31 
34  };
36 }
The Module parameter list class.
A very simple filter for all space points.
TrackFindingCDC::Weight operator()(const BaseSVDStateFilter::Object &pair) final
Return 1/residual and cut at the maximum residual.
SVDKalmanStepper m_kalmanStepper
Kalman Stepper to calculate the residual.
void exposeParameters(ModuleParamList *moduleParamList, const std::string &prefix) override
Expose the maximal residual.
double m_param_maximalResidual
Parameter: maximal residual.
Kalman stepper implementation for the SVD CKF.
Base class for filters on a generic object type.
Definition: Filter.dcl.h:29
AObject Object
Type of the object to be analysed.
Definition: Filter.dcl.h:33
static const double cm
Standard units with the value = 1.
Definition: Unit.h:47
Abstract base class for different kinds of events.