CMS 3D CMS Logo

SiStripThresholdFakeESSource_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)
9  )
10 
11 
12