Skip to content

Commit 1623b2a

Browse files
authored
PWGEM/PhotonMeson: Correct pi0 and eta decay channel for EMC (#5136)
- Change pi0 and eta decay channel to gammagamma (instead of mumugamma)
1 parent 4ad9fb0 commit 1623b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGEM/PhotonMeson/Tasks/Pi0EtaToGammaGammaMC.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ struct Pi0EtaToGammaGammaMC {
318318
} else if (pairtype == PairType::kPHOSPHOS) {
319319
return o2::aod::pwgem::mcutil::IsInAcceptance(mcparticle, mcparticles, std::vector<int>{-13, 13, 22}, -maxY_phos, +maxY_phos, minPhi_phos, maxPhi_phos);
320320
} else if (pairtype == PairType::kEMCEMC) {
321-
return o2::aod::pwgem::mcutil::IsInAcceptance(mcparticle, mcparticles, std::vector<int>{-13, 13, 22}, -maxY_emc, +maxY_emc, minPhi_emc, maxPhi_emc);
321+
return o2::aod::pwgem::mcutil::IsInAcceptance(mcparticle, mcparticles, std::vector<int>{22, 22}, -maxY_emc, +maxY_emc, minPhi_emc, maxPhi_emc);
322322
}
323323
return true;
324324
}

0 commit comments

Comments
 (0)