Skip to content

Commit

Permalink
apply code-checks patch second time
Browse files Browse the repository at this point in the history
  • Loading branch information
jshin96 committed Feb 15, 2023
1 parent 7600128 commit 283d569
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion RecoJets/JetProducers/plugins/PileupJetIdProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ PileupJetIdProducer::PileupJetIdProducer(const edm::ParameterSet& iConfig, GBRFo
input_rho_token_ = consumes<double>(iConfig.getParameter<edm::InputTag>("rho"));
parameters_token_ = esConsumes(edm::ESInputTag("", globalCache->jec()));


edm::InputTag srcConstituentWeights = iConfig.getParameter<edm::InputTag>("srcConstituentWeights");
if (!srcConstituentWeights.label().empty()) {
input_constituent_weights_token_ = consumes<edm::ValueMap<float>>(srcConstituentWeights);
Expand Down

0 comments on commit 283d569

Please sign in to comment.