CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/CalibTracker/SiStripESProducers/python/services/SiStripPedestalsGeneratorService_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 SiStripPedestalsGenerator = cms.Service("SiStripPedestalsGenerator",
00005                                         printDebug = cms.untracked.uint32(5),
00006                                         PedestalsValue = cms.uint32(30),
00007                                         file = cms.FileInPath('CalibTracker/SiStripCommon/data/SiStripDetInfo.dat'),
00008                                         )
00009 
00010 
00011 
00012