Newer
Older
STPerformancePaper / binnings / BinByPt_2015.py
@Andrea Mauri Andrea Mauri on 25 Oct 2017 758 bytes Start: put necessary file to run TupToHist
bin_name = "BinByPt_2015"
bin_vector = [400, 1100, 1500, 1800, 2100, 2500, 3000, 4000, 10000] # last bin up to 80000, 10000 is used only for nicer plot range
binning=[
#bin1
{'comment': "pT_400_1100_15",
'pT_start':400,
 'pT_stop':1100},

#bin2
{'comment': "pT_1100_1500_15",
'pT_start':1100,
 'pT_stop':1500},

#bin3
{'comment': "pT_1500_1800_15",
'pT_start':1500,
 'pT_stop':1800},

#bin4
{'comment': "pT_1800_2100_15",
'pT_start':1800,
 'pT_stop':2100},
    
#bin5
{'comment': "pT_2100_2500_15",
'pT_start':2100,
 'pT_stop':2500},

#bin6
{'comment': "pT_2500_3000_15",
'pT_start':2500,
 'pT_stop':3000},

#bin7
{'comment': "pT_3000_4000_15",
'pT_start':3000,
 'pT_stop':4000},

#bin8
{'comment': "pT_4000_80000_15",
'pT_start':4000,
 'pT_stop':80000},
]