Belle II Software  release-08-01-10
CDCKarimakiFitter.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/trackFindingCDC/fitting/CDCFitter2D.h>
11 #include <tracking/trackFindingCDC/fitting/KarimakisMethod.h>
12 
13 namespace Belle2 {
18  namespace TrackFindingCDC {
19  // Guard to prevent repeated instantiations
20  extern template class CDCFitter2D<KarimakisMethod>;
21 
24 
25  public:
28 
31 
33  static const CDCKarimakiFitter& getFitter();
34 
36  static const CDCKarimakiFitter& getLineFitter();
37 
39  static const CDCKarimakiFitter& getNoDriftVarianceFitter();
40  };
41  }
43 }
Class implementing the fitter using Karimakis method.
Abstract base class for different kinds of events.