Skip to content

Commit c34eefe

Browse files
committed
PWGEM/Dilepton: fix in dimuon MC
1 parent 344bfe5 commit c34eefe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/Core/DileptonMC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ using MyMCElectron = MyMCElectrons::iterator;
7373
using FilteredMyMCElectrons = soa::Filtered<MyMCElectrons>;
7474
using FilteredMyMCElectron = FilteredMyMCElectrons::iterator;
7575

76-
using MyMCMuons = soa::Join<aod::EMPrimaryMuons, aod::EMPrimaryMuonEMEventIds, aod::EMAmbiguousMuonSelfIds, aod::EMGlobalMuonSelfIds, aod::EMPrimaryElectronsPrefilterBitDerived, aod::EMPrimaryMuonMCLabels, aod::EMMFTMCLabels>;
76+
using MyMCMuons = soa::Join<aod::EMPrimaryMuons, aod::EMPrimaryMuonEMEventIds, aod::EMAmbiguousMuonSelfIds, aod::EMGlobalMuonSelfIds, aod::EMPrimaryMuonsPrefilterBitDerived, aod::EMPrimaryMuonMCLabels, aod::EMMFTMCLabels>;
7777
using MyMCMuon = MyMCMuons::iterator;
7878
using FilteredMyMCMuons = soa::Filtered<MyMCMuons>;
7979
using FilteredMyMCMuon = FilteredMyMCMuons::iterator;

0 commit comments

Comments
 (0)