Skip to content

Commit 1c1aec1

Browse files
authored
[PWGEM/Dilepton] fix in dimuon MC (#15518)
1 parent 39b53ee commit 1c1aec1

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)