Skip to content

Commit

Permalink
jet eta cut expanded to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hbakhshi committed Oct 18, 2021
1 parent 4a7e485 commit 4a701cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GeneratorInterface/GenFilters/plugins/AJJGenJetFilter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,8 @@ void AJJGenJetFilter::fillDescriptions(edm::ConfigurationDescriptions& descripti
desc.add<edm::InputTag>("GenJetCollection", edm::InputTag("ak4GenJetsNoNu"));
desc.add<edm::InputTag>("genParticles", edm::InputTag("genParticles"));
desc.add<double>("minPt", -1.0)->setComment("If this is negative, no cut on jets is applied");
desc.add<double>("minEta", -4.5);
desc.add<double>("maxEta", 4.5);
desc.add<double>("minEta", -5.0);
desc.add<double>("maxEta", 5.0);
desc.add<double>("deltaRJetLep", 0.);
desc.add<double>("minDeltaEta", 0.0);
desc.add<double>("maxDeltaEta", 9999.0);
Expand Down

0 comments on commit 4a701cf

Please sign in to comment.