 |
Belle II Software
release-05-02-19
|
13 #include <tracking/trackFindingCDC/findlets/combined/AxialTrackFinderLegendre.h>
14 #include <tracking/trackFindingCDC/findlets/combined/AxialTrackFinderHough.h>
16 #include <tracking/trackFindingCDC/findlets/minimal/AxialTrackCreatorSegmentHough.h>
17 #include <tracking/trackFindingCDC/findlets/minimal/AxialTrackCreatorMCTruth.h>
19 #include <tracking/trackFindingCDC/findlets/combined/MonopoleAxialTrackFinderLegendre.h>
20 #include <tracking/trackFindingCDC/findlets/combined/AxialStraightTrackFinder.h>
22 #include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
24 #include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
31 namespace TrackFindingCDC {
39 class TFCDC_AxialTrackFinderLegendreModule :
public FindletModule<AxialTrackFinderLegendre> {
42 using Super = FindletModule<AxialTrackFinderLegendre>;
TFCDC_AxialTrackFinderHoughModule()
Constructor setting the default store vector names.
TFCDC_AxialStraightTrackFinderModule()
Constructor setting the default store vector names.
TFCDC_AxialTrackCreatorSegmentHoughModule()
Constructor setting the default store vector names.
Module implementation using the AxialTrackFinderHough.
Module implementation using the MonopoleAxialTrackFinderLegendre Modification of conventional AxialTr...
TFCDC_MonopoleAxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
Abstract base class for different kinds of events.
FindletModule< AxialTrackFinderLegendre > Super
Type of the base class.
Module implementation using the AxialTrackCreatorSegmentHough.
TFCDC_AxialTrackFinderLegendreModule()
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 AxialStraightTrackFinder.
Module implementation using the AxialTrackCreatorMCTruth.
TFCDC_AxialTrackCreatorMCTruthModule()
Constructor setting the default store vector names.