Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Jun 27, 2020
  2. Jun 25, 2020
  3. Jun 24, 2020
  4. Jun 23, 2020
  5. Jun 18, 2020
  6. Jun 15, 2020
  7. Jun 13, 2020
  8. Jun 12, 2020
  9. Jun 11, 2020
  10. Jun 10, 2020
  11. Jun 09, 2020
  12. Jun 08, 2020
    • Charles Leggett's avatar
      update Gaudi to v33r1.002 · 8edd88a6
      Charles Leggett authored and Walter Lampl's avatar Walter Lampl committed
      8edd88a6
    • Frank Berghaus's avatar
      Remove defunct job option from ByteStreamInputSvc · 11f6ce6a
      Frank Berghaus authored and Walter Lampl's avatar Walter Lampl committed
      The ByteStreamEventStorageInput service provided a legacy job option called FullFileName to specify bytestream input. With the move to EventSelector this option was all but removed from ByteStreamEventInputSvc. The EventSelectorByteStream provieded the input option to specify input. It captured the FullFileName option of the InputSvc. This commit removes the relevant parts of the ByteStreamEventStorageInputSvc and EventSelectorByteStream. It also attempts to move all references in other job options (unless they specify being for an older release).
      11f6ce6a
  13. Jun 05, 2020
  14. Jun 02, 2020
    • Siarhei Harkusha's avatar
      TileRecUtls+TileRecEx: Fix use of private Tile raw channel builder tools · 9ad732ea
      Siarhei Harkusha authored
      TileRawChannelGetter has been updated to retrieve easy the following
      private Tile raw channel builder tools:
      - TileRawChannelBuilderFitFilterCool;
      - TileRawChannelBuilderMF;
      - TileRawChannelBuilderOF1;
      - TileRawChannelBuilderWienerFilter.
      and to set up correctly DSP container in TileRawChannelBuilderOF1 tool.
      
      JO (jobOptions_TileCalibRec.py) used in reconstruction of Tile calibration runs
      has been updated:
      - to use correctly private tools mentioned above;
      - to add 2020 year (used to find data);
      - to ignore DMU errors in Tile Demonstrator;
      - to use new conditions tags.
      9ad732ea
  15. May 23, 2020
  16. May 22, 2020
  17. May 19, 2020
  18. May 18, 2020
  19. May 15, 2020
  20. May 14, 2020
    • Frank Berghaus's avatar
      Beautify the code in ByteStreamEVentInputSvc · 1663f7cc
      Frank Berghaus authored and Frank Winklmeier's avatar Frank Winklmeier committed
      Three things are combined into this commit: style, adoption of recent
      C++ components, and some code de-duplication. The style updates
      unfortunately makes this look like a full rewrite. Indentation was set
      to use two spaces. The range based for loop was adopted where suitable.
      Dynamically allocated memory was migrated to be managed using unique_ptr
      were possible. The clearing of existing content in the Storegate was
      abstrcted into a function.
      1663f7cc
    • sutt's avatar
      Check validity of the RegSelCondAlg lookup table conditions data before executing · f1ad3cb5
      sutt authored
      The RegSelCondAlgs should only be called if the lookup tables they create need updating.
      However in serial athena, this mechanism is not implemented and so the conditions algorithms
      are unaccountably called for EVERY EVENT.
      
      As such, we need to check whether the lookup table has already been created before actually
      continuing with the execute method.
      f1ad3cb5
  21. May 13, 2020
  22. May 12, 2020
  23. May 09, 2020
    • Attila Krasznahorkay's avatar
      Cleaned up the CMake configuration for TileMuId. · 699ad952
      Attila Krasznahorkay authored
      Moved the flake8 check to operate on the python modules and not the
      jobOptions of the package, and added a missing StoreGateLib dependency
      to the package's component library.
      
      Removed the installation of the package's headers, as they are not needed
      anywhere outside of this package.
      699ad952
  24. May 08, 2020
  25. May 07, 2020
  26. May 04, 2020
    • John Chapman's avatar
      CMakeLists.txt tidying · cf3d9861
      John Chapman authored
      Add missing installed libraries for interfaces and adapt other packages to use
      interface libraries.
      cf3d9861
  27. May 01, 2020
  28. Apr 30, 2020
  29. Apr 23, 2020
  30. Apr 22, 2020
  31. Apr 18, 2020
Loading