Skip to content

Commit

Permalink
Merge pull request #41493 from AWildridge/bugfix-lhe-generic-mass-fil…
Browse files Browse the repository at this point in the history
…ter-10-6-30-patch1

Backporting LHEGenericMassFilter changes to 10.6.X for Toponium Production
  • Loading branch information
cmsbuild authored May 3, 2023
2 parents 314c2b0 + 49c2035 commit 45c7648
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ bool LHEGenericMassFilter::filter(edm::StreamID iID, edm::Event& iEvent, edm::Ev
// ------------ method fills 'descriptions' with the allowed parameters for the module ------------
void LHEGenericMassFilter::fillDescriptions(edm::ConfigurationDescriptions& descriptions) {
edm::ParameterSetDescription desc;
desc.add<edm::InputTag>("src", edm::InputTag("externalLHEProducer"));
desc.add<int>("NumRequired", 1);
desc.add<vector<int>>("ParticleID", std::vector<int>{1});
desc.add<double>("MinMass", 0.0);
Expand Down

0 comments on commit 45c7648

Please sign in to comment.