Skip to content

Commit

Permalink
fixing R0 value for ak8PFJetsCHSSoftDrop
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolen committed Feb 26, 2015
1 parent 1f5292d commit b816f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoJets/Configuration/python/RecoPFJets_cff.py
Expand Up @@ -134,7 +134,7 @@
ak8PFJetsCHSSoftDrop = ak5PFJetsCHSSoftDrop.clone(
rParam = 0.8,
jetPtMin = 100.0,
R0 = 100.0
R0 = 0.8
)


Expand Down

0 comments on commit b816f31

Please sign in to comment.