CMS 3D CMS Logo

SiStripThresholdFakeESSource_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 siStripThresholdFakeESSource = cms.ESSource("siStripThresholdFakeESSource",
00004     file = cms.FileInPath('CalibTracker/SiStripCommon/data/SiStripDetInfo.dat'),
00005     HighTh = cms.double(5.0),
00006     LowTh = cms.double(2.0)
00007 )
00008 
00009 

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