00001 import FWCore.ParameterSet.Config as cms 00002 00003 SiStripPedestalsFakeESSource = cms.ESSource("SiStripPedestalsFakeESSource", 00004 printDebug = cms.untracked.bool(False), 00005 HighThValue = cms.double(5.0), 00006 PedestalsValue = cms.uint32(30), 00007 file = cms.FileInPath('CalibTracker/SiStripCommon/data/SiStripDetInfo.dat'), 00008 LowThValue = cms.double(2.0) 00009 ) 00010 00011