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

Go to the source code of this file.

Namespaces

 hsum
 

Variables

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