Belle II Software development
AxialTrackFinderModules.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#pragma once
9
10#include <tracking/trackFindingCDC/findlets/combined/AxialTrackFinderLegendre.h>
11#include <tracking/trackFindingCDC/findlets/combined/AxialTrackFinderHough.h>
12
13#include <tracking/trackFindingCDC/findlets/minimal/AxialTrackCreatorSegmentHough.h>
14#include <tracking/trackFindingCDC/findlets/minimal/AxialTrackCreatorMCTruth.h>
15
16#include <tracking/trackFindingCDC/findlets/combined/MonopoleAxialTrackFinderLegendre.h>
17#include <tracking/trackFindingCDC/findlets/combined/AxialStraightTrackFinder.h>
18
19#include <tracking/trackFindingCDC/eventdata/utils/ClassMnemomics.h>
20
21#include <tracking/trackFindingCDC/findlets/base/FindletModule.h>
22
23namespace Belle2 {
28 namespace TrackFindingCDC {
29
45
49 class TFCDC_AxialTrackFinderHoughModule : public FindletModule<AxialTrackFinderHough> {
50
53
54 public:
57 };
58
71
84
98
102 class TFCDC_AxialStraightTrackFinderModule : public FindletModule<AxialStraightTrackFinder> {
103
106
107 public:
110 };
111 }
113}
FindletModule(const std::array< std::string, c_nTypes > &storeVectorNames={})
TFCDC_AxialStraightTrackFinderModule()
Constructor setting the default store vector names.
FindletModule< AxialStraightTrackFinder > Super
Type of the base class.
FindletModule< AxialTrackCreatorMCTruth > Super
Type of the base class.
TFCDC_AxialTrackCreatorMCTruthModule()
Constructor setting the default store vector names.
TFCDC_AxialTrackCreatorSegmentHoughModule()
Constructor setting the default store vector names.
FindletModule< AxialTrackCreatorSegmentHough > Super
Type of the base class.
TFCDC_AxialTrackFinderHoughModule()
Constructor setting the default store vector names.
FindletModule< AxialTrackFinderHough > Super
Type of the base class.
FindletModule< AxialTrackFinderLegendre > Super
Type of the base class.
TFCDC_AxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
FindletModule< MonopoleAxialTrackFinderLegendre > Super
Type of the base class.
TFCDC_MonopoleAxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
Abstract base class for different kinds of events.