Skip to content

Commit

Permalink
Add default InputTags in fillDescriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamudio committed Feb 27, 2024
1 parent d15ff66 commit 6df8b30
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ class LegacyPFClusterProducer : public edm::stream::EDProducer<> {

static void fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc;
desc.add<edm::InputTag>("src");
desc.add<edm::InputTag>("PFRecHitsLabelIn");
desc.add<edm::InputTag>("recHitsSource");
desc.add<edm::InputTag>("src", edm::InputTag("pfClusterSoAProducer"));
desc.add<edm::InputTag>("PFRecHitsLabelIn", edm::InputTag("pfRecHitSoAProducerHCAL"));
desc.add<edm::InputTag>("recHitsSource", edm::InputTag("legacyPFRecHitProducer"));
desc.add<bool>("usePFThresholdsFromDB", true);
{
edm::ParameterSetDescription pfClusterBuilder;
Expand Down

0 comments on commit 6df8b30

Please sign in to comment.