CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_9_patch3/src/IORawData/SiPixelInputSources/python/PixelSLinkDataInputSource_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 source = cms.Source("PixelSLinkDataInputSource",
00004     runNumber = cms.untracked.int32(-1),
00005     fileNames = cms.untracked.vstring('file:/afs/cern.ch/cms/Tracker/Pixel/forward/ryd/PixelAlive_070106d.dmp'),
00006     fedid = cms.untracked.int32(-1)
00007 )
00008 
00009