Skip to content

Commit 308ac75

Browse files
committed
Cleanup some configuration settings, using the defaults from fillDescriptions
1 parent fc51fc7 commit 308ac75

File tree

2 files changed

+73
-143
lines changed

2 files changed

+73
-143
lines changed

L1Trigger/Phase2L1ParticleFlow/plugins/L1TCorrelatorLayer1Producer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ L1TCorrelatorLayer1Producer::~L1TCorrelatorLayer1Producer() {}
344344
void L1TCorrelatorLayer1Producer::fillDescriptions(edm::ConfigurationDescriptions &descriptions) {
345345
edm::ParameterSetDescription desc;
346346
// Inputs and cuts
347-
desc.add<edm::InputTag>("tracks", edm::InputTag("l1tPFTracksFromL1Tracks"));
347+
desc.add<edm::InputTag>("tracks", edm::InputTag(""));
348348
desc.add<edm::InputTag>("muons", edm::InputTag("l1tSAMuonsGmt", "promptSAMuons"));
349349
desc.add<std::vector<edm::InputTag>>("emClusters", std::vector<edm::InputTag>());
350350
desc.add<std::vector<edm::InputTag>>("hadClusters", std::vector<edm::InputTag>());

0 commit comments

Comments
 (0)