10 #include <tracking/trackFindingCDC/findlets/combined/AxialTrackFinderLegendre.h>
11 #include <tracking/trackFindingCDC/findlets/combined/AxialTrackFinderHough.h>
13 #include <tracking/trackFindingCDC/findlets/minimal/AxialTrackCreatorSegmentHough.h>
14 #include <tracking/trackFindingCDC/findlets/minimal/AxialTrackCreatorMCTruth.h>
16 #include <tracking/trackFindingCDC/findlets/combined/MonopoleAxialTrackFinderLegendre.h>
17 #include <tracking/trackFindingCDC/findlets/combined/AxialStraightTrackFinder.h>
19 #include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
21 #include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
28 namespace TrackFindingCDC {
Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with t...
Module implementation using the AxialStraightTrackFinder.
TFCDC_AxialStraightTrackFinderModule()
Constructor setting the default store vector names.
Module implementation using the AxialTrackCreatorMCTruth.
TFCDC_AxialTrackCreatorMCTruthModule()
Constructor setting the default store vector names.
Module implementation using the AxialTrackCreatorSegmentHough.
TFCDC_AxialTrackCreatorSegmentHoughModule()
Constructor setting the default store vector names.
Module implementation using the AxialTrackFinderHough.
TFCDC_AxialTrackFinderHoughModule()
Constructor setting the default store vector names.
CDC tracking module, using Legendre transformation of the drift time circles.
TFCDC_AxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
Module implementation using the MonopoleAxialTrackFinderLegendre Modification of conventional AxialTr...
TFCDC_MonopoleAxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
Abstract base class for different kinds of events.