Skip to content
Snippets Groups Projects
This project is mirrored from https://*****:*****@gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Nov 05, 2024
    • Scott Snyder's avatar
      SiSpacePointsSeedTool_xk: Fix cppcheck warning. · a0fbbd1c
      Scott Snyder authored and Tadej Novak's avatar Tadej Novak committed
      SiSpacePointsSeedTool_xk: Fix cppcheck warning.
      
      We were getting a cppcheck warning about an out-of-range argument in computeEta.
      This was a false positive, with cppcheck not fully understanding the flow
      in this function.  However, this can anyway be rewritten taking advantage
      of an identity for asinh() to reduce the number of special function
      evaluations needed.
      a0fbbd1c
  2. Nov 04, 2024
Loading