11#include <tracking/trackFindingVXD/filterMap/filterFramework/SelectionVariable.h>
12#include <tracking/trackFindingVXD/filterMap/twoHitVariables/SlopeRZ.h>
14#define DELTASLOPERZ_NAME DeltaSlopeRZ
26 template <
typename Po
intType >
34 static double value(
const PointType&
outerHit,
const PointType& centerHit,
const PointType& innerHit)
37 double slopeOC = SlopeRZ<PointType>::value(
outerHit, centerHit);
38 double slopeCI = SlopeRZ<PointType>::value(centerHit, innerHit);
40 return slopeCI - slopeOC;
calculates deviations in the slope of the inner segment and the outer segment, returning unit: none
PUT_NAME_FUNCTION(DELTASLOPERZ_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 ¢erHit, const PointType &innerHit)
calculates deviations in the slope of the inner segment and the outer segment, returning unit: none
Base class of the selection variable objects used for pair filtering.
B2Vector3D outerHit(0, 0, 0)
testing out of range behavior
Abstract base class for different kinds of events.