/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
IOPool/Input/test/Pool2FileInputTest_cfg.py
19 строк
670 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: # Test storing OtherThing as well # Configuration file for PrePoolInputTest import FWCore.ParameterSet.Config as cms process = cms.Process("TESTBOTHFILES") process.load("FWCore.Framework.test.cmsExceptionsFatal_cff") process.OtherThing = cms.EDProducer("OtherThingProducer") process.source = cms.Source("PoolSource", secondaryFileNames = cms.untracked.vstring("file:PoolInputOther.root"), fileNames = cms.untracked.vstring("file:PoolInput2FileTest.root") ) process.p = cms.Path(process.OtherThing)