![]() |
ATLAS Offline Software
|
Variables | |
| f1 = TFile.Open("ntuple.root","READ") | |
| t = f1.Get("trees/tree1") | |
| f2 = TFile.Open("hist.root", "READ") | |
| h1 = f2.Get("simple1D/h1") | |
| read_hist_ntuple.f1 = TFile.Open("ntuple.root","READ") |
Definition at line 7 of file read_hist_ntuple.py.
| read_hist_ntuple.f2 = TFile.Open("hist.root", "READ") |
Definition at line 23 of file read_hist_ntuple.py.
| read_hist_ntuple.h1 = f2.Get("simple1D/h1") |
Definition at line 24 of file read_hist_ntuple.py.
| read_hist_ntuple.t = f1.Get("trees/tree1") |
Definition at line 8 of file read_hist_ntuple.py.