 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/findlets/combined/StereoHitFinder.h>
13 #include <tracking/trackFindingCDC/findlets/combined/MonopoleStereoHitFinder.h>
14 #include <tracking/trackFindingCDC/findlets/combined/MonopoleStereoHitFinderQuadratic.h>
16 #include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
17 #include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
24 namespace TrackFindingCDC {
43 class TFCDC_StereoHitFinderModule :
public FindletModule<StereoHitFinder> {
46 using Super = FindletModule<StereoHitFinder>;
TFCDC_StereoHitFinderModule()
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a 2D hou...
FindletModule< MonopoleStereoHitFinderQuadratic > Super
The base class.
TFCDC_MonopoleStereoHitFinderQuadraticModule()
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a quad t...
FindletModule< StereoHitFinder > Super
The base class.
TFCDC_MonopoleStereoHitFinderModule()
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a quad t...
FindletModule< MonopoleStereoHitFinder > Super
The base class.
Abstract base class for different kinds of events.
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 3D hou...
Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with t...