CMS 3D CMS Logo

SiStripSpyIdentifyRuns_cfi.py
Go to the documentation of this file.
1 # Configuration include for unpacking scope mode digis from spy channel data
2 #============================================================================
3 import FWCore.ParameterSet.Config as cms
4 
5 SiStripSpyIdentifyRuns = cms.EDProducer(
6  "SiStripSpyIdentifyRunsModule",
7  InputProductLabel = cms.InputTag('source'),
8  OutputTextFile = cms.string('spyRunNumbers.txt')
9  )