ROOT
6.07/01
Reference Guide
|
Variables | |
tuple | c1 = TCanvas('c1','The Ntuple canvas',200,10,700,780) |
tuple | f1 = TFile('hsimple.root') |
tuple | pad1 = TPad('pad1','This is pad1',0.02,0.52,0.48,0.98,21) |
tuple | pad2 = TPad('pad2','This is pad2',0.52,0.52,0.98,0.98,21) |
tuple | pad3 = TPad('pad3','This is pad3',0.02,0.02,0.48,0.48,21) |
tuple | pad4 = TPad('pad4','This is pad4',0.52,0.02,0.98,0.48,1) |
tuple | ntuple = gROOT.FindObject('ntuple') |
tuple | hprofs = gROOT.FindObject('hprofs') |
tuple | fpol2 = hprofs.GetFunction('pol2') |
tuple | l4 = TPaveText(-0.9,0.5,0.9,0.95) |
tuple ntuple1.c1 = TCanvas('c1','The Ntuple canvas',200,10,700,780) |
Definition at line 7 of file ntuple1.py.
tuple ntuple1.f1 = TFile('hsimple.root') |
Definition at line 14 of file ntuple1.py.
tuple ntuple1.fpol2 = hprofs.GetFunction('pol2') |
Definition at line 67 of file ntuple1.py.
Referenced by canvas_write().
tuple ntuple1.hprofs = gROOT.FindObject('hprofs') |
Definition at line 59 of file ntuple1.py.
Referenced by canvas_write().
tuple ntuple1.l4 = TPaveText(-0.9,0.5,0.9,0.95) |
Definition at line 92 of file ntuple1.py.
Referenced by canvas_write(), TH1Editor.CreateBinTab(), and TH2Editor.CreateBinTab().
tuple ntuple1.ntuple = gROOT.FindObject('ntuple') |
Definition at line 40 of file ntuple1.py.
tuple ntuple1.pad1 = TPad('pad1','This is pad1',0.02,0.52,0.48,0.98,21) |
Definition at line 18 of file ntuple1.py.
tuple ntuple1.pad2 = TPad('pad2','This is pad2',0.52,0.52,0.98,0.98,21) |
Definition at line 19 of file ntuple1.py.
tuple ntuple1.pad3 = TPad('pad3','This is pad3',0.02,0.02,0.48,0.48,21) |
Definition at line 20 of file ntuple1.py.
tuple ntuple1.pad4 = TPad('pad4','This is pad4',0.52,0.02,0.98,0.48,1) |
Definition at line 21 of file ntuple1.py.
Referenced by canvas_write(), TProofPerfAnalysis.FileProcPlot(), mp3player(), and TestSPlot().