/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
IOPool/Output/test/PoolOutputAliasTestCheckResults.py
8 строк
154 B
Chris Jones
Can specify TBranch aliases in PoolOutputModule
07 фев 2025, 20:06
07 фев 2025, 20:06
25e0497
Код
Авторство
О чём код?
import ROOT file = ROOT.TFile.Open("alias.root") events = file.Get("Events") b = events.GetAlias("foo") if not b: raise RuntimeError("foo missing")