Namespaces | Variables
demo.py File Reference

Go to the source code of this file.

Namespaces

 demo
 

Variables

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