Skip to content

Commit

Permalink
Merge pull request #86 from OlivierBondu/update_config
Browse files Browse the repository at this point in the history
Updating config as per Framework/issues/161
  • Loading branch information
blinkseb committed Feb 24, 2016
2 parents f8350d2 + 7e43ef1 commit 3910f9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/HHConfiguration.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

runOnData = False

globalTag_ = '74X_mcRun2_asymptotic_v2'
globalTag_ = '74X_mcRun2_asymptotic_v5'
processName_ = 'PAT'
if runOnData :
globalTag_ = '74X_dataRun2_v2'
globalTag_ = '74X_dataRun2_reMiniAOD_v2'
processName_ = 'RECO'

framework = Framework.Framework(runOnData, eras.Run2_25ns, globalTag=globalTag_, processName=processName_)
Expand Down Expand Up @@ -73,7 +73,7 @@
#framework.getProducer('jets').parameters.cut = cms.untracked.string("pt > 20")
#framework.getProducer('jets').parameters.computeRegression = cms.untracked.bool(True)

#framework.redoJEC()
framework.redoJEC()
framework.smearJets()
framework.doSystematics(['jec', 'jer'])
process = framework.create()
Expand Down

0 comments on commit 3910f9d

Please sign in to comment.