9#include <tracking/trackFindingCDC/hough/trees/DebugableSimpleBoxDivisionHoughTree.h>
16 namespace TrackFindingCDC {
24 template <
class AHitPointerType,
25 class AHitDecisionAlgorithm,
26 size_t z0Divisions = 2,
27 size_t tanLambdaDivisions = 2>
29 AHitDecisionAlgorithm,
36 AHitDecisionAlgorithm,
46 :
Super(140,
std::tan(75.0 * M_PI / 180.0), 1, 1)
A convenience class for adding debug information to a Simple Hough Tree.
Hough Tree for finding StereoHits using a templated class as the item type.
AHitDecisionAlgorithm DecisionAlgorithm
typedef of the templated AHitDecisionAlgorithm; used to reach methods defined in the algorithm e....
Z0TanLambdaLegendre()
Constructor using the given maximal level setting the maximal values.
Abstract base class for different kinds of events.