9#include <tracking/trackFindingCDC/hough/trees/SimpleBoxDivisionHoughTree3D.h>
16 namespace TrackFindingCDC {
23 template <
class AHitPointerType,
24 class AHitDecisionAlgorithm,
25 size_t qDivisions = 2,
26 size_t pDivisions = 2,
27 size_t muDivisions = 2>
29 AHitDecisionAlgorithm,
37 AHitDecisionAlgorithm,
48 :
Super(10.0, 0.99, 6.0, 1, 1, 0)
Hough Tree for finding StereoHits with using CDCRecoHit3D as the item type.
HyperHough()
Constructor using the given maximal level setting the maximal values.
AHitDecisionAlgorithm DecisionAlgorithm
typedef of the templated AHitDecisionAlgorithm; used to reach methods defined in the algorithm e....
Convenience class for the typical usage-case: A box divisioned hough tree with maximum and minimum va...
Abstract base class for different kinds of events.