Skip to content

Commit fda4e1f

Browse files
authored
Correction on histogram filling
Removed histogram for counting modified tracks from Monte Carlo processing.
1 parent 91b669b commit fda4e1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

PWGLF/Tasks/GlobalEventProperties/studyPnch.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ struct StudyPnch {
152152
histos.add("hMultiplicityMCrecMod", "hMultiplicityMCrecMod", kTH1F, {axisMult}, true);
153153
histos.add("hMultiplicityMCgenMod", "hMultiplicityMCgenMod", kTH1F, {axisMult}, true);
154154
histos.add("hResponseMatrixMod", "hResponseMatrixMod", kTH2F, {axisMult, axisMult}, true);
155-
histos.add("hCountNTracksMod", "hCountNTracksMod", kTH1F, {axisCountNumberTracks}, true);
156155
}
157156
if (doprocessEvtLossSigLossMC) {
158157
histos.add("MCEventHist", "MCEventHist", kTH1F, {axisEvent}, false);

0 commit comments

Comments
 (0)