From 12213ee91a29ec3421e7d7b1f4743033ee1d2c98 Mon Sep 17 00:00:00 2001 From: pinchun Date: Thu, 18 Apr 2024 19:46:26 +0200 Subject: [PATCH] Remove outdated comments --- HLTrigger/Egamma/plugins/HLTEgammaCombMassFilter.cc | 2 -- 1 file changed, 2 deletions(-) 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()); }