diff --git a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaDiphotonDPhiHypoTool.cxx b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaDiphotonDPhiHypoTool.cxx index 4a68998ccb99eadf8156a342f97a23244f63e3bc..64aa3528d611aee751d71f6108e2a222e5f21b99 100644 --- a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaDiphotonDPhiHypoTool.cxx +++ b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaDiphotonDPhiHypoTool.cxx @@ -42,10 +42,10 @@ StatusCode TrigEgammaDiphotonDPhiHypoTool::initialize() bool TrigEgammaDiphotonDPhiHypoTool::executeAlg(std::vector<LegDecision> &combination) const { //retrieve the electrons - std::vector<ElementLink<xAOD::PhotonContainer>> selected_photons; + std::vector<ElementLink<xAOD::EgammaContainer>> selected_photons; for (auto el: combination){ auto EL= el.second; - auto photonLink = TrigCompositeUtils::findLink<xAOD::PhotonContainer>( *EL, featureString() ).link; + auto photonLink = TrigCompositeUtils::findLink<xAOD::EgammaContainer>( *EL, featureString() ).link; selected_photons.push_back(photonLink); } auto photonLink1=selected_photons[0]; diff --git a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaDiphotonDPhiHypoTool.h b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaDiphotonDPhiHypoTool.h index 08a5b52e75c7d416c6ab0b1c02d684403ae0f01d..c3c45cc5998f6f1caeb272cfe2c9448247f44fdc 100644 --- a/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaDiphotonDPhiHypoTool.h +++ b/Trigger/TrigHypothesis/TrigEgammaHypo/src/TrigEgammaDiphotonDPhiHypoTool.h @@ -24,6 +24,7 @@ #include "xAODTracking/TrackParticleContainer.h" #include "xAODTrigEgamma/TrigPhoton.h" #include "xAODEgamma/PhotonContainer.h" +#include "xAODEgamma/EgammaContainer.h" #include "TrigCompositeUtils/HLTIdentifier.h" #include "TrigCompositeUtils/TrigCompositeUtils.h" diff --git a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py index cb0ff75f25ff91790d41da5ab97503442277eaf8..97f57cff118231d592e6f921f8e1a2a4f6d8a1a2 100644 --- a/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py +++ b/Trigger/TriggerCommon/TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py @@ -166,7 +166,7 @@ def setupMenu(): ChainProp(name='HLT_g140_etcut_L1EM22VHI', groups=SinglePhotonGroup), #ATR-21882 - ChainProp(name='HLT_2g15_tight_dPhi15_L1DPHI-M70-2EM12I', l1SeedThresholds=['EM12I'], groups=MultiPhotonGroup), + ChainProp(name='HLT_2g15_tight_dPhi15_L1DPHI-M70-2EM12I', l1SeedThresholds=['EM12'], groups=MultiPhotonGroup), ChainProp(name='HLT_2g15_tight_dPhi15_L12EM7', groups=MultiPhotonGroup), ChainProp(name='HLT_g300_etcut_L1EM22VHI', groups=SinglePhotonGroup), ]