Skip to content

Commit 88c6099

Browse files
authored
Merge pull request #4 from alibuild/alibot-cleanup-11246
Please consider the following formatting changes to #11246
2 parents 32fbc42 + dbe7072 commit 88c6099

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
@@ -236,7 +236,7 @@ struct NucleitpcPbPb {
236236
if (std::abs(track.eta()) > cfgCutEta)
237237
continue;
238238
for (size_t i = 0; i < primaryParticles.size(); i++) {
239-
if (std::abs(getRapidity(track, i)) > cfgCutRapidity && cfgRapidityRequire )
239+
if (std::abs(getRapidity(track, i)) > cfgCutRapidity && cfgRapidityRequire)
240240
continue;
241241
if (track.tpcNClsFound() < cfgTrackPIDsettings->get(i, "minTPCnCls") && cfgTPCNClsfoundRequire)
242242
continue;

0 commit comments

Comments
 (0)