Skip to content
Snippets Groups Projects

Document Si track extension - first batch

Merged Maximilian Emanuel Goblirsch-Kolb requested to merge docTrackMaker into master
2 files
+ 2
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -830,8 +830,7 @@ void InDet::SiTrajectoryElement_xk::noiseProduction
/// 1 - Az² --> squared transverse direction component
double d = (1.-m_localDir[2])*(1.+m_localDir[2]);
/// if too small, set to a reasonable minimum
if(d < 1.e-5)
d = 1.e-5;
if(d < 1.e-5) d = 1.e-5;
/// azimuthal component: scale with 1/d
double covarianceAzim = covariancePola/d;
Loading