|
||||
File indexing completed on 2024-04-06 12:31:27
0001 #include "TrackingTools/DetLayers/interface/DetRod.h" 0002 0003 using namespace std; 0004 0005 DetRod::~DetRod() {} 0006 0007 //obsolete? 0008 /* 0009 float DetRod::zError( const TrajectoryStateOnSurface& tsos, 0010 const MeasurementEstimator& est) const{ 0011 const float nSigmas = 3.f; 0012 if (tsos.hasError()) { 0013 return nSigmas * sqrt(tsos.localError().positionError().yy()); 0014 } 0015 else return nSigmas * 0.5; 0016 } 0017 */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |