Newer
Older
STPerformancePaper / binnings / BinByY_2012.py
@Andrea Mauri Andrea Mauri on 25 Oct 2017 1 KB Start: put necessary file to run TupToHist
bin_name = "BinByY_2012"
bin_vector = [0, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 150, 200, 250, 300, 350, 400, 500, 700]  # abs()

binning=[
    
#bin1
{'comment': "Y_0_10_12",
'Y_start':0,
 'Y_stop':10},
    
#bin2
{'comment': "Y_10_20_12",
'Y_start':10,
 'Y_stop':20},
    
#bin3
{'comment': "Y_20_30_12",
'Y_start':20,
 'Y_stop':30},
    
#bin4
{'comment': "Y_30_40_12",
'Y_start':30,
 'Y_stop':40},
    
#bin5
{'comment': "Y_40_50_12",
'Y_start':40,
 'Y_stop':50},
    
#bin6
{'comment': "Y_50_60_12",
'Y_start':50,
 'Y_stop':60},
    
#bin7
{'comment': "Y_60_70_12",
'Y_start':60,
 'Y_stop':70},
    
#bin8
{'comment': "Y_70_80_12",
'Y_start':70,
 'Y_stop':80},
    
#bin9
{'comment': "Y_80_90_12",
'Y_start':80,
 'Y_stop':90},
    
#bin10
{'comment': "Y_90_100_12",
'Y_start':90,
 'Y_stop':100},
    
#bin11
{'comment': "Y_100_150_12",
'Y_start':100,
 'Y_stop':150},
    
#bin12
{'comment': "Y_150_200_12",
'Y_start':150,
 'Y_stop':200},
    
#bin13
{'comment': "Y_200_250_12",
'Y_start':200,
 'Y_stop':250},
    
#bin14
{'comment': "Y_250_300_12",
'Y_start':250,
 'Y_stop':300},
    
#bin15
{'comment': "Y_300_350_12",
'Y_start':300,
 'Y_stop':350},
    
#bin16
{'comment': "Y_350_400_12",
'Y_start':350,
 'Y_stop':400},
    
#bin17
{'comment': "Y_400_500_12",
'Y_start':400,
 'Y_stop':500},
    
#bin18
{'comment': "Y_500_700_12",
'Y_start':500,
 'Y_stop':700},

]