Skip to content
Snippets Groups Projects
  1. Nov 25, 2020
  2. Nov 24, 2020
  3. Nov 23, 2020
  4. Nov 22, 2020
  5. Nov 21, 2020
  6. Nov 20, 2020
  7. Nov 19, 2020
  8. Nov 18, 2020
    • Buddhadeb Mondal's avatar
      bdaec2c8
    • Guillermo Nicolas Hamity's avatar
      Update HelperFunctions.cxx · 8adaeb0a
      Guillermo Nicolas Hamity authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Fixing member variable ATLAS standard warning.
      8adaeb0a
    • Frank Winklmeier's avatar
      ZMassConstraint: cmake cleanup · c6c2f042
      Frank Winklmeier authored
      Remove `atlas_depends_on_subdirs` and fix link dependencies.
      c6c2f042
    • Rachid Mazini's avatar
      Merge branch '21.0-PiecewiseLinearEnergyInterpolation' into '21.0' · b3d87434
      Rachid Mazini authored and Atlas Nightlybuild's avatar Atlas Nightlybuild committed
      New TFCSEnergyInterpolationPiecewiseLinear class for piecewise linear interpolation
      
      See merge request atlas/athena!38095
      
      (cherry picked from commit c591893349f43e8f913173aa9575045b6ef80aee)
      
      dd0cab83 New TFCSEnergyInterpolationPiecewiseLinear class for piecewise linear interpolation
      ffa9240b Made m_linInterpol direct class member
      66fd9218 Made logEkin[] and response[] const
      b3d87434
    • Nils Krumnack's avatar
      merge xAOD::ReturnCode into StatusCode, migrate all users · 67d4a0ff
      Nils Krumnack authored and Nils Erik Krumnack's avatar Nils Erik Krumnack committed
      This has been a long time coming, but one of the reasons for having
      AsgMessaging as a separate package from AsgTools is to allow
      xAODRootAccess to depend on it and use the same status codes and
      messaging as the rest of analysis base.  This should take part of the
      former.
      
      I had to add the RECOVERABLE code to the main status code, but since
      that is also part of the Gaudi StatusCode that seems like a reasonable
      change/extension.
      
      Apart from that this is mostly a global search replace to move all
      users from TReturnCode to StatusCode, but apart from fixing up a
      couple of places related to the status code itself I did not try to
      fix/improve any code in the process.
      
      Note that this also revealed a number of tests that failed because
      they used RETURN_CHECK() incorrectly.  This commit doesn't try to
      address that.
      67d4a0ff
Loading