CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/DQM/SiStripMonitorHardware/python/SiStripSpyIdentifyRuns_cfi.py

Go to the documentation of this file.
00001 # Configuration include for unpacking scope mode digis from spy channel data
00002 #============================================================================
00003 import FWCore.ParameterSet.Config as cms
00004 
00005 SiStripSpyIdentifyRuns = cms.EDProducer(
00006     "SiStripSpyIdentifyRunsModule",
00007     InputProductLabel = cms.InputTag('source'),
00008     OutputTextFile = cms.string('spyRunNumbers.txt')
00009     )