Belle II Software  release-08-01-10
StereoHitFinderModule.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/findlets/combined/StereoHitFinder.h>
11 #include <tracking/trackFindingCDC/findlets/combined/MonopoleStereoHitFinder.h>
12 #include <tracking/trackFindingCDC/findlets/combined/MonopoleStereoHitFinderQuadratic.h>
13 
14 #include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
15 #include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
16 
17 namespace Belle2 {
22  namespace TrackFindingCDC {
41  class TFCDC_StereoHitFinderModule : public FindletModule<StereoHitFinder> {
42 
45 
46  public:
49  };
50 
61  class TFCDC_MonopoleStereoHitFinderQuadraticModule : public FindletModule<MonopoleStereoHitFinderQuadratic> {
62 
65 
66  public:
69  };
70 
75  class TFCDC_MonopoleStereoHitFinderModule : public FindletModule<MonopoleStereoHitFinder> {
76 
79 
80  public:
83  };
84  }
86 }
Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with t...
Definition: FindletModule.h:30
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a 3D hou...
TFCDC_MonopoleStereoHitFinderModule()
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a quad t...
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a quad t...
TFCDC_MonopoleStereoHitFinderQuadraticModule()
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a quad t...
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a quad t...
TFCDC_StereoHitFinderModule()
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a 2D hou...
Abstract base class for different kinds of events.