Skip to content

Commit

Permalink
Merge pull request #208 from jshlee/cat75x
Browse files Browse the repository at this point in the history
update due to cms-sw/cmssw#11428
  • Loading branch information
jshlee committed Sep 23, 2015
2 parents 8c9ab09 + f98336f commit 543010d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CatProducer/python/catTools_cff.py
Expand Up @@ -97,8 +97,8 @@ def catTool(process, runOnMC=True, doSecVertex=True, useMiniAOD = True, bunchCro
process.puJetIdForPFMVAMEt.jec = cms.string('AK4PF')
process.puJetIdForPFMVAMEt.vertexes = cms.InputTag("offlineSlimmedPrimaryVertices")
process.puJetIdForPFMVAMEt.rho = cms.InputTag("fixedGridRhoFastjetAll")
from RecoJets.JetProducers.PileupJetIDParams_cfi import full_74x_chs
process.puJetIdForPFMVAMEt.algos = cms.VPSet(full_74x_chs)
#from RecoJets.JetProducers.PileupJetIDParams_cfi import full_74x_chs
#process.puJetIdForPFMVAMEt.algos = cms.VPSet(full_74x_chs)
process.load("PhysicsTools.PatAlgos.producersLayer1.metProducer_cfi")
process.patMETsPfMva = process.patMETs.clone()
process.patMETsPfMva.addGenMET = cms.bool(False)
Expand Down

0 comments on commit 543010d

Please sign in to comment.