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