CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/CalibTracker/SiStripESProducers/python/fake/SiStripPedestalsFakeESSource_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 from CalibTracker.SiStripESProducers.services.SiStripPedestalsGeneratorService_cfi import *
00004 
00005 SiStripPedestalsFakeESSource = cms.ESSource("SiStripPedestalsFakeESSource",
00006                                             appendToDataLabel = cms.string('')
00007                                             )
00008 
00009 
00010