11 #include <tracking/trackFindingCDC/hough/trees/DebugableSimpleBoxDivisionHoughTree.h>
18 namespace TrackFindingCDC {
26 template <
class AHitPointerType,
27 class AHitDecisionAlgorithm,
28 size_t z0Divisions = 2,
29 size_t tanLambdaDivisions = 2>
30 class Z0TanLambdaLegendre :
public DebugableSimpleBoxDivisionHoughTree<AHitPointerType,
31 AHitDecisionAlgorithm,
37 using Super = DebugableSimpleBoxDivisionHoughTree<AHitPointerType,
38 AHitDecisionAlgorithm,
48 :
Super(140, std::tan(75.0 * M_PI / 180.0), 1, 1)