Main Page
Namespaces
Classes
Package Documentation
DQM
SiStripMonitorHardware
python
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
)
Generated for CMSSW Reference Manual by
1.8.11