Newer
Older
STPerformancePaper / binnings / BinByRunNumber.py
@Andrea Mauri Andrea Mauri on 25 Oct 2017 471 bytes Start: put necessary file to run TupToHist
bin_name = "BinByRunNumber"
bin_vector = range(0,6) 

binning=[
    
#bin1
{'comment': "Run_125980",  # 2012
'run_start':125980,
 'run_stop':125980},
    
#bin2
{'comment': "Run_162247",
'run_start':162247,
 'run_stop':162247},
    
#bin3
{'comment': "Run_166277",
'run_start':166277,
 'run_stop':166277},
      
#bin4
{'comment': "Run_166719",
'run_start':166719,
 'run_stop':166719},
    
#bin5
{'comment': "Run_167136",
'run_start':167136,
 'run_stop':167136},
   
]