Skip to content

Commit 8e6841a

Browse files
committed
Please consider the following formatting changes
1 parent 12b379c commit 8e6841a

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)