bin_name = "BinByPt_2012" bin_vector = [400, 1100, 1500, 1800, 2100, 2500, 3000, 4000, 10000] # last bin up to 60000, 10000 is used only for nicer plot range binning=[ #bin1 {'comment': "pT_400_1100_12", 'pT_start':400, 'pT_stop':1100}, #bin2 {'comment': "pT_1100_1500_12", 'pT_start':1100, 'pT_stop':1500}, #bin3 {'comment': "pT_1500_1800_12", 'pT_start':1500, 'pT_stop':1800}, #bin4 {'comment': "pT_1800_2100_12", 'pT_start':1800, 'pT_stop':2100}, #bin5 {'comment': "pT_2100_2500_12", 'pT_start':2100, 'pT_stop':2500}, #bin6 {'comment': "pT_2500_3000_12", 'pT_start':2500, 'pT_stop':3000}, #bin7 {'comment': "pT_3000_4000_12", 'pT_start':3000, 'pT_stop':4000}, #bin8 {'comment': "pT_4000_60000_12", 'pT_start':4000, 'pT_stop':60000}, ]