Skip to content
Snippets Groups Projects

Make RawBanks returned from RawEvent 'const'

Merged Gerhard Raven requested to merge modernize-rawevent into master
  • which implies changing the return type of LHCb::RawEvent::banks, from std::vector<RawBank*> to LHCb::span<const RawBank*> and fixing the fall-out
  • add const in lots of places
  • prefer auto over explicitly specifying the type, to make the code less dependent on concrete types, and more on behaviour
Edited by Marco Cattaneo

Merge request reports

Checking pipeline status.

Approval is optional

Merged by Marco CattaneoMarco Cattaneo 6 years ago (Aug 6, 2018 6:13am UTC)

Merge details

  • Changes merged into master with 8b15b942.
  • Deleted the source branch.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading