19 num_hits_( 0 ), num_planes_( 0 ),
valid_(
true ),
20 t_( 0. ), t_sigma_( 0. )
24 float t,
float t_sigma ) :
44 return xDiff < xTolerance;
46 return yDiff < yTolerance;
48 return xDiff < xTolerance && yDiff < yTolerance && zDiff < zTolerance;
61 if ( lhs.
getT() < rhs.
getT() )
return true;
62 if ( lhs.
getT() > rhs.
getT() )
return false;
Reconstructed hit in timing detectors.
math::XYZPoint pos0_sigma_
error on the initial track position
static const uint16_t valid_
bool operator<(const CTPPSTimingLocalTrack &lhs, const CTPPSTimingLocalTrack &rhs)
Comparison operator.
bool containsHit(const CTPPSTimingRecHit &recHit, float tolerance=0.1f, CheckDimension check=CheckDimension::all) const
Abs< T >::type abs(const T &t)
int num_hits_
number of hits participating in the track
math::XYZPoint pos0_
initial track position
XYZPointD XYZPoint
point in space with cartesian internal representation
int num_planes_
number of planes participating in the track