diff --git a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx index 2de6c449d93..c948f0b1f35 100644 --- a/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx +++ b/PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx @@ -249,9 +249,9 @@ struct StudyPnch { if (track.mcCollisionId() != McCol.globalIndex()) { continue; } - - histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta()); - nTrk++; + + histos.fill(HIST("PhiVsEtaHist"), track.phi(), track.eta()); + nTrk++; } return nTrk; }