Skip to content

Commit

Permalink
Merge pull request #44015 from cms-tsg-storm/HLTbugfix141X
Browse files Browse the repository at this point in the history
Bugfix in fillDescriptions of EgammaHLTClusterShapeProducer
  • Loading branch information
cmsbuild authored Feb 20, 2024
2 parents 45b6b9d + 635863a commit db9aceb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ void EgammaHLTClusterShapeProducer::fillDescriptions(edm::ConfigurationDescripti
desc.add<edm::InputTag>(("recoEcalCandidateProducer"), edm::InputTag("hltL1SeededRecoEcalCandidate"));
desc.add<edm::InputTag>(("ecalRechitEB"), edm::InputTag("hltEcalRegionalEgammaRecHit", "EcalRecHitsEB"));
desc.add<edm::InputTag>(("ecalRechitEE"), edm::InputTag("hltEcalRegionalEgammaRecHit", "EcalRecHitsEE"));
desc.add<bool>(("isIeta"), true);
desc.add<double>(("multThresEB"), EgammaLocalCovParamDefaults::kMultThresEB);
desc.add<double>(("multThresEE"), EgammaLocalCovParamDefaults::kMultThresEE);
descriptions.add(("hltEgammaHLTClusterShapeProducer"), desc);
Expand Down

0 comments on commit db9aceb

Please sign in to comment.