Skip to content

Commit

Permalink
Update HLTrigger/Egamma/plugins/HLTScoutingEgammaProducer.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Marino Missiroli <m.missiroli@cern.ch>
  • Loading branch information
arsahasransu and missirol authored Jul 11, 2022
1 parent e60a4ad commit 3b3c246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Egamma/plugins/HLTScoutingEgammaProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ HLTScoutingEgammaProducer::HLTScoutingEgammaProducer(const edm::ParameterSet& iC
if (not absEtaBinUpperEdges.empty() and absEtaBinUpperEdges[absEtaBinUpperEdges.size() - 1] < egammaEtaCut) {
throw cms::Exception("IncorrectValue")
<< "Last entry in \"absEtaBinUpperEdges\" (" << absEtaBinUpperEdges[absEtaBinUpperEdges.size() - 1]
<< ") should have a value more than \"egammaEtaCut\" (" << egammaEtaCut << ").";
<< ") should have a value larger than \"egammaEtaCut\" (" << egammaEtaCut << ").";
}

//register products
Expand Down

0 comments on commit 3b3c246

Please sign in to comment.