Skip to content
Snippets Groups Projects
  1. May 14, 2019
    • scott snyder's avatar
      AthenaCommon: Workaround issue mixing old/new configurations. · 15eb8355
      scott snyder authored
      ToolSvc silently discards attempts to add duplicates.
      But if configurableRun3Behavior is enabled, then those duplicates
      may be distinct Configurable instances.  If we're also reading an old
      configuration fragment, this can lead to errors about public tools
      not being in ToolSvc.   Work around by forcing the owner of rejected
      duplicates to be ToolSvc.  (Only enabled when configurableRun3Behavior is on.)
      15eb8355
  2. Apr 25, 2019
    • Frank Winklmeier's avatar
      Delete HeapMon package · e44cd9fa
      Frank Winklmeier authored
      HeapMon is obsolete and not used anywhere. Also remove the corresponding
      athena option (was without effect since a long time).
      e44cd9fa
  3. Apr 23, 2019
  4. Apr 18, 2019
  5. Apr 16, 2019
  6. Apr 10, 2019
  7. Apr 05, 2019
  8. Mar 18, 2019
  9. Feb 22, 2019
  10. Feb 20, 2019
  11. Feb 18, 2019
  12. Feb 15, 2019
  13. Feb 13, 2019
  14. Feb 05, 2019
  15. Jan 30, 2019
  16. Jan 28, 2019
  17. Jan 25, 2019
  18. Jan 23, 2019
    • Frank Winklmeier's avatar
      Fix python code style warnings · 450e5381
      Frank Winklmeier authored
      After upgrade to flake8 3.6.0, fix the following additional python code
      style issues:
        - bare exception
        - use double-backslash for printing a backslash
      450e5381
  19. Jan 10, 2019
  20. Dec 18, 2018
  21. Dec 06, 2018
    • Frank Winklmeier's avatar
      AtlasUnixGeneratorJob: Protect adding of McEventSelector · 7d8c513e
      Frank Winklmeier authored
      Adding the `McEventSelector` only works in case there wasn't
      already an `EventSelector` of different type configured before.
      Otherwise the `ConfigurableDb` will complain that one tries to add a
      Configurable with the same name but different type.
      
      Added a protection and warning message for this case. This will allow
      the use of some job options in the HLT (e.g. HelloWorld) where a different
      EventSelector is used. For all other cases, this change should have zero
      impact as the code was already non-functional before.
      
      
      Former-commit-id: d53096a4
      7d8c513e
  22. Nov 27, 2018
  23. Nov 14, 2018
  24. Oct 17, 2018
  25. Sep 20, 2018
  26. Sep 12, 2018
    • Frank Winklmeier's avatar
      AppMgr.py: Fix bug in backwards-compatibility code · ae33c581
      Frank Winklmeier authored
      Fix a (probably) harmless bug in some of the backwards-compatibility
      code in AppMgr. There was a double negation (`not not`) and a comparison
      to the wrong configurable type (Service instead of AlgTool).
      
      In addition made the code handle lists of tools correct and added a unit
      test for ToolSvc.__iadd__
      
      
      Former-commit-id: 3a61baee
      ae33c581
  27. Sep 05, 2018
  28. Aug 23, 2018
  29. Jul 27, 2018
  30. Jul 19, 2018
  31. Jul 18, 2018
  32. Jul 17, 2018
    • Scott Snyder's avatar
      AthenaCommon: Reorganize streams to fix event filtering. · b3ad815c
      Scott Snyder authored
      Event filtering was broken because the contents of athFilterSeq were
      being unrolled into athMasterSeq, which in turn had StopOverride set
      in order to ensure that registration always gets run.
      
      Remove the unrolling, and move athRegStreams to athMasterSeq.
      
      
      Former-commit-id: ac0fe07f
      b3ad815c
  33. Jul 16, 2018
  34. Jun 01, 2018
  35. May 16, 2018
  36. May 15, 2018
  37. May 08, 2018
Loading