Skip to content

Commit 145ad26

Browse files
author
Youssef El Mard Bouziani
committed
Keep o2::aod::V0PhotonsKFPrefilterBitDerived in Pi0EtaToGammaGammaMCPMCPMC
1 parent 0b26ccb commit 145ad26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/PhotonMeson/Tasks/Pi0EtaToGammaGammaMCPCMPCM.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using namespace o2::aod;
2727
using namespace o2::framework;
2828
using namespace o2::aod::pwgem::photonmeson::photonpair;
2929

30-
using MyV0Photons = o2::soa::Filtered<o2::soa::Join<o2::aod::V0PhotonsKF, o2::aod::V0KFEMEventIds, o2::aod::V0PhotonOmegaMBWeights>>;
30+
using MyV0Photons = o2::soa::Filtered<o2::soa::Join<o2::aod::V0PhotonsKF, o2::aod::V0KFEMEventIds, o2::aod::V0PhotonsKFPrefilterBitDerived, o2::aod::V0PhotonOmegaMBWeights>>;
3131
using MyMCV0Legs = soa::Join<aod::V0Legs, aod::V0LegMCLabels>;
3232

3333
WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)

0 commit comments

Comments
 (0)