Skip to content

Commit

Permalink
Fix for MuonIDFilterProducerForHLT
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Grunewald committed Jul 30, 2018
1 parent 7420370 commit 47a2876
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -60,7 +60,7 @@ void MuonIDFilterProducerForHLT::fillDescriptions(edm::ConfigurationDescriptions
desc.add<int>("minPixHits",0);
desc.add<double>("minPt",0.);
desc.add<double>("maxNormalizedChi2",9999.);
descriptions.addDefault(desc);
descriptions.addWithDefaultLabel(desc);
}
void MuonIDFilterProducerForHLT::produce(edm::StreamID, edm::Event& iEvent, const edm::EventSetup& iSetup) const
{
Expand Down

0 comments on commit 47a2876

Please sign in to comment.