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  HighTh = cms.double(5.0),
6  LowTh = cms.double(2.0),
7  ClusTh = cms.double(0.0)
8  )
9 
10 
11