Skip to content

WIP: modified RawDataCnvSvc to use one buffer per event

Marco Clemencic requested to merge threadsafe-rawdatacnvsvc into future

instead of one buffer shared across events. A single buffer improves performances avoiding allocations, but it prevents being able to read several events at the same time, which is a basic requirement for a multithreaded Gaudi.

Merge request reports