Newer
Older
STPerformancePaper / binnings / NoBinning_2017.py
@Andrea Mauri Andrea Mauri on 25 Oct 2017 220 bytes Start: put necessary file to run TupToHist
bin_name = "AllRuns_17"
bin_vector = range(0,2) #vector containing bins edge (size equal to the number of bins+1), used for plotting range histos
binning=[
{
'comment':"All_runs_17",
'run_start':0,
'run_stop':9999999}
]