Go to the source code of this file.
|
| str | config.START = 'Start date:' |
| |
| str | config.END = 'End date:' |
| |
| str | config.SUCCESS = 'Macro finished successfully' |
| |
| str | config.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 | config.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 | config.PROCESSING_LINE_START = "Processing " |
| |
| str | config.PROCESSING_REGEX = r'Processing .*\.[cC]\(\"([^\"]*)\"\,.*\)\.\.\.' |
| |
| dict | config.MONTH_ARR |
| |
| str | config.EVENT_REGEX = r'number of events\D*(\d+)' |
| |
| str | config.RUN_REGEX = r'_run\D*(\d+)' |
| |
| str | config.RUN_EXTENSION = '.root' |
| |
| str | config.SUCCESSFUL_LOG_FILE = "successful_list.txt" |
| |