CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripThresholdGeneratorService_cfi.py
Go to the documentation of this file.
2 
3 
4 SiStripThresholdGenerator = cms.Service("SiStripThresholdGenerator",
5  file = 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)
9  )
10 
11 
12 
13