10#include <tracking/trackFindingCDC/findlets/minimal/TrackRejecter.h>
11#include <tracking/trackFindingCDC/findlets/minimal/TrackQualityAsserter.h>
12#include <tracking/trackFindingCDC/findlets/minimal/TrackOrienter.h>
13#include <tracking/trackFindingCDC/findlets/minimal/TrackFlightTimeAdjuster.h>
14#include <tracking/trackFindingCDC/findlets/minimal/TrackExporter.h>
16#include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
17#include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
24 namespace TrackFindingCDC {
FindletModule(const std::array< std::string, c_nTypes > &storeVectorNames={})
FindletModule< TrackExporter > Super
Type of the base class.
TFCDC_TrackExporterModule()
Constructor setting the default store vector names.
TFCDC_TrackFlightTimeAdjusterModule()
Constructor setting the default store vector names.
FindletModule< TrackFlightTimeAdjuster > Super
Type of the base class.
FindletModule< TrackOrienter > Super
Type of the base class.
TFCDC_TrackOrienterModule()
Constructor setting the default store vector names.
FindletModule< TrackQualityAsserter > Super
Type of the base class.
TFCDC_TrackQualityAsserterModule()
Constructor setting the default store vector names.
FindletModule< TrackRejecter > Super
Type of the base class.
TFCDC_TrackRejecterModule()
Constructor setting the default store vector names.
Abstract base class for different kinds of events.