Skip to content

Duplication of functions in persistency.py

Spotted duplication of functions in AllenConf/persistency.py, namely (new code / old code):

Tested locally and only old code (persistency.py#L57, persistency.py#L80, persistency.py#L95) is being executed when calling Allen from Moore (e.g. allen_mdf_write.qmt).

This looks like a bug where the proper set of functions is not used and one set should be removed, or if both sets are used, then functions should be renamed to clearly distinct between them.

New code: Better HltDecReports: !964 (merged) Old code: add encoding key to DecReport raw bank: !911 (merged)

@cagapopo @dovombru @raaij @graven