Fix ByteStream converter for xAOD::EventInfo
The following values were implicitly set by the BS converter of the legacy EventInfo
:
MCChannelNumber(0)
, MCEventNumber(0)
and MCEventWeights(std::vector<float>(1,1))
.
Now they are set in the BS converted of the xAOD::EventInfo
too.
Fixes ATR-19871