Skip to content
GitLab
Projects Groups Snippets
  • /
  • 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 139
    • Merge requests 139
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • atlasatlas
  • athenaathena
  • Merge requests
  • !51537

Including FPGA C in JwoJ MET calculation for gFEX

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Cecilia Tosciri requested to merge ctosciri/athena:gFEX_JwojFPGAC into master Mar 23, 2022
  • Overview 6
  • Commits 8
  • Pipelines 2
  • Changes 6

With this MR, the calculation of the global quantities with the FPGA C (forward region) is included in the JwJ algorithm. In particular:

  • the two gTower matrices representing the two halves (negative and positive in eta) of the FPGA C are combined in one unique matrix with the same format of the central matrices representing FPGA A and B. This reflects what is done in firmware.
  • the various steps of the MET and energy calculation can be performed for the FPGA C, whose contribution can be included in the final result
  • the inclusion of the FPGA C in the JwoJ calculation is enabled by the ENABLE_JWOJ_C flag, which is currently set to false
Edited Mar 24, 2022 by Cecilia Tosciri
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gFEX_JwojFPGAC