/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FWIO/RNTupleTempTests/test/useEmptyRootFile.py
11 строк
342 B
Christopher Jones
Added FWIO/RNTupleTempTests items
03 дек 2025, 00:03
03 дек 2025, 00:03
f6b725e
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms process = cms.Process("READ") process.source = cms.Source("RNTupleTempSource", fileNames = cms.untracked.vstring("file:empty.root")) process.Thing = cms.EDProducer("ThingProducer") process.OtherThing = cms.EDProducer("OtherThingProducer") process.p = cms.Path(process.Thing * process.OtherThing)