Skip to content

Commit

Permalink
Merge pull request cms-sw#104 from veelken/nanoAOD
Browse files Browse the repository at this point in the history
added comment that L2L3Residual JEC are safe to use for MC
  • Loading branch information
gpetruc committed Feb 23, 2018
2 parents e5daf9d + f04ccd1 commit fb8502c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PhysicsTools/NanoAOD/python/jets_cff.py
Expand Up @@ -63,8 +63,9 @@
),
)


from PhysicsTools.PatAlgos.recoLayer0.jetCorrFactors_cfi import *
# Note: Safe to always add 'L2L3Residual' as MC contains dummy L2L3Residual corrections (always set to 1)
# (cf. https://twiki.cern.ch/twiki/bin/view/CMSPublic/WorkBookJetEnergyCorrections#CMSSW_7_6_4_and_above )
jetCorrFactors = patJetCorrFactors.clone(src='slimmedJetsWithUserData',
levels = cms.vstring('L1FastJet',
'L2Relative',
Expand Down

0 comments on commit fb8502c

Please sign in to comment.