Belle II Software  release-08-01-10
GblMultipleScatteringController.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 
9 #pragma once
10 
11 #include <genfit/GblTrackSegmentController.h>
12 
13 namespace Belle2 {
27 
28  public:
29 
31  GblMultipleScatteringController() : GblTrackSegmentController() {;}
34 
47  virtual void controlTrackSegment(TVector3, TVector3, double scatTheta, genfit::GblFitter* fitter);
48 // virtual void controlTrackSegment(B2Vector3D, B2Vector3D, double scatTheta, genfit::GblFitter* fitter);
49 
50  };
51 
53 } /* End of namespace Belle2 */
54 
TrackSegmentController for use with GblFitter in Belle2.
virtual void controlTrackSegment(TVector3, TVector3, double scatTheta, genfit::GblFitter *fitter)
Change fitter options to not use scatterers inside CDC.
Generic GBL implementation.
Definition: GblFitter.h:53
TrackSegmentController for use with GblFitter.
Abstract base class for different kinds of events.