We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5aa9f commit 8ed08bbCopy full SHA for 8ed08bb
PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx
@@ -376,7 +376,7 @@ struct NucleitpcPbPb {
376
float tpcNsigma = getTPCnSigma(track, primaryParticles.at(i));
377
if ((std::abs(tpcNsigma) > cfgTrackPIDsettings->get(i, "maxTPCnSigma")) && cfgmaxTPCnSigmaRequire)
378
continue;
379
- if (tpcNsigma > correctionsigma) {
+ if (std::abs(tpcNsigma) > correctionsigma) {
380
double a = 0, b = 0, c = 0;
381
382
int param = -1;
0 commit comments