00001 00002 #include <cmath> 00003 #include "RecoTracker/TkTrackingRegions/interface/HitZCheck.h" 00004 00005 HitZCheck::Range HitZCheck::range(const float & radius) const 00006 { 00007 return Range( theRZ.lineLeft().zAtR(radius) - theTolerance.left(), 00008 theRZ.lineRight().zAtR(radius) + theTolerance.right()); 00009 }