11 #include <tracking/trackFindingCDC/hough/z0_tanLambda/Z0TanLambdaLegendre.h>
12 #include <tracking/trackFindingCDC/hough/algorithms/FirstOfPairInBox.h>
13 #include <tracking/trackFindingCDC/eventdata/hits/CDCRecoHit3D.h>
14 #include <tracking/trackFindingCDC/eventdata/hits/CDCRLWireHit.h>
15 #include <tracking/trackFindingCDC/hough/algorithms/HitInZ0TanLambdaBox.h>
16 #include <tracking/trackFindingCDC/hough/algorithms/HitInZ0TanLambdaBoxUsingZ.h>
23 namespace TrackFindingCDC {
31 using HitZ0TanLambdaLegendre =
32 Z0TanLambdaLegendre<std::pair<CDCRecoHit3D, const CDCRLWireHit*>, FirstOfPairInBox<HitInZ0TanLambdaBox>, 2, 2>;
34 using HitZ0TanLambdaLegendreUsingZ =
35 Z0TanLambdaLegendre<std::pair<CDCRecoHit3D, const CDCRLWireHit*>, FirstOfPairInBox<HitInZ0TanLambdaBoxUsingZ>, 2, 2>;