Skip to content

Scifi add version property for decoding

Jeroen van Tilburg requested to merge scifi-add-version-property into master

The Gaudi::Property DecodingVersion is added to FTRawBankDecoder. The user can now decide which decoding version is needed. In case the decoding version is not compatible with the version in the raw banks, an exception is thrown.

Fixes a problem introduced in MR !1326 (merged), which causes a crash for multithreading.

Requires a concurrent fix in the Brunel tests.

@sesen @lohenry @rquaglia @graven @sponce @cattanem

Edited by Marco Cattaneo

Merge request reports