ROOT
6.07/01
Reference Guide
|
Variables | |
tuple | c1 = TCanvas( 'c1', 'Dynamic Filling Example', 200, 10, 700, 500 ) |
tuple | hfile = gROOT.FindObject( 'py-hsimple.root' ) |
tuple | hpx = TH1F( 'hpx', 'This is the px distribution', 100, -4, 4 ) |
tuple | hpxpy = TH2F( 'hpxpy', 'py vs px', 40, -4, 4, 40, -4, 4 ) |
tuple | hprof = TProfile( 'hprof', 'Profile of pz versus px', 100, -4, 4, 0, 20 ) |
tuple | ntuple = TNtuple( 'ntuple', 'Demo ntuple', 'px:py:pz:random:i' ) |
list | histos = [ 'hpx', 'hpxpy', 'hprof', 'ntuple' ] |
int | kUPDATE = 1000 |
pz = px*px+py*py | |
tuple | random = rndm(1) |
tuple hsimple.c1 = TCanvas( 'c1', 'Dynamic Filling Example', 200, 10, 700, 500 ) |
Definition at line 19 of file hsimple.py.
tuple hsimple.hfile = gROOT.FindObject( 'py-hsimple.root' ) |
Definition at line 30 of file hsimple.py.
Referenced by hsimple(), and httpserver().
Definition at line 51 of file hsimple.py.
Referenced by TMVA::ResultsMulticlass.CreateMulticlassHistos().
Definition at line 38 of file hsimple.py.
Definition at line 36 of file hsimple.py.
Definition at line 37 of file hsimple.py.
int hsimple.kUPDATE = 1000 |
Definition at line 57 of file hsimple.py.
tuple hsimple.ntuple = TNtuple( 'ntuple', 'Demo ntuple', 'px:py:pz:random:i' ) |
Definition at line 39 of file hsimple.py.
Referenced by canvas_write(), hsimple(), hsimpleProxyDriver(), and httpserver().
tuple hsimple.random = rndm(1) |
Definition at line 62 of file hsimple.py.
Referenced by ClassImp(), ApplicationWindow.execute(), TFoam.GenerCel2(), TSVDUnfold.GetAdetCovMatrix(), TSVDUnfold.GetUnfoldCovMatrix(), TProofServ.HandleSocketInput(), hsimple(), httpaccess(), httpcontrol(), httpserver(), httptextlog(), RooStudyPackage.initRandom(), TFoam.MakeEvent(), THistPainter.PaintScatterPlot(), THistPainter.PaintTH2PolyScatterPlot(), TObjArray.Randomize(), TGeoChecker.RandomRays(), TProof.SetParallelSilent(), TVirtualMC.SetRandom(), ROOT::Math::GSLSimAnFunc.Step(), ROOT::Math::GSLSimAn.Step(), and testDistr1D().