Skip to content

Commit

Permalink
Remove outdated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pinchunchou committed Apr 18, 2024
1 parent 5ce6723 commit 12213ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions HLTrigger/Egamma/plugins/HLTEgammaCombMassFilter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down Expand Up @@ -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());
}
Expand Down

0 comments on commit 12213ee

Please sign in to comment.