/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
IOPool/Input/test/PoolInputTest2_cfg.py
21 строка
625 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
# The following comments couldn't be translated into the new config version: # Configuration file for PoolInputTest import FWCore.ParameterSet.Config as cms process = cms.Process("TESTRECO") process.load("FWCore.Framework.test.cmsExceptionsFatal_cff") process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(-1) ) process.Analysis = cms.EDAnalyzer("OtherThingAnalyzer") process.source = cms.Source("PoolSource", setRunNumber = cms.untracked.uint32(621), fileNames = cms.untracked.vstring('file:PoolInputTest.root', 'file:PoolInputOther.root') ) process.p = cms.Path(process.Analysis)