Newer
Older
STPerformancePaper / binnings / BinByMonth_2015.py
@Andrea Mauri Andrea Mauri on 25 Oct 2017 527 bytes Start: put necessary file to run TupToHist
bin_name = "BinByMonth_2015"
bin_vector = range(0,4)  #vector containing bins edge (size equal to the number of bins+1), used for plotting range histos
binning=[
#Aug 15
#{'comment': "Aug_15",
#'run_start':159969,
#'run_stop':161204},
#Sep 15
{'comment': "Sep_15",
'run_start':162247,
'run_stop':164462
},
#Oct 15
{'comment': "Oct_15",
'run_start':164524,
'run_stop':166906
},
#Nov 15
{'comment': "Nov_15",
'run_start':166950,
'run_stop': 168872
}
#,
#Dec 15
#{'comment': "Dec_15",
#'run_start':168892,
#'run_stop':169617
#}
]