ATLAS Offline Software
|
Classes | |
class | EDMCollection |
Functions | |
def | get_collection_name (raw_data_words) |
def | get_collection_payload (raw_data_words) |
def | get_collections (rob, skip_payload=False) |
Variables | |
log | |
_string_serialiser | |
SizeWord | |
CLIDOffset | |
NameLengthOffset | |
NameOffset | |
def python.hltResultMT.get_collection_name | ( | raw_data_words | ) |
Extract type+name words from the full collection raw data and convert to string
Definition at line 85 of file hltResultMT.py.
def python.hltResultMT.get_collection_payload | ( | raw_data_words | ) |
Extract the serialised collection payload from the full collection raw data
Definition at line 97 of file hltResultMT.py.
def python.hltResultMT.get_collections | ( | rob, | |
skip_payload = False |
|||
) |
Extract a list of EDMCollection objects from the HLT ROBFragment. If skip_payload=True, only the information about type, name and size are kept but the payload is discarded to improve performance.
Definition at line 105 of file hltResultMT.py.
|
private |
Definition at line 16 of file hltResultMT.py.
python.hltResultMT.CLIDOffset |
Definition at line 20 of file hltResultMT.py.
python.hltResultMT.log |
Definition at line 13 of file hltResultMT.py.
python.hltResultMT.NameLengthOffset |
Definition at line 21 of file hltResultMT.py.
python.hltResultMT.NameOffset |
Definition at line 22 of file hltResultMT.py.
python.hltResultMT.SizeWord |
Definition at line 19 of file hltResultMT.py.