CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
METSignificanceParams_cfi Namespace Reference

Variables

tuple METSignificanceParams
 
tuple METSignificanceParams_Data
 

Variable Documentation

tuple METSignificanceParams_cfi.METSignificanceParams
Initial value:
1 = cms.PSet(
2 
3  # jet resolutions
4  jetThreshold = cms.double(15),
5 
6  #jet-lepton matching dR
7  dRMatch = cms.double(0.4),
8 
9  # eta bins for jet resolution tuning
10  jeta = cms.vdouble(0.8, 1.3, 1.9, 2.5),
11 
12  # tuning parameters
13  #Run I, based on 53X / JME-13-003
14  #jpar = cms.vdouble(1.20,1.13,1.03,0.96,1.08),
15  #pjpar = cms.vdouble(-1.9,0.6383)
16  #Run II MC, based on 76X
17  #https://indico.cern.ch/event/527789/contributions/2160488/attachments/1271716/1884792/nmirman_20160511.pdf
18  jpar = cms.vdouble(1.29,1.19,1.07,1.13,1.12),
19  pjpar = cms.vdouble(-0.04,0.6504),
20  )

Definition at line 3 of file METSignificanceParams_cfi.py.

tuple METSignificanceParams_cfi.METSignificanceParams_Data
Initial value:
1 = cms.PSet(
2 
3  # jet resolutions
4  jetThreshold = cms.double(15),
5 
6  #jet-lepton matching dR
7  dRMatch = cms.double(0.4),
8 
9  # eta bins for jet resolution tuning
10  jeta = cms.vdouble(0.8, 1.3, 1.9, 2.5),
11 
12  # tuning parameters
13  #Run I, based on 53X / JME-13-003
14  #jpar = cms.vdouble(1.20,1.13,1.03,0.96,1.08),
15  #pjpar = cms.vdouble(-1.9,0.6383)
16  #Run II data, based on 76X
17  #https://indico.cern.ch/event/527789/contributions/2160488/attachments/1271716/1884792/nmirman_20160511.pdf
18  jpar = cms.vdouble(1.26,1.14,1.13,1.13,1.06),
19  pjpar = cms.vdouble(-3.3,0.5961),
20  )

Definition at line 24 of file METSignificanceParams_cfi.py.