![]() |
ATLAS Offline Software
|
Classes | |
| class | GRLGen |
Functions | |
| GRL_IOV () | |
| grl_from_dir (xmldir) | |
| load_grl_iovs_any (*files) | |
| load_grl (xml_file, IOVSet_class=IOVSet) | |
| load_grl_string (data, IOVSet_class=IOVSet) | |
| make_grl (iovset, name="unknown", version="unknown") | |
| grl_contains_run_lb (grl, runlb) | |
| grl_iovs_from_xml (*args, **kwargs) | |
| test () | |
| _do_import_and_get_obj (grlconfmod, grlobj=None) | |
| _deep_get_grl_info (grlconf, cooltag, folder) | |
| _get_grl_info (grlconf, cooltag, folder, queue=None) | |
| _get_cool_tags_for_folder (folder) | |
| _get_list_of_grl_classes () | |
Variables | |
| str | GRL_DIRECTORY = '/afs/cern.ch/user/a/atlasdqm/grl' |
| list | TAGS_TO_SUPPRESS |
|
protected |
Definition at line 20 of file GoodRunsLists/python/grl.py.
|
protected |
Definition at line 13 of file GoodRunsLists/python/grl.py.
|
protected |
Definition at line 65 of file GoodRunsLists/python/grl.py.
|
protected |
Definition at line 52 of file GoodRunsLists/python/grl.py.
|
protected |
Definition at line 87 of file GoodRunsLists/python/grl.py.
| python.grl.grl_contains_run_lb | ( | grl, | |
| runlb ) |
Definition at line 84 of file DQUtils/python/grl.py.
| python.grl.grl_from_dir | ( | xmldir | ) |
Loads valid IOV ranges if they appear in any grl file whose name ends with ".xml"
Definition at line 16 of file DQUtils/python/grl.py.
| python.grl.GRL_IOV | ( | ) |
Definition at line 13 of file DQUtils/python/grl.py.
| python.grl.grl_iovs_from_xml | ( | * | args, |
| ** | kwargs ) |
Definition at line 94 of file DQUtils/python/grl.py.
| python.grl.load_grl | ( | xml_file, | |
| IOVSet_class = IOVSet ) |
Definition at line 38 of file DQUtils/python/grl.py.
| python.grl.load_grl_iovs_any | ( | * | files | ) |
Use IOV ranges from the input `files` xmls if the lumirange is set in any file
Definition at line 23 of file DQUtils/python/grl.py.
| python.grl.load_grl_string | ( | data, | |
| IOVSet_class = IOVSet ) |
Definition at line 42 of file DQUtils/python/grl.py.
| python.grl.make_grl | ( | iovset, | |
| name = "unknown", | |||
| version = "unknown" ) |
Definition at line 55 of file DQUtils/python/grl.py.
| python.grl.test | ( | ) |
Definition at line 99 of file DQUtils/python/grl.py.
| str python.grl.GRL_DIRECTORY = '/afs/cern.ch/user/a/atlasdqm/grl' |
Definition at line 77 of file GoodRunsLists/python/grl.py.
| list python.grl.TAGS_TO_SUPPRESS |
Definition at line 80 of file GoodRunsLists/python/grl.py.