Skip to content

Commit

Permalink
fix filldescriptions label
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinzmann committed Aug 31, 2021
1 parent 5ba3a39 commit 74a7975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonTools/ParticleFlow/plugins/PFNoPileUpPacked.cc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void PFNoPileUpPacked::fillDescriptions(edm::ConfigurationDescriptions& descript
desc.add<edm::InputTag>("candidates", edm::InputTag("packedPFCandidates"));
desc.add<int>("vertexAssociationQuality", 7);
desc.add<edm::InputTag>("vertexAssociation", edm::InputTag("packedPrimaryVertexAssociationJME", "original"));
descriptions.add("produceMuons", desc);
descriptions.addWithDefaultLabel(desc);
}

DEFINE_FWK_MODULE(PFNoPileUpPacked);

0 comments on commit 74a7975

Please sign in to comment.