""" Here you may configure behaviour of the package. """ ######### #General# ######### #from binnings.NoBinning_2015 import binning #Choose a time binning #from binnings.NoBinning_2015 import bin_name #Choose a time binning from binnings.NoBinning_2012 import binning #Choose a time binning from binnings.NoBinning_2012 import bin_name #Choose a time binning #from binnings.BinByMonth_2012 import binning #Choose a time binning #from binnings.BinByMonth_2012 import bin_name #Choose a time binning #from binnings.BinByMonth_2015 import binning #Choose a time binning #from binnings.BinByMonth_2015 import bin_name #Choose a time binning #from binnings.BinByAlignmentVersions_2015 import binning #Choose a time binning #from binnings.BinByAlignmentVersions_2015 import bin_name #Choose a time binning Number_Of_Events = -1 #Choose a number of tracks to proceed from Tuple. Negative values == all tracks pkl_address ="Pkls/" #Address of dumping .pkl with dictionaries histogram_address = "Histos/" #Address for storing histograms plot_address = "Plots/" #Adress for storing plots residual_limit = 0.5 #limit of residual histograms, in mm. residual_nBins = 100 #number of bins in residual histograms ################## #Histogram ranges# ################## UsePredefinedRanges = True ITMeanRange = [-0.03, 0.03] ITWidthRange = [0.02, 0.06] ITEffRange = [0.995, 1.0] TTMeanRange = [-0.03, 0.03] TTWidthRange = [0.02, 0.06] TTEffRange = [0.98, 1.0] ################## #Histogram Titles# ################## UsePredefinedTitles = True ITMeanTitle = "Residual bias distribution [mm], 2012" ITWidthTitle = "Residual width distribution [mm], 2012" ITEffTitle = "Hit detection efficiency distribtion, 2012" TTMeanTitle = "Residual bias distribution [mm], 2012" TTWidthTitle = "Residual width distribution [mm], 2012" TTEffTitle = "Hit detection efficiency distribtion, 2012" ################################################### #Dependence of efficiency from search window study# ################################################### perform_window_eff_study = True efficiency_windows = [0.01, 0.025, 0.05, 0.075, 0.1, 0.2, 0.3]