Make RawBanks returned from RawEvent 'const'
- which implies changing the return type of LHCb::RawEvent::banks,
from
std::vector<RawBank*>toLHCb::span<const RawBank*>and fixing the fall-out - add
constin lots of places - prefer
autoover explicitly specifying the type, to make the code less dependent on concrete types, and more on behaviour
Edited by Marco Cattaneo