Skip to content

Commit dc81391

Browse files
authored
Merge pull request #6 from alibuild/alibot-cleanup-14157
Please consider the following formatting changes to #14157
2 parents 12b379c + 8e6841a commit dc81391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ struct NucleitpcPbPb {
379379
float tpcNsigma = getTPCnSigma(track, primaryParticles.at(i));
380380
if ((std::abs(tpcNsigma) > cfgTrackPIDsettings->get(i, "maxTPCnSigma")) && cfgmaxTPCnSigmaRequire)
381381
continue;
382-
if (tpcNsigma < correctionsigma && cfgmccorrectionhe4Require ) {
382+
if (tpcNsigma < correctionsigma && cfgmccorrectionhe4Require) {
383383
double a = 0, b = 0, c = 0;
384384

385385
int param = -1;

0 commit comments

Comments
 (0)