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 {
FindletModule(const std::array< std::string, c_nTypes > &storeVectorNames={})
TFCDC_AxialStraightTrackFinderModule()
Constructor setting the default store vector names.
FindletModule< AxialStraightTrackFinder > Super
Type of the base class.
FindletModule< AxialTrackCreatorMCTruth > Super
Type of the base class.
TFCDC_AxialTrackCreatorMCTruthModule()
Constructor setting the default store vector names.
TFCDC_AxialTrackCreatorSegmentHoughModule()
Constructor setting the default store vector names.
FindletModule< AxialTrackCreatorSegmentHough > Super
Type of the base class.
TFCDC_AxialTrackFinderHoughModule()
Constructor setting the default store vector names.
FindletModule< AxialTrackFinderHough > Super
Type of the base class.
FindletModule< AxialTrackFinderLegendre > Super
Type of the base class.
TFCDC_AxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
FindletModule< MonopoleAxialTrackFinderLegendre > Super
Type of the base class.
TFCDC_MonopoleAxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
Abstract base class for different kinds of events.