Public Member Functions | |
def | __init__ |
def | translateKey |
def | md_gen |
def | getmetadata |
Public Member Functions inherited from python.extractor_dict.MetaData | |
def | __init__ |
def | extract_metadata_to_pipe |
def | get_job |
Public Attributes | |
expname | |
translateKeyf | |
md | |
Public Attributes inherited from python.extractor_dict.MetaData | |
inputfile | |
Additional Inherited Members | |
Static Public Member Functions inherited from python.extractor_dict.MetaData | |
def | wait_for_subprocess |
def | mdart_gen |
def | md_handle_application |
Class to hold/interpret experiment-specific metadata
Definition at line 103 of file larbatch/python/extractor_dict.py.
def python.extractor_dict.expMetaData.__init__ | ( | self, | |
expname, | |||
inputfile | |||
) |
Definition at line 105 of file larbatch/python/extractor_dict.py.
def python.extractor_dict.expMetaData.getmetadata | ( | self, | |
md0 = {} |
|||
) |
Get metadata from input file and return as python dictionary. Calls other methods in class and returns metadata dictionary
Definition at line 220 of file larbatch/python/extractor_dict.py.
def python.extractor_dict.expMetaData.md_gen | ( | self, | |
mdart, | |||
md0 = {} |
|||
) |
Loop through art metdata, generate metadata dictionary
Definition at line 123 of file larbatch/python/extractor_dict.py.
def python.extractor_dict.expMetaData.translateKey | ( | self, | |
key | |||
) |
Returns the output of the imported translateKey function (as translateKeyf) called on key
Definition at line 119 of file larbatch/python/extractor_dict.py.
python.extractor_dict.expMetaData.expname |
Definition at line 107 of file larbatch/python/extractor_dict.py.
python.extractor_dict.expMetaData.md |
Definition at line 217 of file larbatch/python/extractor_dict.py.
python.extractor_dict.expMetaData.translateKeyf |
Definition at line 117 of file larbatch/python/extractor_dict.py.