We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344bfe5 commit c34eefeCopy full SHA for c34eefe
1 file changed
PWGEM/Dilepton/Core/DileptonMC.h
@@ -73,7 +73,7 @@ using MyMCElectron = MyMCElectrons::iterator;
73
using FilteredMyMCElectrons = soa::Filtered<MyMCElectrons>;
74
using FilteredMyMCElectron = FilteredMyMCElectrons::iterator;
75
76
-using MyMCMuons = soa::Join<aod::EMPrimaryMuons, aod::EMPrimaryMuonEMEventIds, aod::EMAmbiguousMuonSelfIds, aod::EMGlobalMuonSelfIds, aod::EMPrimaryElectronsPrefilterBitDerived, aod::EMPrimaryMuonMCLabels, aod::EMMFTMCLabels>;
+using MyMCMuons = soa::Join<aod::EMPrimaryMuons, aod::EMPrimaryMuonEMEventIds, aod::EMAmbiguousMuonSelfIds, aod::EMGlobalMuonSelfIds, aod::EMPrimaryMuonsPrefilterBitDerived, aod::EMPrimaryMuonMCLabels, aod::EMMFTMCLabels>;
77
using MyMCMuon = MyMCMuons::iterator;
78
using FilteredMyMCMuons = soa::Filtered<MyMCMuons>;
79
using FilteredMyMCMuon = FilteredMyMCMuons::iterator;
0 commit comments