Skip to content

add UnpackRawEvent

Gerhard Raven requested to merge unpack-rawevent into master

Add an algorithm that 'unpacks' LHCb::RawEvent into a set of vectors of pointers to LHCb::RawBank, one vector for each speficied BankType. Effectively this turns the mapping provided by LHCb::RawEvent::banks( BankType ) into the event store itself.

  • TODO: add test
  • TODO: update decoders to use this
  • TODO: add support for multiple input LHCb::RawEvent locations
Edited by Stefano Gallorini

Merge request reports