CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CalibTracker/SiStripESProducers/python/services/SiStripThresholdGeneratorService_cfi.py

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