Skip to content

Commit b7c8c72

Browse files
authored
[PWGDQ] Fix for invalid cursor call with 8 arguments instead of 9 (#11700)
1 parent 95b5927 commit b7c8c72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ struct AnalysisSameEventPairing {
20772077
fHistMan->FillHistClass(Form("MCTruthGenPair_%s", sig->GetName()), VarManager::fgValues);
20782078
if (useMiniTree.fConfigMiniTree) {
20792079
// WARNING! To be checked
2080-
dileptonMiniTreeGen(mcDecision, -999, t1.pt(), t1.eta(), t1.phi(), t2.pt(), t2.eta(), t2.phi());
2080+
dileptonMiniTreeGen(mcDecision, -999, VarManager::fgValues[VarManager::kCentFT0C], t1.pt(), t1.eta(), t1.phi(), t2.pt(), t2.eta(), t2.phi());
20812081
}
20822082
}
20832083
isig++;

0 commit comments

Comments
 (0)