Skip to content

Commit 44ac022

Browse files
authored
[PWGDQ] Fix wrong process calling (AliceO2Group#9501)
1 parent 06ae14b commit 44ac022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/tableReader.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ struct AnalysisEventMixing {
843843

844844
VarManager::FillTwoMixEvents<TEventFillMap>(event1, event2, tracks1, tracks2);
845845
if (fConfigFlowReso) {
846-
VarManager::FillEventFlowResoFactor(ResoFlowSP, ResoFlowEP);
846+
VarManager::FillTwoMixEventsFlowResoFactor(ResoFlowSP, ResoFlowEP);
847847
}
848848
runMixedPairing<TEventFillMap, TPairType>(tracks1, tracks2);
849849
} // end event loop

0 commit comments

Comments
 (0)