 |
Belle II Software
release-05-02-19
|
12 #include <tracking/trackFindingCDC/findlets/minimal/TrackRejecter.h>
13 #include <tracking/trackFindingCDC/findlets/minimal/TrackQualityAsserter.h>
14 #include <tracking/trackFindingCDC/findlets/minimal/TrackOrienter.h>
15 #include <tracking/trackFindingCDC/findlets/minimal/TrackFlightTimeAdjuster.h>
16 #include <tracking/trackFindingCDC/findlets/minimal/TrackExporter.h>
18 #include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
19 #include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
26 namespace TrackFindingCDC {
30 class TFCDC_TrackRejecterModule :
public FindletModule<TrackRejecter> {
34 using Super = FindletModule<TrackRejecter>;
FindletModule< TrackOrienter > Super
Type of the base class.
FindletModule< TrackExporter > Super
Type of the base class.
FindletModule< TrackQualityAsserter > Super
Type of the base class.
Module implementation using the TrackFlightTimeAdjuster.
TFCDC_TrackRejecterModule()
Constructor setting the default store vector names.
TFCDC_TrackQualityAsserterModule()
Constructor setting the default store vector names.
Module implementation using the TrackOrienter.
Module implementation using the TrackExporter.
FindletModule< TrackRejecter > Super
Type of the base class.
TFCDC_TrackFlightTimeAdjusterModule()
Constructor setting the default store vector names.
Abstract base class for different kinds of events.
FindletModule< TrackFlightTimeAdjuster > Super
Type of the base class.
TFCDC_TrackExporterModule()
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 TrackQualityAsserter.
TFCDC_TrackOrienterModule()
Constructor setting the default store vector names.