/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWIO/RNTupleTempInput/test/Pool2FileInputTest_cfg.py
19 строк
677 B
Christopher Jones
All RNTupleTemp related files
03 дек 2025, 00:03
03 дек 2025, 00:03
fd9ee5f
Код
Авторство
О чём код?
# 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("RNTupleTempSource", secondaryFileNames = cms.untracked.vstring("file:PoolInputOther.root"), fileNames = cms.untracked.vstring("file:PoolInput2FileTest.root") ) process.p = cms.Path(process.OtherThing)