Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • R Rec
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 281
    • Issues 281
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 50
    • Merge requests 50
  • 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
  • LHCbLHCb
  • Rec
  • Merge requests
  • !3115

Add new algorithm and a functor for storing Hlt1 TIS/TOS information

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Abhijit Mathad requested to merge AM_Hlt1TisTos into master Sep 13, 2022
  • Overview 90
  • Commits 52
  • Pipelines 36
  • Changes 6

The MR adds the following:

  • Add Hlt1TisTos algorithm (based on the old tool IParicleTisTos)
  • Two new functors:
    • F.VALUE: Functor to get a value from std::optional, if it encounters std::nullopt it throws a GaudiException.
    • F.MAP_TO_RELATED: Functor to store TIS/TOS information of user-specified Hlt1 lines using relations table.
  • Changes the functor grammer so that one can pass a dict to F.VALUE_OR(<dict>).
  • We also add tests for both F.VALUE and F.VALUE_OR(<dict>).

This MR only addresses Hlt1 Tis/Tos information. The Hlt2 Tis/TOS needs to be separate MR

Relates to https://gitlab.cern.ch/lhcb-dpa/project/-/issues/142.

To be tested with: LHCb!3845 (merged) DaVinci!771 (merged) Analysis!935 (merged)

FYI: @erodrigu , @pkoppenb , @yingl , @emarinov

Edited Jan 10, 2023 by Abhijit Mathad
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: AM_Hlt1TisTos