ROOT
6.07/01
Reference Guide
|
Go to the source code of this file.
Namespaces | |
hsimple | |
Variables | |
tuple | hsimple.c1 = TCanvas( 'c1', 'Dynamic Filling Example', 200, 10, 700, 500 ) |
tuple | hsimple.hfile = gROOT.FindObject( 'py-hsimple.root' ) |
tuple | hsimple.hpx = TH1F( 'hpx', 'This is the px distribution', 100, -4, 4 ) |
tuple | hsimple.hpxpy = TH2F( 'hpxpy', 'py vs px', 40, -4, 4, 40, -4, 4 ) |
tuple | hsimple.hprof = TProfile( 'hprof', 'Profile of pz versus px', 100, -4, 4, 0, 20 ) |
tuple | hsimple.ntuple = TNtuple( 'ntuple', 'Demo ntuple', 'px:py:pz:random:i' ) |
list | hsimple.histos = [ 'hpx', 'hpxpy', 'hprof', 'ntuple' ] |
int | hsimple.kUPDATE = 1000 |
hsimple.pz = px*px+py*py | |
tuple | hsimple.random = rndm(1) |