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 32fbc42 + dbe7072 commit 88c6099Copy full SHA for 88c6099
PWGLF/Tasks/Nuspex/NucleiTPCPbPb.cxx
@@ -236,7 +236,7 @@ struct NucleitpcPbPb {
236
if (std::abs(track.eta()) > cfgCutEta)
237
continue;
238
for (size_t i = 0; i < primaryParticles.size(); i++) {
239
- if (std::abs(getRapidity(track, i)) > cfgCutRapidity && cfgRapidityRequire )
+ if (std::abs(getRapidity(track, i)) > cfgCutRapidity && cfgRapidityRequire)
240
241
if (track.tpcNClsFound() < cfgTrackPIDsettings->get(i, "minTPCnCls") && cfgTPCNClsfoundRequire)
242
0 commit comments