We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b53ee commit 1c1aec1Copy full SHA for 1c1aec1
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