CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/CalibTracker/SiStripESProducers/python/SiStripGainESProducer_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 SiStripGainESProducer = cms.ESProducer("SiStripGainESProducer",
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('SiStripApvGainRcd'),
00010             Label = cms.untracked.string(''),
00011             NormalizationFactor = cms.untracked.double(1.)
00012         ),
00013         cms.PSet(
00014             Record = cms.string('SiStripApvGain2Rcd'),
00015             Label = cms.untracked.string(''),
00016             NormalizationFactor = cms.untracked.double(1.)
00017         )
00018     )
00019 )
00020 
00021