Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L LHCb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 164
    • Issues 164
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 54
    • Merge requests 54
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCb
  • LHCb
  • Merge requests
  • !3260

Spruce reports to RawBanks, further cleanup of HltDAQ

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gerhard Raven requested to merge cleanup-hltdaq into master Sep 20, 2021
  • Overview 72
  • Commits 1
  • Pipelines 29
  • Changes 40
  • Add SourceID for sprucing to allow sprucing-specific content in HltDecReports raw banks
  • make mapping from SourceID -> {Hlt,TCK}ANNSvc major key bijective. As a result, support for run1-style 'joined' Hlt1/Hlt2 RawBank SourceID is removed. concretely: a one-to-one correspondence between the sourceID, and the list of decisions (obtained from the {Hlt,TCK}ANNSvc) that need to be decoded is now enforced.
  • remove unused HltTrackReports{Writer,Decoder}
  • factor out SourceID enum so a single definition can be shared
  • add support for Property<SourceID> and use that instead of Property<int> + updatehandler or checks in initialize
  • given the above, decoder components no longer have include their corresponding writer header files
  • amalgamate component header files into the corresponding source files
  • migrate HltDiffHltDecReports to LHCb::Algorithm::Consumer
  • make HltLumiWriter thread-safe
  • prefer MsgCounter over Error(...) and Warning(...)
  • prefer span over bare pointer
  • start putting code in the LHCb::Hlt::DAQ namespace instead of adding using namespace LHCb

must be applied in conjunction with Moore!1003 (merged), DaVinci!578 (merged), Phys!989 (merged)

Addresses https://gitlab.cern.ch/lhcb-dpa/project/-/issues/153 for DPA

Edited Sep 25, 2021 by Gerhard Raven
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: cleanup-hltdaq