![]() |
ATLAS Offline Software
|
Functions | |
| list[int] | get_runs_since (int run_number) |
| main () | |
Variables | |
| SCRIPTDIR = os.path.dirname(os.path.realpath(__file__)) | |
| DATADIR = os.environ.get('DCSC_DATADIR', SCRIPTDIR) | |
| list[int] get_runs_since | ( | int | run_number | ) |
Get runs that occured since `run_number`, excluding it.
Definition at line 11 of file GetNextRunList.py.
| main | ( | ) |
Read the lastRunNumber file, find runs which happened since it. Then create a runList file containing these runs, and overwrite lastRunNumber.
Definition at line 21 of file GetNextRunList.py.
| GetNextRunList.DATADIR = os.environ.get('DCSC_DATADIR', SCRIPTDIR) |
Definition at line 5 of file GetNextRunList.py.
| GetNextRunList.SCRIPTDIR = os.path.dirname(os.path.realpath(__file__)) |
Definition at line 4 of file GetNextRunList.py.