Skip to content
Snippets Groups Projects
  1. Mar 03, 2025
  2. Feb 27, 2025
  3. Feb 17, 2025
  4. Feb 15, 2025
  5. Feb 14, 2025
  6. Feb 13, 2025
  7. Feb 05, 2025
    • James Catmore's avatar
      Adding a WritexAOD example to AthExBasics · 897ae611
      James Catmore authored and Tadej Novak's avatar Tadej Novak committed
      Adding a WritexAOD example to AthExBasics
      
      We realised during the preparation of the Athena tutorial material that there isn't an example in AthenaExamples showing how an xAOD container should be created and written. This MR provides such an example, as a counterpart to the existing ReadxAOD example.
      
      This needs to be given a *very* close review given that this is supposed to be a template. In particular I'd like to check that everyone approves of the way this is done in the C++, including the use of the new operator... can this be avoided given our coding guidelines?
      897ae611
  8. Jan 30, 2025
  9. Jan 28, 2025
  10. Jan 17, 2025
  11. Jan 14, 2025
  12. Dec 09, 2024
  13. Dec 05, 2024
  14. Nov 26, 2024
  15. Nov 13, 2024
  16. Nov 04, 2024
  17. Oct 29, 2024
  18. Oct 17, 2024
    • Frank Winklmeier's avatar
      Remove GAUDI_API attributes · f1833a1e
      Frank Winklmeier authored
      Dropping `GAUDI_V20_COMPAT` enables symbol visibility in Gaudi, i.e. the
      `GAUDI_API` macro is no longer empty. This uncovered some misplaced ones
      but in general we shouldn't be using these in athena as a client of
      Gaudi.
      f1833a1e
  19. Sep 25, 2024
  20. Sep 12, 2024
  21. Sep 11, 2024
  22. Jul 30, 2024
  23. Jul 18, 2024
  24. Jul 15, 2024
  25. Jul 10, 2024
  26. Jun 25, 2024
  27. Jun 19, 2024
    • Quentin Berthet's avatar
      Add AthXRT service and AthExXRT example (ATLINFR-5117) · 66bf1047
      Quentin Berthet authored and Edward Moyse's avatar Edward Moyse committed
      Initial prototype of XRT integration in athena
      
      This is very early and sketchy code enabling to produce an Athena
      build linked with AMD/Xilinx XRT library, and a small example
      allowing to run a dummy vector addition kernel on a FPGA from an
      Athena algorithm. A computer equiped with an Alveo card and recent
      Xilinx toolchain is required to reproduce this test. Some scripts,
      dockerfiles and patches are also included to allow to create the
      XRT package using Athena build environnement.
      66bf1047
  28. Jun 11, 2024
  29. Jun 10, 2024
  30. Apr 30, 2024
    • Frank Winklmeier's avatar
      athena.py: implement native support for CA (backport to 24.0) · 91660be4
      Frank Winklmeier authored and Duc Ta's avatar Duc Ta committed
      athena.py: implement native support for CA
      
      Merge the functionality of the `ThinCAWrapper.sh` and `CARunner.py` into
      the main `athena` executable. Reduces the amount of shell scripting and
      unifies the user interface.
      
      Also re-use the AthOptionsParser for the CA-case.
      91660be4
  31. Apr 24, 2024
  32. Apr 23, 2024
  33. Apr 16, 2024
    • Frank Winklmeier's avatar
      AthExMonitored: add README · fc94c5a7
      Frank Winklmeier authored
      fc94c5a7
    • James Catmore's avatar
      Adding new AthenaExamples package - AthExBasics · 6622b6b4
      James Catmore authored and Adam Edward Barton's avatar Adam Edward Barton committed
      Draft: Adding new AthenaExamples package - AthExBasics
      
      This MR adds a new package to AthenaExamples. It is intended to contain examples of tools, algorithms and config scripts for doing very basic real-world tasks such as reading the trigger decision, accessing and selecting xAOD objects, running trigger matching &c. It is hoped developers will add to these over time.
      
      This is part of the lead-up to the documentation week in April.
      6622b6b4
  34. Apr 15, 2024
  35. Apr 10, 2024
Loading