CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
METSignificanceParams_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 METSignificanceParams = cms.PSet(
4 
5  # jet resolutions
6  ptResFile = cms.string('Spring10_PtResolution_AK5PF.txt'),
7  phiResFile = cms.string('Spring10_PhiResolution_AK5PF.txt'),
8  jetThreshold = cms.double(20),
9 
10  #jet-lepton matching dR
11  dRMatch = cms.double(0.4),
12 
13  # eta bins for jet resolution tuning
14  jeta = cms.vdouble(0.5, 1.1, 1.7, 2.3),
15 
16  # tuning parameters
17  jpar = cms.vdouble(1.41,1.29,1.41,1.40,2.53),
18  pjpar = cms.vdouble(0.0,0.674)
19 
20  )