CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
METSigParams_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 METSignificance_params = cms.PSet(
4  #For METSignificance
5  #ECAL:
6  EB_EtResPar = cms.vdouble(0.2,0.03,0.005),
7  EB_PhiResPar = cms.vdouble(0.00502), # 0.0174/sqrt(12)
8  EE_EtResPar = cms.vdouble(0.2,0.03,0.005),
9  EE_PhiResPar = cms.vdouble(0.02511), # 0.087/sqrt(12)
10  #HCAL:
11  HB_EtResPar = cms.vdouble(0.,1.22,0.05),
12  HB_PhiResPar = cms.vdouble(0.02511), # 0.087/sqrt(12)
13  HE_EtResPar = cms.vdouble(0.,1.3,0.05),
14  HE_PhiResPar = cms.vdouble(0.02511), # 0.087/sqrt(12)
15  HO_EtResPar = cms.vdouble(0.,1.3,0.005),
16  HO_PhiResPar = cms.vdouble(0.02511), # 0.087/sqrt(12)
17  HF_EtResPar = cms.vdouble(0.,1.82,0.09),
18  HF_PhiResPar = cms.vdouble(0.05022), # 0.174/sqrt(12)
19 
20  #PF:
21  # type 1: charged hadron - essentially tracking resolutions (22-Nov-2010: ignored, now using tracking error matrix)
22  PF_EtResType1 = cms.vdouble(0.05,0,0),
23  PF_PhiResType1 = cms.vdouble(0.002),
24 
25  # type 2: EM with track (electron) - essentially tracking resolution
26  PF_EtResType2 = cms.vdouble(0.05,0,0),
27  PF_PhiResType2 = cms.vdouble(0.002),
28 
29  #type 3: muon (22-Nov-2010: ignored, now using tracking error matrix)
30  PF_EtResType3 = cms.vdouble(0.05,0,0),
31  PF_PhiResType3 = cms.vdouble(0.002),
32 
33  # type 4: EM witout track (photon) (From A. Khukhunaishvili tuning)
34  PF_EtResType4 = cms.vdouble(0.042,0.100, 0.),
35  PF_PhiResType4 = cms.vdouble(0.0028, 0.0, 0.0022),
36 
37  # type 5: hadron without track (all calorimeter) (From A. Khukhunaishvili tuning)
38  PF_EtResType5 = cms.vdouble(0.41,0.52,0.25),
39  PF_PhiResType5 = cms.vdouble(0.10, 0.10, 0.13),
40 
41  # type 6: hadron without track (Forward HCAL)
42  PF_EtResType6 = cms.vdouble(0.,1.22,0.05),
43  PF_PhiResType6 = cms.vdouble(0.02511),
44 
45  # type 7: EM without track (Forward HCAL)
46  PF_EtResType7 = cms.vdouble(0.,1.22,0.05),
47  PF_PhiResType7 = cms.vdouble(0.02511),
48 
49  # Jet Resolution
50  resolutionsEra = cms.string('Spring10'),
51  resolutionsAlgo = cms.string('AK5PF'),
52  ptresolthreshold = cms.double(10.),
53  #temporary rough fix for low pT PFJets
54  #10 eta bins
55  jdpt0 = cms.vdouble(0.749, 0.829, 1.099, 1.355, 1.584, 1.807, 2.035, 2.217, 2.378, 2.591, ),
56  jdphi0 = cms.vdouble(0.034, 0.034, 0.034, 0.034, 0.032, 0.031, 0.028, 0.027, 0.027, 0.027, ),
57  jdpt1 = cms.vdouble(0.718, 0.813, 1.133, 1.384, 1.588, 1.841, 2.115, 2.379, 2.508, 2.772, ),
58  jdphi1 = cms.vdouble(0.034, 0.035, 0.035, 0.035, 0.035, 0.034, 0.031, 0.030, 0.029, 0.027, ),
59  jdpt2 = cms.vdouble(0.841, 0.937, 1.316, 1.605, 1.919, 2.295, 2.562, 2.722, 2.943, 3.293, ),
60  jdphi2 = cms.vdouble(0.040, 0.040, 0.040, 0.040, 0.040, 0.038, 0.036, 0.035, 0.034, 0.033, ),
61  jdpt3 = cms.vdouble(0.929, 1.040, 1.460, 1.740, 2.042, 2.289, 2.639, 2.837, 2.946, 2.971, ),
62  jdphi3 = cms.vdouble(0.042, 0.043, 0.044, 0.043, 0.041, 0.039, 0.039, 0.036, 0.034, 0.031, ),
63  jdpt4 = cms.vdouble(0.850, 0.961, 1.337, 1.593, 1.854, 2.005, 2.209, 2.533, 2.812, 3.047, ),
64  jdphi4 = cms.vdouble(0.042, 0.042, 0.043, 0.042, 0.038, 0.036, 0.036, 0.033, 0.031, 0.031, ),
65  jdpt5 = cms.vdouble(1.049, 1.149, 1.607, 1.869, 2.012, 2.219, 2.289, 2.412, 2.695, 2.865, ),
66  jdphi5 = cms.vdouble(0.069, 0.069, 0.064, 0.058, 0.053, 0.049, 0.049, 0.043, 0.039, 0.040, ),
67  jdpt6 = cms.vdouble(1.213, 1.298, 1.716, 2.015, 2.191, 2.612, 2.863, 2.879, 2.925, 2.902, ),
68  jdphi6 = cms.vdouble(0.084, 0.080, 0.072, 0.065, 0.066, 0.060, 0.051, 0.049, 0.045, 0.045, ),
69  jdpt7 = cms.vdouble(1.094, 1.139, 1.436, 1.672, 1.831, 2.050, 2.267, 2.549, 2.785, 2.860, ),
70  jdphi7 = cms.vdouble(0.077, 0.072, 0.059, 0.050, 0.045, 0.042, 0.039, 0.039, 0.037, 0.031, ),
71  jdpt8 = cms.vdouble(0.889, 0.939, 1.166, 1.365, 1.553, 1.805, 2.060, 2.220, 2.268, 2.247, ),
72  jdphi8 = cms.vdouble(0.059, 0.057, 0.051, 0.044, 0.038, 0.035, 0.037, 0.032, 0.028, 0.028, ),
73  jdpt9 = cms.vdouble(0.843, 0.885, 1.245, 1.665, 1.944, 1.981, 1.972, 2.875, 3.923, 7.510, ),
74  jdphi9 = cms.vdouble(0.062, 0.059, 0.053, 0.047, 0.042, 0.045, 0.036, 0.032, 0.034, 0.044, ),
75  )