CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripSpyExtractRun_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 SiStripSpyExtractRun = cms.EDProducer(
6  "SiStripSpyExtractRunModule",
7  RunNumberTag = cms.InputTag('SiStripSpyUnpacker','GlobalRunNumber'),
8  OutputTextFile = cms.string('runNumber.txt')
9  )