Skip to content
Snippets Groups Projects
Commit 3fd795b2 authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Introduced the xAODMaker::EventInfoNonConstCnvAlg algorithm.

In order to allow running jobs that read an input file holding xAOD::EventInfo,
which themselves further modify this object, introduced the new
xAODMaker::EventInfoNonConstCnvAlg algorithm. Which makes a deep copy of the
original object, and overwrites it in the event store with its deep copy.

To test that the code works as expected, introduced xAODReader::EventInfoModifierAlg,
an algorithm testing that a non-const xAOD::EventInfo object can be retrieved, and then
modified. And added a jobOption testing that the two algorithms can work correctly.


Former-commit-id: dc5c875e9e1a2b4e50e1fb1ba428deb995e69c76
parent 5fc4624b
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment