CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC2/src/RecoTracker/TkTrackingRegions/src/HitZCheck.cc

Go to the documentation of this file.
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 }