9 #include "tracking/vxdCaTracking/FourHitFilters.h"
18 double FourHitFilters::calcDeltapT()
20 if (m_circleCalculated ==
false) { calcCircle(); }
21 return fabs(m_threeHitFilter.calcPt(m_radiusABC -
27 double FourHitFilters::calcDeltaDistCircleCenter()
29 if (m_circleCalculated ==
false) { calcCircle(); }
30 return (fabs(m_centerABC.Perp() - m_centerBCD.Perp()));
Abstract base class for different kinds of events.