We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5133d2b commit caf0379Copy full SHA for caf0379
1 file changed
PWGCF/Flow/Tasks/flowZdcTask.cxx
@@ -320,7 +320,7 @@ struct FlowZdcTask {
320
if (isApplyExtraCorrCut && col.multNTracksPV() > npvTracksCut && col.multFT0C() < (10 * col.multNTracksPV() - ft0cCut)) {
321
return false;
322
}
323
- histos.fill(HIST("eventSelectionSteps"), 10);
+ histos.fill(HIST("eventSelectionSteps"), 10);
324
histos.fill(HIST("eventSelectionSteps"), 11);
325
return true;
326
0 commit comments