WIP: modified RawDataCnvSvc to use one buffer per event
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.