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 194
    • Merge requests 194
  • 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
  • !56374

Bugfix for eFEX xTOB data location on the EDM decoder

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Sergi Rodriguez Bosca requested to merge serodrig/athena:eFEX_xTOB_bugfix into 22.0 Aug 30, 2022
  • Overview 4
  • Commits 1
  • Pipelines 1
  • Changes 2

This MR is meant to solve a bug observed where the energy is divided by a factor 2. The place where it gets used to convert an xTOB et count into a TOB-scale et count means it is dividing by 8 (bitshifting of 3) rather than by 4 (bitshifting of 2) and it should be dividing by 4 because TOB scale is 100MeV/count and xTOB scale is 25MeV/count

@watsona, @will

Edited Aug 30, 2022 by Sergi Rodriguez Bosca
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: eFEX_xTOB_bugfix