Line Code
1 2 3 4 5 6 7 8 9 10 11 12
import FWCore.ParameterSet.Config as cms

siStripThresholdFakeESSource = cms.ESSource("SiStripThresholdFakeESSource",
                                            appendToDataLabel = cms.string(''),
                                            SiStripDetInfoFile = cms.FileInPath("CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"),
                                            HighTh = cms.double(5.0),
                                            LowTh  = cms.double(2.0),
                                            ClusTh = cms.double(0.0)
                                            )