9#include <tracking/trackFindingCDC/hough/boxes/Box.h>
10#include <tracking/trackFindingCDC/hough/axes/StandardAxes.h>
17 namespace TrackFindingCDC {
32 {
return *(getLowerBound<DiscreteZ0>()); }
36 {
return *(getUpperBound<DiscreteZ0>()); }
40 {
return *(getLowerBound<DiscreteTanL>()); }
44 {
return *(getUpperBound<DiscreteTanL>()); }
The base class for all boxes.
A rectangular domain for the hough space over phi0 and two dimensional curvature.
float getLowerX() const
Get the lower z0 bound (alias)
float getLowerTanLambda() const
Concise getter for the lower tan lambda bound.
float getUpperZ0() const
Concise getter for the upper z0 bound.
float getLowerZ0() const
Concise getter for the lower z0 bound.
float getUpperY() const
Get the upper tanlambda bound (alias)
float getLowerY() const
Get the lower tanlambda bound (alias)
float getUpperX() const
Get the upper z0 bound (alias)
float getUpperTanLambda() const
Concise getter for the upper tan lambda bound.
Abstract base class for different kinds of events.