10#include <tracking/trackFindingCDC/findlets/combined/SegmentFinderFacetAutomaton.h>
12#include <tracking/trackFindingCDC/findlets/minimal/FacetCreator.h>
13#include <tracking/trackFindingCDC/findlets/minimal/SegmentCreatorFacetAutomaton.h>
14#include <tracking/trackFindingCDC/findlets/minimal/SegmentLinker.h>
15#include <tracking/trackFindingCDC/findlets/minimal/SegmentOrienter.h>
16#include <tracking/trackFindingCDC/findlets/minimal/SegmentFitter.h>
17#include <tracking/trackFindingCDC/findlets/minimal/SegmentRejecter.h>
18#include <tracking/trackFindingCDC/findlets/minimal/SegmentCreatorMCTruth.h>
20#include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
21#include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
29 namespace TrackFindingCDC {
52 namespace TrackFindingCDC {
FindletModule(const std::array< std::string, c_nTypes > &storeVectorNames={})
FindletModule< FacetCreator > Super
Type of the base class.
TFCDC_FacetCreatorModule()
Constructor setting the default store vector names.
FindletModule< SegmentCreatorFacetAutomaton > Super
Type of the base class.
TFCDC_SegmentCreatorFacetAutomatonModule()
Constructor setting the default store vector names.
FindletModule< SegmentCreatorMCTruth > Super
Type of the base class.
TFCDC_SegmentCreatorMCTruthModule()
Constructor setting the default store vector names.
TFCDC_SegmentFinderFacetAutomatonModule()
Constructor setting the default store vector names.
FindletModule< SegmentFinderFacetAutomaton > Super
Type of the base class.
FindletModule< SegmentFitter > Super
Type of the base class.
TFCDC_SegmentFitterModule()
Constructor setting the default store vector names.
FindletModule< SegmentLinker > Super
Type of the base class.
TFCDC_SegmentLinkerModule()
Constructor setting the default store vector names.
FindletModule< SegmentOrienter > Super
Type of the base class.
TFCDC_SegmentOrienterModule()
Constructor setting the default store vector names.
FindletModule< SegmentRejecter > Super
Type of the base class.
TFCDC_SegmentRejecterModule()
Constructor setting the default store vector names.
Abstract base class for different kinds of events.