Back to home page

Project CMSSW displayed by LXR

 
 

    


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")