Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovagnerini committed May 13, 2020
1 parent bdd75fd commit 42f3ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonTools/RecoAlgos/plugins/PtMinTrackCountFilter.cc
Expand Up @@ -19,7 +19,7 @@ void PtMinTrackCountFilter::fillDescriptions(edm::ConfigurationDescriptions& des
edm::ParameterSetDescription desc;
desc.add<edm::InputTag>("src", edm::InputTag("tracks"));
desc.add<double>("ptMin", 0.);
desc.add<std::string>( "cut", "" );
desc.add<std::string>("cut", "");
descriptions.add("ptMinTrackCountFilter", desc);
}

Expand Down

0 comments on commit 42f3ef6

Please sign in to comment.