Skip to content

Commit

Permalink
Add back a comment that I accidentally removed
Browse files Browse the repository at this point in the history
  • Loading branch information
pinchunchou committed Apr 18, 2024
1 parent 12213ee commit 1dab41d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HLTrigger/Egamma/plugins/HLTEgammaCombMassFilter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ 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 1dab41d

Please sign in to comment.