Skip to content
Snippets Groups Projects
Commit 75914551 authored by Debottam Bakshi Gupta's avatar Debottam Bakshi Gupta
Browse files

making combohypo more inclusive

parent 8302ef00
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!36230introducing HLT_2g15_tight_dPhi15 for low mass Higgs group
......@@ -42,10 +42,10 @@ StatusCode TrigEgammaDiphotonDPhiHypoTool::initialize()
bool TrigEgammaDiphotonDPhiHypoTool::executeAlg(std::vector<LegDecision> &combination) const {
//retrieve the electrons
std::vector<ElementLink<xAOD::EgammaContainer>> selected_photons;
std::vector<ElementLink<xAOD::IParticleContainer>> selected_photons;
for (auto el: combination){
auto EL= el.second;
auto photonLink = TrigCompositeUtils::findLink<xAOD::EgammaContainer>( *EL, featureString() ).link;
auto photonLink = TrigCompositeUtils::findLink<xAOD::IParticleContainer>( *EL, featureString() ).link;
selected_photons.push_back(photonLink);
}
auto photonLink1=selected_photons[0];
......
......@@ -25,6 +25,7 @@
#include "xAODTrigEgamma/TrigPhoton.h"
#include "xAODEgamma/PhotonContainer.h"
#include "xAODEgamma/EgammaContainer.h"
#include "xAODBase/IParticleContainer.h"
#include "TrigCompositeUtils/HLTIdentifier.h"
#include "TrigCompositeUtils/TrigCompositeUtils.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment