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

Variables

tuple c1 = ROOT.TCanvas( 'c1', 'The NA49 canvas', 200, 10, 700, 780 )
 
tuple all = ROOT.TPad( 'all', 'A Global view of NA49', 0.02, 0.02, 0.48, 0.82, 28 )
 
tuple tof = ROOT.TPad( 'tof', 'One Time Of Flight element', 0.52, 0.02, 0.98, 0.82, 28 )
 
tuple na49title = ROOT.TPaveLabel( 0.04, 0.86, 0.96, 0.98, 'Two views of the NA49 detector' )
 
tuple nageom = ROOT.TFile( 'py-na49.root' )
 
tuple n49 = ROOT.gROOT.FindObject( 'na49' )
 
tuple TOFR1 = n49.GetNode( 'TOFR1' )
 

Variable Documentation

tuple na49view.all = ROOT.TPad( 'all', 'A Global view of NA49', 0.02, 0.02, 0.48, 0.82, 28 )
tuple na49view.c1 = ROOT.TCanvas( 'c1', 'The NA49 canvas', 200, 10, 700, 780 )

Definition at line 9 of file na49view.py.

tuple na49view.n49 = ROOT.gROOT.FindObject( 'na49' )

Definition at line 22 of file na49view.py.

tuple na49view.na49title = ROOT.TPaveLabel( 0.04, 0.86, 0.96, 0.98, 'Two views of the NA49 detector' )

Definition at line 17 of file na49view.py.

Referenced by na49view().

tuple na49view.nageom = ROOT.TFile( 'py-na49.root' )

Definition at line 21 of file na49view.py.

Referenced by na49view().

tuple na49view.tof = ROOT.TPad( 'tof', 'One Time Of Flight element', 0.52, 0.02, 0.98, 0.82, 28 )

Definition at line 14 of file na49view.py.

Referenced by na49view().

tuple na49view.TOFR1 = n49.GetNode( 'TOFR1' )

Definition at line 29 of file na49view.py.

Referenced by na49(), and na49view().