 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/findlets/combined/TrackFinderSegmentPairAutomaton.h>
13 #include <tracking/trackFindingCDC/findlets/combined/TrackFinderSegmentTripleAutomaton.h>
15 #include <tracking/trackFindingCDC/findlets/minimal/TrackCreatorSegmentPairAutomaton.h>
16 #include <tracking/trackFindingCDC/findlets/minimal/TrackCreatorSegmentTripleAutomaton.h>
17 #include <tracking/trackFindingCDC/findlets/minimal/TrackCreatorSingleSegments.h>
19 #include <tracking/trackFindingCDC/findlets/minimal/SegmentPairCreator.h>
20 #include <tracking/trackFindingCDC/findlets/minimal/AxialSegmentPairCreator.h>
21 #include <tracking/trackFindingCDC/findlets/minimal/SegmentTripleCreator.h>
23 #include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
24 #include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
31 namespace TrackFindingCDC {
36 class TFCDC_TrackFinderSegmentPairAutomatonModule :
public FindletModule<TrackFinderSegmentPairAutomaton> {
39 using Super = FindletModule<TrackFinderSegmentPairAutomaton>;
81 namespace TrackFindingCDC {
TFCDC_TrackCreatorSegmentTripleAutomatonModule()
Constructor setting the default store vector names.
TFCDC_TrackCreatorSegmentPairAutomatonModule()
Constructor setting the default store vector names.
FindletModule< TrackFinderSegmentPairAutomaton > Super
Type of the base class.
Module implementation using the SegmentPairCreator.
TFCDC_TrackFinderSegmentPairAutomatonModule()
Constructor setting the default store vector names.
FindletModule< TrackFinderSegmentTripleAutomaton > Super
Type of the base class.
TFCDC_SegmentPairCreatorModule()
Constructor setting the default store vector names.
Module implementation using the TrackCreatorSegmentPairAutomaton.
Abstract base class for different kinds of events.
Module implementation using the SegmentTripleCreator.
Module implementation using the TrackFinderSegmentTripleAutomaton.
Module implementation using the TrackCreatorSegmentTripleAutomaton.
FindletModule< TrackCreatorSingleSegments > Super
Type of the base class.
TFCDC_TrackFinderSegmentTripleAutomatonModule()
Constructor setting the default store vector names.
Module implementation using the AxialSegmentPairCreator.
TFCDC_TrackCreatorSingleSegmentsModule()
Constructor setting the default store vector names.
TFCDC_SegmentTripleCreatorModule()
Constructor setting the default store vector names.
Adapter of a findlet to a module that exposes the parameters of the findlet and manages the IO with t...
Module implementation using the TrackCreatorSingleSegments.
TFCDC_AxialSegmentPairCreatorModule()
Constructor setting the default store vector names.