CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripGainSimESProducer_cfi.py
Go to the documentation of this file.
2 
3 siStripGainSimESProducer = cms.ESProducer("SiStripGainSimESProducer",
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('SiStripApvGainSimRcd'),
10  Label = cms.untracked.string(''),
11  NormalizationFactor = cms.untracked.double(1.)
12  ),
13  )
14 )