Skip to content

Commit

Permalink
Cleanup some configuration settings, using the defaults from fillDesc…
Browse files Browse the repository at this point in the history
…riptions
  • Loading branch information
gpetruc committed Aug 25, 2023
1 parent fc51fc7 commit 308ac75
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 143 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ L1TCorrelatorLayer1Producer::~L1TCorrelatorLayer1Producer() {}
void L1TCorrelatorLayer1Producer::fillDescriptions(edm::ConfigurationDescriptions &descriptions) {
edm::ParameterSetDescription desc;
// Inputs and cuts
desc.add<edm::InputTag>("tracks", edm::InputTag("l1tPFTracksFromL1Tracks"));
desc.add<edm::InputTag>("tracks", edm::InputTag(""));
desc.add<edm::InputTag>("muons", edm::InputTag("l1tSAMuonsGmt", "promptSAMuons"));
desc.add<std::vector<edm::InputTag>>("emClusters", std::vector<edm::InputTag>());
desc.add<std::vector<edm::InputTag>>("hadClusters", std::vector<edm::InputTag>());
Expand Down
Loading

0 comments on commit 308ac75

Please sign in to comment.