diff --git a/Reconstruction/MET/METUtilities/Root/METMaker.cxx b/Reconstruction/MET/METUtilities/Root/METMaker.cxx index 15a9cec1b81143d54e270129067ffcc8a89aeed9..82d2fa72277bad624130f4da643d83457c3f406f 100644 --- a/Reconstruction/MET/METUtilities/Root/METMaker.cxx +++ b/Reconstruction/MET/METUtilities/Root/METMaker.cxx @@ -636,6 +636,10 @@ namespace met { ATH_MSG_VERBOSE(" Jet overlaps with " << object->type() << " " << object->index() << " with pt " << object->pt() << ", phi " << object->phi() ); } + + // Correctly handle this jet if we're using very greedy photons + if (object && object->type() == xAOD::Type::Photon && m_veryGreedyPhotons) hardJet = true; + } }