8 #include <tracking/modules/trackFinderCDC/AxialTrackFinderModules.h>
10 #include <tracking/trackFindingCDC/eventdata/tracks/CDCTrack.h>
11 #include <tracking/trackFindingCDC/eventdata/hits/CDCWireHit.h>
12 #include <mdst/dataobjects/ECLCluster.h>
15 using namespace TrackFindingCDC;
19 REG_MODULE(TFCDC_AxialTrackCreatorSegmentHough);
21 REG_MODULE(TFCDC_MonopoleAxialTrackFinderLegendre);
25 :
Super( {
"CDCWireHitVector",
"CDCTrackVector"})
30 :
Super( {
"CDCWireHitVector",
"CDCTrackVector"})
35 :
Super( {
"CDCSegment2DVector",
"CDCTrackVector"})
40 :
Super( {
"CDCWireHitVector",
"CDCTrackVector"})
45 :
Super( {
"CDCWireHitVector",
"CDCMonopoleTrackVector"})
50 :
Super( {
"CDCWireHitVector",
"CDCMonopoleTrackVector"})
TFCDC_AxialStraightTrackFinderModule()
Constructor setting the default store vector names.
TFCDC_AxialTrackCreatorMCTruthModule()
Constructor setting the default store vector names.
TFCDC_AxialTrackCreatorSegmentHoughModule()
Constructor setting the default store vector names.
TFCDC_AxialTrackFinderHoughModule()
Constructor setting the default store vector names.
TFCDC_AxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
TFCDC_MonopoleAxialTrackFinderLegendreModule()
Constructor setting the default store vector names.
#define REG_MODULE(moduleName)
Register the given module (without 'Module' suffix) with the framework.
Abstract base class for different kinds of events.