BmnRoot
Loading...
Searching...
No Matches
config.py
Go to the documentation of this file.
1SIZE = 1024
2UNITS = ['bytes', 'KB', 'MB', 'GB', 'TB']
3RUN_NUM_REGEX = r'\d+'
4DPI = 300
5FOLDERS_IGNORE = ['__pycache__']
6BINS = 40
7BINS_PER_EVENT = 40
8UNSUCCESSFUL_LOG_FILE = "unsuccessful_list.txt"