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.

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.