We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55fb377 commit 92135a8Copy full SHA for 92135a8
PWGCF/Flow/Tasks/flowZdcTask.cxx
@@ -315,7 +315,7 @@ struct FlowZdcTask {
315
if (isApplyExtraCorrCut && col.multNTracksPV() > npvTracksCut && col.multFT0C() < (10 * col.multNTracksPV() - ft0cCut)) {
316
return false;
317
}
318
- histos.fill(HIST("EventHist"), 9);
+ histos.fill(HIST("EventHist"), 9);
319
histos.fill(HIST("eventSelectionSteps"), 10);
320
return true;
321
0 commit comments