Skip to content

Commit 21ca0ee

Browse files
[PWGDQ] Update dqEfficiency_withAssoc.cxx (#13285)
1 parent 8b1c8cb commit 21ca0ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2230,7 +2230,8 @@ struct AnalysisSameEventPairing {
22302230
if (!event.has_reducedMCevent()) {
22312231
continue;
22322232
}
2233-
2233+
VarManager::FillEvent<gkEventFillMap>(event, VarManager::fgValues);
2234+
VarManager::FillEvent<VarManager::ObjTypes::ReducedEventMC>(event.reducedMCevent(), VarManager::fgValues);
22342235
// auto groupedMCTracks = mcTracks.sliceBy(perReducedMcGenEvent, event.reducedMCeventId());
22352236
// groupedMCTracks.bindInternalIndicesTo(&mcTracks);
22362237
// for (auto& track : groupedMCTracks) {

0 commit comments

Comments
 (0)