Skip to content
Snippets Groups Projects
  1. Oct 16, 2019
  2. Sep 23, 2019
  3. Sep 12, 2019
  4. Sep 06, 2019
  5. Sep 05, 2019
  6. Aug 26, 2019
  7. Aug 20, 2019
  8. Aug 16, 2019
  9. Aug 15, 2019
  10. Aug 13, 2019
  11. Aug 08, 2019
  12. Aug 02, 2019
  13. Aug 01, 2019
  14. Jul 25, 2019
  15. Jul 18, 2019
  16. Jul 16, 2019
  17. 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
  18. Jun 03, 2019
  19. May 27, 2019
  20. May 22, 2019
  21. May 03, 2019
  22. Apr 25, 2019
  23. Apr 16, 2019
  24. Apr 12, 2019
  25. Apr 10, 2019
  26. Apr 09, 2019
  27. Apr 03, 2019
  28. Mar 29, 2019
  29. Mar 27, 2019
  30. Mar 21, 2019
  31. Mar 19, 2019
  32. Mar 13, 2019
  33. Mar 12, 2019
Loading