8#include <tracking/modules/trackFinderCDC/StereoHitFinderModule.h>
11using namespace TrackFindingCDC;
15REG_MODULE(TFCDC_MonopoleStereoHitFinderQuadratic);
18 :
Super({
"CDCWireHitVector",
"CDCTrackVector"})
23 :
Super({
"CDCWireHitVector",
"CDCMonopoleTrackVector"})
28 :
Super({
"CDCWireHitVector",
"CDCMonopoleTrackVector"})
TFCDC_MonopoleStereoHitFinderModule()
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...
TFCDC_StereoHitFinderModule()
Tries to add CDC stereo hits to the found CDC tracks by applying a histogramming method with a 2D hou...
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Abstract base class for different kinds of events.