1 import FWCore.ParameterSet.Config
as cms
3 siStripThresholdFakeESSource = cms.ESSource(
"SiStripThresholdFakeESSource",
4 appendToDataLabel = cms.string(
''),
5 SiStripDetInfoFile = cms.FileInPath(
"CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"),
6 HighTh = cms.double(5.0),
7 LowTh = cms.double(2.0),
8 ClusTh = cms.double(0.0)