diff --git a/PWGCF/Flow/Tasks/flowZdcTask.cxx b/PWGCF/Flow/Tasks/flowZdcTask.cxx index 551e6aeb43c..a3497dac4c0 100644 --- a/PWGCF/Flow/Tasks/flowZdcTask.cxx +++ b/PWGCF/Flow/Tasks/flowZdcTask.cxx @@ -320,7 +320,7 @@ struct FlowZdcTask { if (isApplyExtraCorrCut && col.multNTracksPV() > npvTracksCut && col.multFT0C() < (10 * col.multNTracksPV() - ft0cCut)) { return false; } - histos.fill(HIST("eventSelectionSteps"), 10); + histos.fill(HIST("eventSelectionSteps"), 10); histos.fill(HIST("eventSelectionSteps"), 11); return true; }