Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 11:59:52

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 siStripPedestalsFakeESSource = cms.ESSource("SiStripPedestalsFakeESSource",
0004                                             appendToDataLabel = cms.string(''),
0005                                             SiStripDetInfoFile = cms.FileInPath("CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"),
0006                                             printDebug = cms.untracked.uint32(5),
0007                                             PedestalsValue = cms.uint32(30)
0008                                             )