![]() |
ATLAS Offline Software
|
Functions | |
| getDBNumberFromUPD4 (run, tag, foldername, connstr) | |
| getRunNumberFromUPD1 (DB_number, tag, run, foldername, connstr) | |
Variables | |
| parser = OptionParser(usage="\n ./checkUPD1.py --upd4 <UPD4 folder tag name> --upd1 <UPD1 folder tag name> --folder <e.g. /Indet/Align> -r <run> \n") | |
| type | |
| dest | |
| default | |
| None | |
| help | |
| options | |
| args | |
| run = options.run | |
| upd4_tag = options.upd4 | |
| upd1_tag = options.upd1 | |
| foldername = options.folder | |
| str | connstr = 'COOLOFL_INDET/CONDBR2' |
| DB_number = getDBNumberFromUPD4(run, upd4_tag, foldername, connstr) | |
| python.checkUPD1.getDBNumberFromUPD4 | ( | run, | |
| tag, | |||
| foldername, | |||
| connstr ) |
Definition at line 13 of file checkUPD1.py.
| python.checkUPD1.getRunNumberFromUPD1 | ( | DB_number, | |
| tag, | |||
| run, | |||
| foldername, | |||
| connstr ) |
Definition at line 34 of file checkUPD1.py.
| python.checkUPD1.args |
Definition at line 71 of file checkUPD1.py.
| str python.checkUPD1.connstr = 'COOLOFL_INDET/CONDBR2' |
Definition at line 78 of file checkUPD1.py.
| python.checkUPD1.DB_number = getDBNumberFromUPD4(run, upd4_tag, foldername, connstr) |
Definition at line 85 of file checkUPD1.py.
| python.checkUPD1.default |
Definition at line 67 of file checkUPD1.py.
| python.checkUPD1.dest |
Definition at line 67 of file checkUPD1.py.
| python.checkUPD1.foldername = options.folder |
Definition at line 77 of file checkUPD1.py.
| python.checkUPD1.help |
Definition at line 67 of file checkUPD1.py.
| python.checkUPD1.None |
Definition at line 67 of file checkUPD1.py.
| python.checkUPD1.options |
Definition at line 71 of file checkUPD1.py.
| python.checkUPD1.parser = OptionParser(usage="\n ./checkUPD1.py --upd4 <UPD4 folder tag name> --upd1 <UPD1 folder tag name> --folder <e.g. /Indet/Align> -r <run> \n") |
Definition at line 66 of file checkUPD1.py.
| python.checkUPD1.run = options.run |
Definition at line 73 of file checkUPD1.py.
| python.checkUPD1.type |
Definition at line 67 of file checkUPD1.py.
| python.checkUPD1.upd1_tag = options.upd1 |
Definition at line 75 of file checkUPD1.py.
| python.checkUPD1.upd4_tag = options.upd4 |
Definition at line 74 of file checkUPD1.py.