@@ -628,7 +628,7 @@ struct FemtoUniversePairTaskTrackPhi {
628628 auto thegroupPartsPhi = partsPhi->sliceByCached (aod::femtouniverseparticle::fdCollisionId, col.globalIndex (), cache);
629629 // auto thegroupPartsPhiDaugh = partsPhiDaugh->sliceByCached(aod::femtouniverseparticle::fdCollisionId, col.globalIndex(), cache);
630630 // auto thegroupPartsKaons = partsKaons->sliceByCached(aod::femtouniverseparticle::fdCollisionId, col.globalIndex(), cache);
631-
631+ eventHisto. fillQA (col);
632632 doSameEvent (thegroupPartsTrack, thegroupPartsPhi, parts, col.magField (), col.multNtr ());
633633 }
634634 PROCESS_SWITCH (FemtoUniversePairTaskTrackPhi, processSameEvent, " Enable processing same event" , true );
@@ -662,6 +662,7 @@ struct FemtoUniversePairTaskTrackPhi {
662662 auto thegroupPartsPhi = partsPhiMCReco->sliceByCached (aod::femtouniverseparticle::fdCollisionId, col.globalIndex (), cache);
663663 // auto thegroupPartsPhiDaugh = partsPhiDaugh->sliceByCached(aod::femtouniverseparticle::fdCollisionId, col.globalIndex(), cache);
664664 // auto thegroupPartsKaons = partsKaons->sliceByCached(aod::femtouniverseparticle::fdCollisionId, col.globalIndex(), cache);
665+ eventHisto.fillQA (col);
665666 doSameEvent (thegroupPartsTrack, thegroupPartsPhi, parts, col.magField (), col.multNtr (), mcparts);
666667 }
667668 PROCESS_SWITCH (FemtoUniversePairTaskTrackPhi, processSameEventMCReco, " Enable processing same event for MC Reco" , true );
0 commit comments