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

siStripPedestalsFakeESSource = cms.ESSource("SiStripPedestalsFakeESSource",
                                            appendToDataLabel = cms.string(''),
                                            SiStripDetInfoFile = cms.FileInPath("CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"),
                                            printDebug = cms.untracked.uint32(5),
                                            PedestalsValue = cms.uint32(30)
                                            )