Skip to content

Commit 0ca646f

Browse files
committed
Fix for invalid cursor call with 8 arguments instead of 9
1 parent 85d0325 commit 0ca646f

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)