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 122 of file contentValuesLib.py.
def contentValuesLib.getDatasetName | ( | file_name | ) |
Method to get dataset name from the file name
Definition at line 30 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 40 of file contentValuesLib.py.
References writeValues().
def contentValuesLib.writeValues | ( | folder, | |
map, | |||
keymap = None , |
|||
filter = None |
|||
) |
Write values (possibly only for the keys in the keymap and filtered) from folder to map
Definition at line 107 of file contentValuesLib.py.
Referenced by getSummaryValues().
dictionary contentValuesLib.FOLDERS |
Definition at line 9 of file contentValuesLib.py.
string contentValuesLib.ONLINE_DATASET = '/Global/Online/ALL' |
Definition at line 6 of file contentValuesLib.py.
string contentValuesLib.SERVER_URL = "http://pccmsdqm04.cern.ch/runregistry/xmlrpc" |
Definition at line 4 of file contentValuesLib.py.
dictionary contentValuesLib.SUBSYSTEMS |