Skip to content

Commit

Permalink
raise pT threshold for groomed ak8 jet collections
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinzmann committed Dec 3, 2014
1 parent d6222aa commit 9fbc80a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RecoJets/Configuration/python/RecoPFJets_cff.py
Expand Up @@ -117,22 +117,22 @@

ak8PFJetsCHSPruned = ak5PFJetsCHSPruned.clone(
rParam = 0.8,
jetPtMin = 15.0
jetPtMin = 100.0
)

ak8PFJetsCHSFiltered = ak5PFJetsCHSFiltered.clone(
rParam = 0.8,
jetPtMin = 15.0
jetPtMin = 100.0
)

ak8PFJetsCHSTrimmed = ak5PFJetsCHSTrimmed.clone(
rParam = 0.8,
jetPtMin = 15.0
jetPtMin = 100.0
)

ak8PFJetsCHSSoftDrop = ak5PFJetsCHSSoftDrop.clone(
rParam = 0.8,
jetPtMin = 15.0
jetPtMin = 100.0
)


Expand Down

0 comments on commit 9fbc80a

Please sign in to comment.