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

Variables

tuple c1 = TCanvas( 'c1', 'The HSUM example', 200, 10, 600, 400 )
 
tuple total = TH1F( 'total', 'This is the total distribution', 100, -4, 4 )
 
tuple main = TH1F( 'main', 'Main contributor', 100, -4, 4 )
 
tuple s1 = TH1F( 's1', 'This is the first signal', 100, -4, 4 )
 
tuple s2 = TH1F( 's2', 'This is the second signal', 100, -4, 4 )
 
list histos = [ 'total', 'main', 's1', 's2' ]
 
int kUPDATE = 500
 
tuple xmain = gauss( -1, 1.5 )
 
tuple xs1 = gauss( -0.5, 0.5 )
 
tuple xs2 = landau( 1, 0.15 )
 
tuple slider = TSlider( 'slider', 'test', 4.2, 0, 4.6, total.GetMaximum(), 38 )
 

Variable Documentation

tuple hsum.c1 = TCanvas( 'c1', 'The HSUM example', 200, 10, 600, 400 )

Definition at line 13 of file hsum.py.

list hsum.histos = [ 'total', 'main', 's1', 's2' ]

Definition at line 37 of file hsum.py.

int hsum.kUPDATE = 500

Definition at line 42 of file hsum.py.

tuple hsum.main = TH1F( 'main', 'Main contributor', 100, -4, 4 )
tuple hsum.s1 = TH1F( 's1', 'This is the first signal', 100, -4, 4 )

Definition at line 21 of file hsum.py.

tuple hsum.s2 = TH1F( 's2', 'This is the second signal', 100, -4, 4 )

Definition at line 22 of file hsum.py.

tuple hsum.slider = TSlider( 'slider', 'test', 4.2, 0, 4.6, total.GetMaximum(), 38 )

Definition at line 65 of file hsum.py.

Referenced by TParallelCoordRange.GetSliderPoints(), and TSliderBox.SetSlider().

tuple hsum.total = TH1F( 'total', 'This is the total distribution', 100, -4, 4 )

Definition at line 19 of file hsum.py.

tuple hsum.xmain = gauss( -1, 1.5 )

Definition at line 45 of file hsum.py.

Referenced by handle2().

tuple hsum.xs1 = gauss( -0.5, 0.5 )
tuple hsum.xs2 = landau( 1, 0.15 )