We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea902fd + 153f172 commit e1be023Copy full SHA for e1be023
1 file changed
PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx
@@ -249,9 +249,9 @@ struct StudyPnch {
249
if (track.mcCollisionId() != McCol.globalIndex()) {
250
continue;
251
}
252
-
253
- histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta());
254
- nTrk++;
+
+ histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta());
+ nTrk++;
255
256
return nTrk;
257
0 commit comments