CMS 3D CMS Logo

SiStripPedestalsFakeSource_cfi.py

Go to the documentation of this file.
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 

Generated on Tue Jun 9 17:25:51 2009 for CMSSW by  doxygen 1.5.4