ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Variables
first.py File Reference

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 )