10#include <tracking/trackFindingCDC/hough/boxes/Box.h>
17 namespace TrackFindingCDC {
23 template<
class ANewType,
class ABox>
27 template<
class ANewType,
class... AOldTypes>
30 using Type = ABox<ANewType, AOldTypes...>;
34 template<
class ANewType,
class ABox>
Abstract base class for different kinds of events.
ABox< ANewType, AOldTypes... > Type
The type of the underlying box.
Function to add a new dimension to a box It sweeps the original box over a finite range in the new di...