Skip to content
Snippets Groups Projects
  1. Aug 15, 2019
  2. Aug 13, 2019
  3. Aug 08, 2019
  4. Aug 02, 2019
  5. Aug 01, 2019
  6. Jul 25, 2019
  7. Jul 18, 2019
  8. Jul 16, 2019
  9. Jun 21, 2019
    • scott snyder's avatar
      AthenaConfiguration: Allow python algorithms to work with new configuration. · 5567a049
      scott snyder authored
      In order for an algorithm implemented in python to function, setup() must have
      been called on its Configurable during initialize().  In the old configuration,
      the Atlas AppMgr in AthenaCommon does this for all Configurables.  But with the
      new configuration, we're using the Gaudi AppMgr directly, which does not
      do this.  So in createApp, test to see if we're adding any python algorithms,
      and if so, call setup() on them directly.
      
      When doing this, be careful not to fail if AthenaPython is not available.
      5567a049
  10. Jun 03, 2019
  11. May 27, 2019
  12. May 22, 2019
  13. May 03, 2019
  14. Apr 25, 2019
  15. Apr 16, 2019
  16. Apr 12, 2019
  17. Apr 10, 2019
  18. Apr 09, 2019
  19. Apr 03, 2019
  20. Mar 29, 2019
  21. Mar 27, 2019
  22. Mar 21, 2019
  23. Mar 19, 2019
  24. Mar 13, 2019
  25. Mar 12, 2019
  26. Mar 11, 2019
  27. Mar 01, 2019
  28. Feb 25, 2019
  29. Feb 19, 2019
  30. Feb 15, 2019
Loading