/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PhysicsTools/PythonAnalysis/examples/start.py
8 строк
184 B
Ivan Razumov
Fix wildcard imports from ROOT (they are forbidden now)
15 фев 2024, 12:47
15 фев 2024, 12:47
3fbccf4
Код
Авторство
О чём код?
# startup commands for interactive use import ROOT from ROOT import gSystem from PhysicsTools.PythonAnalysis import * gSystem.Load("libFWCoreFWLite.so") ROOT.FWLiteEnabler.enable()