11 #include <tracking/trackFindingVXD/filterMap/filterFramework/SelectionVariable.h>
13 #define DISTANCEINTIME_V_NAME DistanceInTimeVside
22 template <
typename Po
intType>
30 static double value(
const PointType& outerHit,
const PointType& innerHit)
33 outerHit.TimeV() - innerHit.TimeV();
This variable returns the time difference among the V side clusters of the two space points.
static double value(const PointType &outerHit, const PointType &innerHit)
return the time difference (ns) among the V side clusters of the two space points
PUT_NAME_FUNCTION(DISTANCEINTIME_V_NAME)
is expanded as "static const std:string name(void)" frunction which returns name of the Class
Base class of the selection variable objects used for pair filtering.
Abstract base class for different kinds of events.