/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
DQM/SiStripMonitorHardware/python/SiStripSpyIdentifyRuns_cfi.py
9 строк
381 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
# Configuration include for unpacking scope mode digis from spy channel data #============================================================================ import FWCore.ParameterSet.Config as cms SiStripSpyIdentifyRuns = cms.EDProducer( "SiStripSpyIdentifyRunsModule", InputProductLabel = cms.InputTag('source'), OutputTextFile = cms.string('spyRunNumbers.txt') )