Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 184
    • Merge requests 184
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !26020

Merged
Created Aug 20, 2019 by Mark Andrew Owen@markowenDeveloper

Use common RPC data preparation for L2 and EF trigger algorithms in MT setup (ATR-18497)

  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 3

The MT setup for the trigger now runs the offline RPC data preparation in the L2 step and then re-uses the decoded data in the EF step, avoiding the need to decode the data twice. Changes made:

  • Added a DoDecoding flag to RpcDataPreparator in TrigL2MuonSA. This defaults to true (to not break legacy running). When false, the data decoding tools are not called.
  • MuonSetup.py is adjusted to run the offline RPC data preparation algorithms in the l2 step and to re-use the decoded collections in the EF step.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: MO_master_RPCdatadecodeL2EFunify_Aug19