test
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  jetThreshold = cms.double(15),
7 
8  #jet-lepton matching dR
9  dRMatch = cms.double(0.4),
10 
11  # eta bins for jet resolution tuning
12  jeta = cms.vdouble(0.8, 1.3, 1.9, 2.5),
13 
14  # tuning parameters
15  jpar = cms.vdouble(1.20,1.13,1.03,0.96,1.08),
16  pjpar = cms.vdouble(-1.9,0.6383)
17 
18  )