Skip to content
Snippets Groups Projects
  1. Apr 27, 2018
  2. Apr 26, 2018
    • scott snyder's avatar
      AthenaPoolUtilities, RecAthenaPool: Allow skipping tests if required libraries aren't present. · 27811990
      scott snyder authored
      Synchonize with 21.2:
      
      Some *AthenaPool tests are failing in AthDerivation because they require
      libraries that aren't present in the build.  For example, RecAthenaPool
      is failing because JetEventAthenaPool isn't included.  In this case,
      we end up having to add a fair number of libraries to the build
      in order to get it to work --- probably more than we'd like to.
      
      So extend the cmake_parse_arguments macro to take a REQUIRED_LIBARARIES
      argument.  If any of the libraries listed here are not found
      on LD_LIBRARY_PATH, then the test is skipped.
      
      Use this in RecAthenaPool.
      
      
      Former-commit-id: 71ff378c73757fe155ff4dd765c5c36638d3ea68
      27811990
  3. Apr 25, 2018
  4. Apr 18, 2018
    • scott snyder's avatar
      AthenaPoolExampleAlgorithms: Fix tests. · 1f73c9f9
      scott snyder authored
      Update reference files.
      
      Clean up test run script, to try to fix spurious test failures.
      They seemed to be associated with running the long grep/sed pipeline.
      So remove everything from there that is already handled in TestTools,
      and collapse it to a single sed and single grep invocation.
      
      
      Former-commit-id: c82200dbceaf0a776059f3c0e682bf5770240209
      1f73c9f9
  5. Mar 23, 2018
  6. Mar 08, 2018
  7. Mar 07, 2018
  8. Mar 06, 2018
  9. Feb 20, 2018
  10. Feb 08, 2018
  11. Feb 07, 2018
  12. Feb 06, 2018
  13. Jan 31, 2018
    • Vakhtang Tsulaia's avatar
      Merge branch 'PoolMerge_Fix' into 'master' · 4b8a25a6
      Vakhtang Tsulaia authored and Peter Van Gemmeren's avatar Peter Van Gemmeren committed
      Fixing bug in poolMerge for TTrees with multiple cycle numbers (Thanks Marcelo)
      
      See merge request atlas/athena!8341
      
      (cherry picked from commit b07c3ef6 [formerly 61d63906fa2e821c18c3f5a53c315b23e521afe4])
      
      cbec3095 Fixing bug in poolMerge for TTrees with multiple cycle numbers (Thanks Marcelo)
      
      Former-commit-id: 1c7a2395f22cf79fafdcd236589a844caaaa039b
      4b8a25a6
    • Nils Erik Krumnack's avatar
      Merge branch 'ImproveEventSelector-21.2' into '21.2' · 94ea31e9
      Nils Erik Krumnack authored and Atlas Nightlybuild's avatar Atlas Nightlybuild committed
      only load branches actually found in the input collection. Previously we were…
      
      See merge request atlas/athena!8380
      
      (cherry picked from commit 2c08b089 [formerly 5259dcccd2e9b4fe0685e02d911d3c3f194f8b48])
      
      b8cd5899 only load branches actually found in the input collection. Previously we were…
      
      Former-commit-id: 67424151
      94ea31e9
  14. Jan 12, 2018
  15. Dec 17, 2017
    • Vakhtang Tsulaia's avatar
      Merge branch 'test.AthenaPoolUtilities-20171213' into 'master' · c7f42d70
      Vakhtang Tsulaia authored
      AthenaPoolUtilities: A couple fixes for *AthenaPool test jobs.
      
      See merge request atlas/athena!7404
      
      (cherry picked from commit 72733cdf [formerly 1d9fce2f945b27253e2600711b85b1bfd7981292])
      
      3b32e83d AthenaPoolUtilities: A couple fixes for *AthenaPool test jobs.
      
      Former-commit-id: e380f9e7aa5659cd2120e38a4178dc866865d619
      c7f42d70
  16. Dec 14, 2017
  17. Dec 11, 2017
  18. Nov 16, 2017
  19. Nov 14, 2017
  20. Nov 02, 2017
  21. Oct 27, 2017
  22. Oct 26, 2017
  23. Oct 25, 2017
  24. Sep 22, 2017
    • John Chapman's avatar
      Move Compressor class from EventCommonTPCnv to AthenaPoolCnvSvc · 50009585
      John Chapman authored
      The `Compressor` class has no dependencies other than on the STL
      and is not used by any other class in `EventCommonTPCnv` moving
      it to `AthenaPoolCnvSvc` means that `CaloSimEventTPCnv` and
      `LArSimEventTPCnv` no longer depend on `EventCommonTPCnv`.
      In turn this means that `EventCommonTPCnv` no longer needs to be
      part of the AthSimulation release. See ATLASSIM-3441.
      
      
      Former-commit-id: e20bb794
      50009585
  25. Sep 21, 2017
  26. Sep 04, 2017
Loading