We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32a4ca5 + 8c1debc commit 04e1f91Copy full SHA for 04e1f91
1 file changed
PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx
@@ -254,8 +254,8 @@ struct StudyPnch {
254
if (track.mcCollisionId() != McCol.globalIndex()) {
255
continue;
256
}
257
- histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta());
258
- nTrk++;
+ histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta());
+ nTrk++;
259
260
return nTrk;
261
0 commit comments