We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d044dc commit 7562cd0Copy full SHA for 7562cd0
JetMETCorrections/Algorithms/src/L1FastjetCorrectorImpl.cc
@@ -47,8 +47,8 @@ std::unique_ptr<reco::JetCorrectorImpl> L1FastjetCorrectorImplMaker::make(edm::E
47
void L1FastjetCorrectorImplMaker::fillDescriptions(edm::ConfigurationDescriptions& iDescriptions) {
48
edm::ParameterSetDescription desc;
49
addToDescription(desc);
50
- desc.add<edm::InputTag>("srcRho");
51
- iDescriptions.addDefault(desc);
+ desc.add<edm::InputTag>("srcRho", edm::InputTag(""));
+ iDescriptions.addWithDefaultLabel(desc);
52
}
53
54
//______________________________________________________________________________
0 commit comments