Skip to content

Commit 6d71eb2

Browse files
authored
[PWGEM/PhotonMeson] remove dependency (#12129)
1 parent 2143ef7 commit 6d71eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGEM/PhotonMeson/Tasks/dalitzEEQC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ using namespace o2::framework::expressions;
4343
using namespace o2::soa;
4444
using namespace o2::aod::pwgem::dilepton::utils::emtrackutil;
4545

46-
using MyCollisions = soa::Join<aod::EMEvents, aod::EMEventsMult, aod::EMEventsCent, aod::EMEventsQvec>;
46+
using MyCollisions = soa::Join<aod::EMEvents, aod::EMEventsMult, aod::EMEventsCent>;
4747
using MyCollision = MyCollisions::iterator;
4848

4949
using MyTracks = soa::Join<aod::EMPrimaryElectronsFromDalitz, aod::EMPrimaryElectronEMEventIds>;

PWGEM/PhotonMeson/Tasks/dalitzEEQCMC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ using namespace o2::soa;
4646
using namespace o2::aod::pwgem::photonmeson::utils::mcutil;
4747
using namespace o2::aod::pwgem::dilepton::utils::mcutil;
4848

49-
using MyCollisions = soa::Join<aod::EMEvents, aod::EMEventsMult, aod::EMEventsCent, aod::EMEventsQvec, aod::EMMCEventLabels>;
49+
using MyCollisions = soa::Join<aod::EMEvents, aod::EMEventsMult, aod::EMEventsCent, aod::EMMCEventLabels>;
5050
using MyCollision = MyCollisions::iterator;
5151

5252
using MyMCTracks = soa::Join<aod::EMPrimaryElectronsFromDalitz, aod::EMPrimaryElectronEMEventIds, aod::EMPrimaryElectronMCLabels>;

0 commit comments

Comments
 (0)