diff --git a/config.py b/config.py index 7b004e9..4f27057 100644 --- a/config.py +++ b/config.py @@ -53,7 +53,7 @@ #from binnings.BinByAlignmentVersions_2015 import bin_name #Choose a time binning -Number_Of_Events = 1000 #-1 #Choose a number of tracks to proceed from Tuple. Negative values == all tracks +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