Variables
demo Namespace Reference

Variables

 tm = ROOT.TreeManager("../../test_garana/structuredtree.root")
 
 gen = tm.GetGenTree()
 
 h = ROOT.TH1F("h","my PyROOT histogram;E_{#nu} [GeV]",10,0,10);
 
 c = ROOT.TCanvas()
 
 null = input("press <Enter> to close canvas and exit program.")
 

Variable Documentation

demo.c = ROOT.TCanvas()

Definition at line 41 of file demo.py.

demo.gen = tm.GetGenTree()

Definition at line 24 of file demo.py.

demo.h = ROOT.TH1F("h","my PyROOT histogram;E_{#nu} [GeV]",10,0,10);

Definition at line 29 of file demo.py.

string demo.null = input("press <Enter> to close canvas and exit program.")

Definition at line 50 of file demo.py.

demo.tm = ROOT.TreeManager("../../test_garana/structuredtree.root")

Definition at line 21 of file demo.py.