Skip to content

Changes to support BS writing in newJO

Tomasz Bold requested to merge tbold/athena:add-bs-recording-in-new-jo into master

This the set of changes that were required to support the BS writing in newJO.

  • got rid of special property ClassesToSerialize because our custon ordered dict was not storable in pickle. It turned out that after introduction fo the helper methods this whole functionality does not seem be needed. Tagging @rbielski on that
  • added "configOnly" CI test verifying that there are no new/rec-ex-common impedances (i.e. getType() does not exist in newJO) - it had to be only with muons because there timeout otherwise

PS. I tried to run it all with athenaHLT but more work on basic infrastructure (like options parsing) is needed there

Merge request reports