ROOT
6.07/01
Reference Guide
|
Go to the source code of this file.
Namespaces | |
first | |
Variables | |
tuple | first.nut = TCanvas( 'nut', 'FirstSession', 100, 10, 700, 900 ) |
tuple | first.pl = TPaveLabel( 3, 22, 17, 23.7, 'My first PyROOT interactive session', 'br' ) |
tuple | first.t = TText( 0, 0, 'a' ) |
tuple | first.pad = TPad( 'pad', 'pad', .2, .05, .8, .35 ) |
tuple | first.f1 = TF1( 'f1', 'sin(x)/x', 0, 10 ) |