|
BmnRoot
|
Variables | |
| int | SIZE = 1024 |
| list | UNITS = ['bytes', 'KB', 'MB', 'GB', 'TB'] |
| str | RUN_NUM_REGEX = r'\d+' |
| int | DPI = 300 |
| list | FOLDERS_IGNORE = ['__pycache__'] |
| int | BINS = 40 |
| int | BINS_PER_EVENT = 40 |
| str | UNSUCCESSFUL_LOG_FILE = "unsuccessful_list.txt" |
| str | START = 'Start date:' |
| str | END = 'End date:' |
| str | SUCCESS = 'Macro finished successfully' |
| str | START_REGEX = r'Start date: (?P<week_day>\w{2,3}) (?P<month>\w{3})\s{1,2}(?P<day>\d{1,2}) (?P<time>\d{1,2}:\d{1,2}:\d{1,2}) ((?P<time12>\w{2}) )?(\w+ )?(?P<year>\d{4})' |
| str | END_REGEX = r'End date: (?P<week_day>\w{2,3}) (?P<month>\w{3})\s{1,2}(?P<day>\d{1,2}) (?P<time>\d{1,2}:\d{1,2}:\d{1,2}) ((?P<time12>\w{2}) )?(\w+ )?(?P<year>\d{4})' |
| str | PROCESSING_LINE_START = "Processing " |
| str | PROCESSING_REGEX = r'Processing .*\.[cC]\(\"([^\"]*)\"\,.*\)\.\.\.' |
| dict | MONTH_ARR |
| str | EVENT_REGEX = r'number of events\D*(\d+)' |
| str | RUN_REGEX = r'_run\D*(\d+)' |
| str | RUN_EXTENSION = '.root' |
| str | SUCCESSFUL_LOG_FILE = "successful_list.txt" |
| dict config.MONTH_ARR |
| str config.PROCESSING_REGEX = r'Processing .*\.[cC]\(\"([^\"]*)\"\,.*\)\.\.\.' |