Skip to content

Commit

Permalink
Bugfix in fillDescriptions of EgammaHLTClusterShapeProducer
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Feb 19, 2024
1 parent 8520d4d commit 635863a
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 635863a

Please sign in to comment.