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.
2 parents 12b379c + 8e6841a commit dc81391Copy full SHA for dc81391
PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx
@@ -379,7 +379,7 @@ struct NucleitpcPbPb {
379
float tpcNsigma = getTPCnSigma(track, primaryParticles.at(i));
380
if ((std::abs(tpcNsigma) > cfgTrackPIDsettings->get(i, "maxTPCnSigma")) && cfgmaxTPCnSigmaRequire)
381
continue;
382
- if (tpcNsigma < correctionsigma && cfgmccorrectionhe4Require ) {
+ if (tpcNsigma < correctionsigma && cfgmccorrectionhe4Require) {
383
double a = 0, b = 0, c = 0;
384
385
int param = -1;
0 commit comments