![]() |
|
|||
File indexing completed on 2025-02-14 03:16:47
0001 import ROOT 0002 0003 file = ROOT.TFile.Open("alias.root") 0004 events = file.Get("Events") 0005 0006 b = events.GetAlias("foo") 0007 if not b: 0008 raise RuntimeError("foo missing")
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |