ATLAS Offline Software
Namespaces | Variables
read_hist_ntuple.py File Reference

Go to the source code of this file.

Namespaces

 read_hist_ntuple
 

Variables

 read_hist_ntuple.f1 = ROOT.TFile.Open("ntuple.root","READ")
 
 read_hist_ntuple.t = f1.Get("trees/tree1")
 
 read_hist_ntuple.f2 = ROOT.TFile.Open("hist.root", "READ")
 
 read_hist_ntuple.h1 = f2.Get("simple1D/h1")