Functions | |
def | checkFilter |
def | getDatasetName |
def | getSummaryValues |
def | writeValues |
Variables | |
dictionary | FOLDERS |
string | ONLINE_DATASET = '/Global/Online/ALL' |
string | SERVER_URL = "http://pccmsdqm04.cern.ch/runregistry/xmlrpc" |
dictionary | SUBSYSTEMS |
def contentValuesLib.checkFilter | ( | raw_filter | ) |
Check if filter is OK
Definition at line 123 of file contentValuesLib.py.
References print().
def contentValuesLib.getDatasetName | ( | file_name | ) |
Method to get dataset name from the file name
Definition at line 31 of file contentValuesLib.py.
References watchdog.group.
def contentValuesLib.getSummaryValues | ( | file_name, | |
translate, | |||
filters = None |
|||
) |
Method to extract keys from root file and return dict
Definition at line 41 of file contentValuesLib.py.
References writeValues().
Write values (possibly only for the keys in the keymap and filtered) from folder to map
Definition at line 108 of file contentValuesLib.py.
Referenced by getSummaryValues().
dictionary contentValuesLib.FOLDERS |
Definition at line 10 of file contentValuesLib.py.
string contentValuesLib.ONLINE_DATASET = '/Global/Online/ALL' |
Definition at line 7 of file contentValuesLib.py.
string contentValuesLib.SERVER_URL = "http://pccmsdqm04.cern.ch/runregistry/xmlrpc" |
Definition at line 5 of file contentValuesLib.py.
dictionary contentValuesLib.SUBSYSTEMS |