Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Feb 04, 2025
  2. Jan 31, 2025
  3. Jan 28, 2025
  4. Jan 14, 2025
  5. Jan 10, 2025
  6. Dec 18, 2024
  7. Dec 12, 2024
  8. Dec 10, 2024
  9. Dec 05, 2024
  10. Dec 01, 2024
  11. Nov 28, 2024
  12. Nov 24, 2024
  13. Nov 23, 2024
  14. Nov 13, 2024
  15. Nov 04, 2024
  16. Nov 01, 2024
  17. Oct 17, 2024
  18. Oct 15, 2024
  19. Oct 09, 2024
  20. Oct 04, 2024
  21. Oct 03, 2024
    • Beltran Fernandez Barbadillo's avatar
      JiveXML: Change the way retriever tools are fed into AlgoJiveXML. · c465eec6
      Beltran Fernandez Barbadillo authored and Jiri Masik's avatar Jiri Masik committed
      Change the way retriever tools are fed into AlgoJiveXML.
      
      Define attribute of AlgoJiveXML, which corresponds to an array of retriever tools "m_DataRetrieverTools", to avoid fetching for retriever tools using datatypes. Instead, tools are directly fed into the algorithm (through m_DataRetrieverTools) in JiveXMLConfig.py when configuring the algorithm. Additionally, each Config.py file has been modified to accommodate each retriever tool into its own Cfg function, merging them all into the appropriate package Cfg method (e.g. MuonRetrieversCfg()). These package Cfg methods have also been modified to also output a list of the data retrievers associated to each of the retriever tools contained in their ComponentAccumulator instances. Atlas Extrapolator has been removed from TruthTrackRetrieverCfg() and added into the algorithm configuration in JiveXMLConfig.py. Finally, getDataTypes() method has been removed from JiveXMLConfig.py, as well as the attribute "m_dataTypes" from AlgoJiveXML class definition.
      c465eec6
  22. Sep 23, 2024
  23. Sep 20, 2024
  24. Sep 16, 2024
  25. Sep 06, 2024
  26. Sep 05, 2024
  27. Aug 23, 2024
  28. Jul 29, 2024
  29. Jul 19, 2024
    • Vakhtang Tsulaia's avatar
      Fixed clang warnings · 3cf57af5
      Vakhtang Tsulaia authored
      1. Forward declaration of a `struct` as a `class`
      2. Local variable set but not used
      3. Unused private data member
      4. Reference cannot be bound to dereferenced null pointer
      5. Potentially uninitialized variable
      3cf57af5
  30. Jul 18, 2024
  31. Jul 17, 2024
Loading