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

Variables

tuple c1 = TCanvas( 'c1', 'The FillRandom example', 200, 10, 700, 900 )
 
tuple pad1 = TPad( 'pad1', 'The pad with the function', 0.05, 0.50, 0.95, 0.95, 21 )
 
tuple pad2 = TPad( 'pad2', 'The pad with the histogram', 0.05, 0.05, 0.95, 0.45, 21 )
 
tuple form1 = TFormula( 'form1', 'abs(sin(x)/x)' )
 
tuple sqroot = TF1( 'sqroot', 'x*gaus(0) + [3]*form1', 0, 10 )
 
tuple lfunction = TPaveLabel( 5, 39, 9.8, 46, 'The sqroot function' )
 
tuple h1f = TH1F( 'h1f', 'Test random numbers', 200, 0, 10 )
 
tuple myfile = TFile( 'py-fillrandom.root', 'RECREATE' )
 

Variable Documentation

tuple fillrandom.c1 = TCanvas( 'c1', 'The FillRandom example', 200, 10, 700, 900 )

Definition at line 10 of file fillrandom.py.

tuple fillrandom.form1 = TFormula( 'form1', 'abs(sin(x)/x)' )

Definition at line 24 of file fillrandom.py.

Referenced by EventInfo(), TMemStatShow.EventInfo1(), TMemStatShow.EventInfo2(), and qa2().

tuple fillrandom.h1f = TH1F( 'h1f', 'Test random numbers', 200, 0, 10 )

Definition at line 48 of file fillrandom.py.

Referenced by fit1(), qa2(), and TPad.RedrawAxis().

tuple fillrandom.lfunction = TPaveLabel( 5, 39, 9.8, 46, 'The sqroot function' )

Definition at line 35 of file fillrandom.py.

Referenced by qa2().

tuple fillrandom.myfile = TFile( 'py-fillrandom.root', 'RECREATE' )

Definition at line 56 of file fillrandom.py.

tuple fillrandom.pad1 = TPad( 'pad1', 'The pad with the function', 0.05, 0.50, 0.95, 0.95, 21 )

Definition at line 13 of file fillrandom.py.

tuple fillrandom.pad2 = TPad( 'pad2', 'The pad with the histogram', 0.05, 0.05, 0.95, 0.45, 21 )

Definition at line 14 of file fillrandom.py.

tuple fillrandom.sqroot = TF1( 'sqroot', 'x*gaus(0) + [3]*form1', 0, 10 )

Definition at line 25 of file fillrandom.py.

Referenced by fit1(), and qa2().