CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
JetIdParams_cfi.py
Go to the documentation of this file.
2 
3 JetIdParams = cms.PSet(
4  #4 Eta Categories 0-2.5 2.5-2.75 2.75-3.0 3.0-5.0
5 
6  #Tight Id
7  Pt010_Tight = cms.vdouble( 0.5,0.6,0.6,0.9),
8  Pt1020_Tight = cms.vdouble(-0.2,0.2,0.2,0.6),
9  Pt2030_Tight = cms.vdouble( 0.3,0.4,0.7,0.8),
10  Pt3050_Tight = cms.vdouble( 0.5,0.4,0.8,0.9),
11 
12  #Medium Id
13  Pt010_Medium = cms.vdouble( 0.2,0.4,0.2,0.6),
14  Pt1020_Medium = cms.vdouble(-0.3,0. ,0. ,0.5),
15  Pt2030_Medium = cms.vdouble( 0.2,0.2,0.5,0.7),
16  Pt3050_Medium = cms.vdouble( 0.3,0.2,0.7,0.8),
17 
18  #Loose Id
19  Pt010_Loose = cms.vdouble( 0. , 0. , 0. ,0.2),
20  Pt1020_Loose = cms.vdouble(-0.4,-0.4,-0.4,0.4),
21  Pt2030_Loose = cms.vdouble( 0. , 0. , 0.2,0.6),
22  Pt3050_Loose = cms.vdouble( 0. , 0. , 0.6,0.2)
23 )
24 
25 PuJetIdOptMVA_wp = cms.PSet(
26  #4 Eta Categories 0-2.5 2.5-2.75 2.75-3.0 3.0-5.0
27 
28  #Tight Id
29  Pt010_Tight = cms.vdouble(-0.5,-0.2,-0.83,-0.7),
30  Pt1020_Tight = cms.vdouble(-0.5,-0.2,-0.83,-0.7),
31  Pt2030_Tight = cms.vdouble(-0.2, 0., 0., 0.),
32  Pt3050_Tight = cms.vdouble(-0.2, 0., 0., 0.),
33 
34  #Medium Id
35  Pt010_Medium = cms.vdouble(-0.73,-0.89,-0.89,-0.83),
36  Pt1020_Medium = cms.vdouble(-0.73,-0.89,-0.89,-0.83),
37  Pt2030_Medium = cms.vdouble(0.1, -0.4, -0.4, -0.45),
38  Pt3050_Medium = cms.vdouble(0.1, -0.4, -0.4, -0.45),
39 
40  #Loose Id
41  Pt010_Loose = cms.vdouble(-0.9,-0.9, -0.9,-0.9),
42  Pt1020_Loose = cms.vdouble(-0.9,-0.9, -0.9,-0.9),
43  Pt2030_Loose = cms.vdouble(-0.4,-0.85,-0.7,-0.6),
44  Pt3050_Loose = cms.vdouble(-0.4,-0.85,-0.7,-0.6)
45 )
46 
47 PuJetIdMinMVA_wp = cms.PSet(
48  #4 Eta Categories 0-2.5 2.5-2.75 2.75-3.0 3.0-5.0
49 
50  #Tight Id
51  Pt010_Tight = cms.vdouble(-0.5,-0.2,-0.83,-0.7),
52  Pt1020_Tight = cms.vdouble(-0.5,-0.2,-0.83,-0.7),
53  Pt2030_Tight = cms.vdouble(-0.2, 0., 0., 0.),
54  Pt3050_Tight = cms.vdouble(-0.2, 0., 0., 0.),
55 
56  #Medium Id
57  Pt010_Medium = cms.vdouble(-0.73,-0.89,-0.89,-0.83),
58  Pt1020_Medium = cms.vdouble(-0.73,-0.89,-0.89,-0.83),
59  Pt2030_Medium = cms.vdouble(0.1, -0.4, -0.5, -0.45),
60  Pt3050_Medium = cms.vdouble(0.1, -0.4, -0.5, -0.45),
61 
62  #Loose Id
63  Pt010_Loose = cms.vdouble(-0.9,-0.9, -0.94,-0.9),
64  Pt1020_Loose = cms.vdouble(-0.9,-0.9, -0.94,-0.9),
65  Pt2030_Loose = cms.vdouble(-0.4,-0.85,-0.7,-0.6),
66  Pt3050_Loose = cms.vdouble(-0.4,-0.85,-0.7,-0.6)
67 )
68 
69 EmptyJetIdParams = cms.PSet(
70  #4 Eta Categories 0-2.5 2.5-2.75 2.75-3.0 3.0-5.0
71 
72  #Tight Id
73  Pt010_Tight = cms.vdouble(-999.,-999.,-999.,-999.),
74  Pt1020_Tight = cms.vdouble(-999.,-999.,-999.,-999.),
75  Pt2030_Tight = cms.vdouble(-999.,-999.,-999.,-999.),
76  Pt3050_Tight = cms.vdouble(-999.,-999.,-999.,-999.),
77 
78  #Medium Id
79  Pt010_Medium = cms.vdouble(-999.,-999.,-999.,-999.),
80  Pt1020_Medium = cms.vdouble(-999.,-999.,-999.,-999.),
81  Pt2030_Medium = cms.vdouble(-999.,-999.,-999.,-999.),
82  Pt3050_Medium = cms.vdouble(-999.,-999.,-999.,-999.),
83 
84  #Loose Id
85  Pt010_Loose = cms.vdouble(-999.,-999.,-999.,-999.),
86  Pt1020_Loose = cms.vdouble(-999.,-999.,-999.,-999.),
87  Pt2030_Loose = cms.vdouble(-999.,-999.,-999.,-999.),
88  Pt3050_Loose = cms.vdouble(-999.,-999.,-999.,-999.)
89 )
90