diff --git a/reco/L1/L1Algo/L1CATrackFinder.cxx b/reco/L1/L1Algo/L1CATrackFinder.cxx index 471d663622c07b15dd53a0bafa284d95906670a3..4cd4ac7a5a7425208e845501ac84e741de57d525 100644 --- a/reco/L1/L1Algo/L1CATrackFinder.cxx +++ b/reco/L1/L1Algo/L1CATrackFinder.cxx @@ -782,7 +782,7 @@ inline void L1Algo::findTripletsStep0( // input L1ExtrapolateLine(T_cur, zr); if ((star.timeInfo) && (stam.timeInfo)) - if (fabs(T_cur.t[i2_4] - hitr.T()) > sqrt(T_cur.C55[i2_4] + sqrt(hitr.dT2())) * 5) continue; + if (fabs(T_cur.t[i2_4] - hitr.T()) > sqrt(T_cur.C55[i2_4] + hitr.dT2()) * 5) continue; // TODO: SG: hardcoded cut of 30 ns if ((star.timeInfo) && (stam.timeInfo))