We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d825b15 commit e754598Copy full SHA for e754598
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