CMS 3D CMS Logo

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

Functions

def regressionWeights
 

Variables

tuple GBRWrapperRcd
 

Function Documentation

def regressionWeights_cfi.regressionWeights (   process)

Definition at line 3 of file regressionWeights_cfi.py.

3 
4 def regressionWeights(process):
5  if not hasattr(process.GlobalTag,'toGet'):
6  process.GlobalTag.toGet=cms.VPSet()
7  process.GlobalTag.toGet.extend( cms.VPSet(
8  cms.PSet(
9  record = cms.string('GBRDWrapperRcd'),
10  tag = cms.string('GEDelectron_EBCorrection_80X_EGM_v4'),
11  label = cms.untracked.string('electron_eb_ECALonly'),
12  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
13  ),
14  cms.PSet(
15  record = cms.string('GBRDWrapperRcd'),
16  tag = cms.string('GEDelectron_lowpt_EBCorrection_80X_EGM_v4'),
17  label = cms.untracked.string('electron_eb_ECALonly_lowpt'),
18  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
19  ),
20  cms.PSet(
21  record = cms.string('GBRDWrapperRcd'),
22  tag = cms.string('GEDelectron_EBUncertainty_80X_EGM_v4'),
23  label = cms.untracked.string('electron_eb_ECALonly_var'),
24  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
25  ),
26  cms.PSet(
27  record = cms.string('GBRDWrapperRcd'),
28  tag = cms.string('GEDelectron_lowpt_EBUncertainty_80X_EGM_v4'),
29  label = cms.untracked.string('electron_eb_ECALonly_lowpt_var'),
30  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
31  ),
32  cms.PSet(
33  record = cms.string('GBRDWrapperRcd'),
34  tag = cms.string('GEDelectron_EECorrection_80X_EGM_v4'),
35  label = cms.untracked.string('electron_ee_ECALonly'),
36  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
37  ),
38  cms.PSet(
39  record = cms.string('GBRDWrapperRcd'),
40  tag = cms.string('GEDelectron_lowpt_EECorrection_80X_EGM_v4'),
41  label = cms.untracked.string('electron_ee_ECALonly_lowpt'),
42  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
43  ),
44  cms.PSet(
45  record = cms.string('GBRDWrapperRcd'),
46  tag = cms.string('GEDelectron_EEUncertainty_80X_EGM_v4'),
47  label = cms.untracked.string('electron_ee_ECALonly_var'),
48  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
49  ),
50  cms.PSet(
51  record = cms.string('GBRDWrapperRcd'),
52  tag = cms.string('GEDelectron_lowpt_EEUncertainty_80X_EGM_v4'),
53  label = cms.untracked.string('electron_ee_ECALonly_lowpt_var'),
54  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
55  ),
56  cms.PSet(
57  record = cms.string('GBRDWrapperRcd'),
58  tag = cms.string('GEDelectron_track_EBCorrection_80X_EGM_v4'),
59  label = cms.untracked.string('electron_eb_ECALTRK'),
60  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
61  ),
62  cms.PSet(
63  record = cms.string('GBRDWrapperRcd'),
64  tag = cms.string('GEDelectron_track_lowpt_EBCorrection_80X_EGM_v4'),
65  label = cms.untracked.string('electron_eb_ECALTRK_lowpt'),
66  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
67  ),
68  cms.PSet(
69  record = cms.string('GBRDWrapperRcd'),
70  tag = cms.string('GEDelectron_track_EBUncertainty_80X_EGM_v4'),
71  label = cms.untracked.string('electron_eb_ECALTRK_var'),
72  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
73  ),
74  cms.PSet(
75  record = cms.string('GBRDWrapperRcd'),
76  tag = cms.string('GEDelectron_track_lowpt_EBUncertainty_80X_EGM_v4'),
77  label = cms.untracked.string('electron_eb_ECALTRK_lowpt_var'),
78  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
79  ),
80  cms.PSet(
81  record = cms.string('GBRDWrapperRcd'),
82  tag = cms.string('GEDelectron_track_EECorrection_80X_EGM_v4'),
83  label = cms.untracked.string('electron_ee_ECALTRK'),
84  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
85  ),
86  cms.PSet(
87  record = cms.string('GBRDWrapperRcd'),
88  tag = cms.string('GEDelectron_track_lowpt_EECorrection_80X_EGM_v4'),
89  label = cms.untracked.string('electron_ee_ECALTRK_lowpt'),
90  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
91  ),
92  cms.PSet(
93  record = cms.string('GBRDWrapperRcd'),
94  tag = cms.string('GEDelectron_track_EEUncertainty_80X_EGM_v4'),
95  label = cms.untracked.string('electron_ee_ECALTRK_var'),
96  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
97  ),
98  cms.PSet(
99  record = cms.string('GBRDWrapperRcd'),
100  tag = cms.string('GEDelectron_track_lowpt_EEUncertainty_80X_EGM_v4'),
101  label = cms.untracked.string('electron_ee_ECALTRK_lowpt_var'),
102  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
103  ),
104  cms.PSet(
105  record = cms.string('GBRDWrapperRcd'),
106  tag = cms.string('GEDphoton_EBCorrection_80X_EGM_v4'),
107  label = cms.untracked.string('photon_eb_ECALonly'),
108  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
109  ),
110  cms.PSet(
111  record = cms.string('GBRDWrapperRcd'),
112  tag = cms.string('GEDphoton_lowpt_EBCorrection_80X_EGM_v4'),
113  label = cms.untracked.string('photon_eb_ECALonly_lowpt'),
114  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
115  ),
116  cms.PSet(
117  record = cms.string('GBRDWrapperRcd'),
118  tag = cms.string('GEDphoton_EBUncertainty_80X_EGM_v4'),
119  label = cms.untracked.string('photon_eb_ECALonly_var'),
120  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
121  ),
122  cms.PSet(
123  record = cms.string('GBRDWrapperRcd'),
124  tag = cms.string('GEDphoton_lowpt_EBUncertainty_80X_EGM_v4'),
125  label = cms.untracked.string('photon_eb_ECALonly_lowpt_var'),
126  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
127  ),
128  cms.PSet(
129  record = cms.string('GBRDWrapperRcd'),
130  tag = cms.string('GEDphoton_EECorrection_80X_EGM_v4'),
131  label = cms.untracked.string('photon_ee_ECALonly'),
132  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
133  ),
134  cms.PSet(
135  record = cms.string('GBRDWrapperRcd'),
136  tag = cms.string('GEDphoton_lowpt_EECorrection_80X_EGM_v4'),
137  label = cms.untracked.string('photon_ee_ECALonly_lowpt'),
138  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
139  ),
140  cms.PSet(
141  record = cms.string('GBRDWrapperRcd'),
142  tag = cms.string('GEDphoton_EEUncertainty_80X_EGM_v4'),
143  label = cms.untracked.string('photon_ee_ECALonly_var'),
144  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
145  ),
146  cms.PSet(
147  record = cms.string('GBRDWrapperRcd'),
148  tag = cms.string('GEDphoton_lowpt_EEUncertainty_80X_EGM_v4'),
149  label = cms.untracked.string('photon_ee_ECALonly_lowpt_var'),
150  connect = cms.string('frontier://FrontierProd/CMS_CONDITIONS')
151  )
152  ))
153  return process
154 
155 

