Skip to content
Snippets Groups Projects
  1. Feb 22, 2019
  2. Feb 20, 2019
  3. Feb 18, 2019
  4. Feb 15, 2019
  5. Feb 13, 2019
  6. Feb 05, 2019
  7. Jan 30, 2019
  8. Jan 28, 2019
  9. Jan 25, 2019
  10. 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
  11. Jan 10, 2019
  12. Dec 18, 2018
  13. 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
  14. Nov 27, 2018
  15. Nov 14, 2018
  16. Oct 17, 2018
  17. Sep 20, 2018
  18. 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: 3a61baeeb4fe4ac6b6ba2950d9371e729442a50a
      ae33c581
  19. Sep 05, 2018
  20. Aug 23, 2018
  21. Jul 27, 2018
  22. Jul 19, 2018
  23. Jul 18, 2018
  24. 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
  25. Jul 16, 2018
  26. Jun 01, 2018
  27. May 16, 2018
  28. May 15, 2018
  29. May 08, 2018
  30. Mar 28, 2018
  31. Mar 07, 2018
    • Tomasz Bold's avatar
      Working L1 decoding wiht new JO (only muons) · 061ec494
      Tomasz Bold authored
      Former-commit-id: e2093a4f
      061ec494
    • Frank Winklmeier's avatar
      Change default python logging level to INFO · c1d65f5b
      Frank Winklmeier authored
      Change the default log level of the Logging module from WARNING to INFO.
      This has zero impact when used within athena.py as the default log level
      of athena.py is INFO anyway. It will have an impact when used from plain
      python. But since our developers are used to seeing INFO messages by
      default this should be a better default value (although it's no longer
      consistent with the default of the python logging library).
      
      
      Former-commit-id: 0b65559a
      c1d65f5b
  32. Feb 02, 2018
  33. Feb 01, 2018
  34. Jan 18, 2018
  35. Jan 10, 2018
  36. Dec 15, 2017
Loading