diff --git a/HLTrigger/Egamma/plugins/HLTEgammaCombMassFilter.cc b/HLTrigger/Egamma/plugins/HLTEgammaCombMassFilter.cc index 8a11ca4af3174..efff29603f0aa 100644 --- a/HLTrigger/Egamma/plugins/HLTEgammaCombMassFilter.cc +++ b/HLTrigger/Egamma/plugins/HLTEgammaCombMassFilter.cc @@ -45,7 +45,6 @@ void HLTEgammaCombMassFilter::fillDescriptions(edm::ConfigurationDescriptions& d bool HLTEgammaCombMassFilter::hltFilter(edm::Event& iEvent, const edm::EventSetup& iSetup, trigger::TriggerFilterObjectWithRefs& filterproduct) const { - //right, issue 1, we dont know if this is a TriggerElectron, TriggerPhoton, TriggerCluster (should never be a TriggerCluster btw as that implies the 4-vectors are not stored in AOD) using namespace trigger; if (saveTags()) { @@ -119,7 +118,6 @@ void HLTEgammaCombMassFilter::getP4OfLegCands(const edm::Event& iEvent, p4s.push_back(phoCand->p4()); } } else if (!clusCands.empty()) { - //try trigger cluster (should never be this, at the time of writing (17/1/11) this would indicate an error) for (auto& clusCand : clusCands) { p4s.push_back(clusCand->p4()); }