Variable Documentation

tuple regressionWeights_cfi.GBRWrapperRcd
Initial value:
1 = cms.ESSource("PoolDBESSource",
2  CondDBSetup,
3  DumpStat=cms.untracked.bool(True),
4  toGet = cms.VPSet(
5  cms.PSet(
6  record = cms.string('GBRWrapperRcd'),
7  tag = cms.string('wgbrph_EBCorrection'),
8  label = cms.untracked.string('wgbrph_EBCorrection')
9  ),
10  cms.PSet(
11  record = cms.string('GBRWrapperRcd'),
12  tag = cms.string('wgbrph_EBUncertainty'),
13  label = cms.untracked.string('wgbrph_EBUncertainty')
14  ),
15  cms.PSet(
16  record = cms.string('GBRWrapperRcd'),
17  tag = cms.string('wgbrph_EECorrection'),
18  label = cms.untracked.string('wgbrph_EECorrection')
19  ),
20  cms.PSet(
21  record = cms.string('GBRWrapperRcd'),
22  tag = cms.string('wgbrph_EEUncertainty'),
23  label = cms.untracked.string('wgbrph_EEUncertainty')
24  )),
25  connect = cms.string('sqlite_file:GBRWrapper.db')
26 )

Definition at line 3 of file regressionWeights_cfi.py.