CMS 3D CMS Logo

DetRod.cc

Go to the documentation of this file.
00001 #include "TrackingTools/DetLayers/interface/DetRod.h"
00002 
00003 using namespace std;
00004 
00005 DetRod::~DetRod(){}
00006 
00007 
00008 
00009 //obsolete?
00010 /*
00011 float DetRod::zError( const TrajectoryStateOnSurface& tsos,
00012                       const MeasurementEstimator& est) const{  
00013   const float nSigmas = 3.f;
00014   if (tsos.hasError()) {
00015     return nSigmas * sqrt(tsos.localError().positionError().yy());
00016   }
00017   else return nSigmas * 0.5;
00018 }
00019 */

Generated on Tue Jun 9 17:48:16 2009 for CMSSW by  doxygen 1.5.4