Belle II Software development
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
13namespace Belle2 {
26 class GblMultipleScatteringController : public genfit::GblTrackSegmentController {
27
28 public:
29
31 GblMultipleScatteringController() : GblTrackSegmentController() {;}
34
46 virtual void controlTrackSegment(TVector3, TVector3, double scatTheta, genfit::GblFitter* fitter);
47// virtual void controlTrackSegment(B2Vector3D, B2Vector3D, double scatTheta, genfit::GblFitter* fitter);
48
49 };
50
52} /* End of namespace Belle2 */
53
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.
Abstract base class for different kinds of events.