You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Common/TableProducer/PID/pidTPCModule.h
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ class pidTPCModule
489
489
}
490
490
auto expSignal = response->GetExpectedSignal(trk, pid);
491
491
auto expSigma = trk.has_collision() ? response->GetExpectedSigmaAtMultiplicity(multTPC, trk, pid) : 0.07 * expSignal; // use default sigma value of 7% if no collision information to estimate resolution
492
-
if (expSignal < 0. || expSigma < 0.) { // skip if expected signal invalid
492
+
if (expSignal < 0. || expSigma < 0.) { // skip if expected signal invalid
0 commit comments