CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripGainESProducer_cfi.py
Go to the documentation of this file.
2 
3 siStripGainESProducer = cms.ESProducer("SiStripGainESProducer",
4  appendToDataLabel = cms.string(''),
5  printDebug = cms.untracked.bool(False),
6  AutomaticNormalization = cms.bool(False),
7  APVGain = cms.VPSet(
8  cms.PSet(
9  Record = cms.string('SiStripApvGainRcd'),
10  Label = cms.untracked.string(''),
11  NormalizationFactor = cms.untracked.double(1.)
12  ),
13  cms.PSet(
14  Record = cms.string('SiStripApvGain2Rcd'),
15  Label = cms.untracked.string(''),
16  NormalizationFactor = cms.untracked.double(1.)
17  )
18  )
19 )
20 
21