CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/CalibTracker/SiStripESProducers/python/SiStripGainSimESProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiStripGainSimESProducer = cms.ESProducer("SiStripGainSimESProducer",
00004     appendToDataLabel = cms.string(''),
00005     printDebug = cms.untracked.bool(False),
00006     AutomaticNormalization = cms.bool(False),
00007     APVGain = cms.VPSet(
00008         cms.PSet(
00009             Record = cms.string('SiStripApvGainSimRcd'),
00010             Label = cms.untracked.string(''),
00011             NormalizationFactor = cms.untracked.double(1.)
00012         ),
00013     )
00014 )