11 #include <tracking/trackFindingVXD/filterMap/filterFramework/SelectionVariable.h>
13 #define DISTANCE1DZ_NAME Distance1DZ
24 template <
typename Po
intType >
31 static double value(
const PointType& outerHit,
const PointType& innerHit)
33 return outerHit.Z() - innerHit.Z();
This is the specialization for SpacePoints with returning floats, where value calculates the distance...
PUT_NAME_FUNCTION(DISTANCE1DZ_NAME)
is replaced by "static const std:string name(void)" frunction which returns name of the Class
static double value(const PointType &outerHit, const PointType &innerHit)
calculates the distance between the hits in z (1D), returning unit: cm
Base class of the selection variable objects used for pair filtering.
Abstract base class for different kinds of events.