CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/DQM/SiStripMonitorHardware/python/SiStripSpyExtractRun_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 SiStripSpyExtractRun = cms.EDProducer(
00006     "SiStripSpyExtractRunModule",
00007     RunNumberTag = cms.InputTag('SiStripSpyUnpacker','GlobalRunNumber'),
00008     OutputTextFile = cms.string('runNumber.txt')
00009     )