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.") | |
| demo.h = ROOT.TH1F("h","my PyROOT histogram;E_{#nu} [GeV]",10,0,10); |
1.8.11