ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
hsimple Namespace Reference

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)
 

Variable Documentation

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().

list hsimple.histos = [ 'hpx', 'hpxpy', 'hprof', 'ntuple' ]

Definition at line 51 of file hsimple.py.

Referenced by TMVA::ResultsMulticlass.CreateMulticlassHistos().

tuple hsimple.hprof = TProfile( 'hprof', 'Profile of pz versus px', 100, -4, 4, 0, 20 )

Definition at line 38 of file hsimple.py.

tuple hsimple.hpx = TH1F( 'hpx', 'This is the px distribution', 100, -4, 4 )

Definition at line 36 of file hsimple.py.

tuple hsimple.hpxpy = TH2F( 'hpxpy', 'py vs px', 40, -4, 4, 40, -4, 4 )

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().

hsimple.pz = px*px+py*py

Definition at line 61 of file hsimple.py.

tuple hsimple.random = rndm(1)