8#include <tracking/modules/trackFinderCDC/AxialTrackFinderModules.h>
10#include <tracking/trackingUtilities/eventdata/tracks/CDCTrack.h>
11#include <tracking/trackingUtilities/eventdata/hits/CDCWireHit.h>
12#include <mdst/dataobjects/ECLCluster.h>
15using namespace TrackFindingCDC;
16using namespace TrackingUtilities;
20REG_MODULE(TFCDC_AxialTrackCreatorSegmentHough);
22REG_MODULE(TFCDC_MonopoleAxialTrackFinderLegendre);
26 :
Super({
"CDCWireHitVector",
"CDCTrackVector"})
31 :
Super({
"CDCWireHitVector",
"CDCTrackVector"})
36 :
Super({
"CDCSegment2DVector",
"CDCTrackVector"})
41 :
Super({
"CDCWireHitVector",
"CDCTrackVector"})
46 :
Super({
"CDCWireHitVector",
"CDCMonopoleTrackVector"})
51 :
Super({
"CDCWireHitVector",
"CDCMonopoleTrackVector"})
TrackingUtilities::FindletModule< AxialStraightTrackFinder > Super
Type of the base class.
TFCDC_AxialStraightTrackFinderModule()
Constructor setting the default store vector names.
TFCDC_AxialTrackCreatorMCTruthModule()
Constructor setting the default store vector names.
TrackingUtilities::FindletModule< AxialTrackCreatorMCTruth > Super
Type of the base class.
TFCDC_AxialTrackCreatorSegmentHoughModule()
Constructor setting the default store vector names.
TrackingUtilities::FindletModule< AxialTrackCreatorSegmentHough > Super
Type of the base class.
TFCDC_AxialTrackFinderHoughModule()
Constructor setting the default store vector names.
TrackingUtilities::FindletModule< AxialTrackFinderHough > Super
Type of the base class.
TrackingUtilities::FindletModule< AxialTrackFinderLegendre > Super
Type of the base class.
TFCDC_AxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
TFCDC_MonopoleAxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
TrackingUtilities::FindletModule< MonopoleAxialTrackFinderLegendre > Super
Type of the base class.
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Abstract base class for different kinds of events.