CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
regressionWeights_cfi.py
Go to the documentation of this file.
2 
3 GBRWrapperRcd = cms.ESSource("PoolDBESSource",
4  CondDBSetup,
5  DumpStat=cms.untracked.bool(True),
6  toGet = cms.VPSet(
7  cms.PSet(
8  record = cms.string('GBRWrapperRcd'),
9  tag = cms.string('wgbrph_EBCorrection'),
10  label = cms.untracked.string('wgbrph_EBCorrection')
11  ),
12  cms.PSet(
13  record = cms.string('GBRWrapperRcd'),
14  tag = cms.string('wgbrph_EBUncertainty'),
15  label = cms.untracked.string('wgbrph_EBUncertainty')
16  ),
17  cms.PSet(
18  record = cms.string('GBRWrapperRcd'),
19  tag = cms.string('wgbrph_EECorrection'),
20  label = cms.untracked.string('wgbrph_EECorrection')
21  ),
22  cms.PSet(
23  record = cms.string('GBRWrapperRcd'),
24  tag = cms.string('wgbrph_EEUncertainty'),
25  label = cms.untracked.string('wgbrph_EEUncertainty')
26  )),
27  connect = cms.string('sqlite_file:GBRWrapper.db')
28 )
29