Skip to content
Snippets Groups Projects
  1. May 24, 2019
  2. Apr 16, 2019
  3. Apr 14, 2019
  4. Apr 09, 2019
  5. Apr 08, 2019
  6. Apr 05, 2019
  7. Mar 21, 2019
  8. Mar 20, 2019
    • Zach Marshall's avatar
      9a548730
    • scott snyder's avatar
      GeneratorObjectsTPCnv: Adjust reading _p1 objects to avoid making invalid links. · 64e7422c
      scott snyder authored
      When we read _p1 links, we need to determine which event collection to target.
      The target was being set to TruthEvent unless there was a nonzero
      event index, in which case it was being set to TruthEvent_PU.
      However, in some of those cases, the events contains TruthEvent
      but not TruthEvent_PU, the result being that we were making invalid
      links that would trip an assertion when used.
      
      Now, make sure that TruthEvent_PU exists before targeting it.
      (Yeah, it's inefficient to do this for each link, but since this is only
      for reading old data, it's probably not worth doing it differently.)
      Fixes a crash seen in the MuonEventAthenaPool tests.
      64e7422c
  9. Mar 19, 2019
  10. Mar 16, 2019
  11. Mar 14, 2019
  12. Mar 08, 2019
  13. Mar 05, 2019
  14. Feb 28, 2019
  15. Feb 22, 2019
  16. Feb 20, 2019
  17. Feb 06, 2019
  18. Jan 31, 2019
  19. Jan 25, 2019
  20. Jan 07, 2019
  21. Dec 18, 2018
  22. Dec 17, 2018
    • Walter Lampl's avatar
      Fix file permissions of identical files · d00fba15
      Walter Lampl authored
      Files with identical content (same SHA1) but different file permissions
      cause confusing differences shown in GitLab. The file permissions of
      61 files were set to 644 (ATLINFR-2011).
      d00fba15
  23. Dec 16, 2018
  24. Dec 14, 2018
    • Vakhtang Tsulaia's avatar
      Athena code migrated from in-house GeoModelKernel to standalone GeoModelKernel library · 166fab1e
      Vakhtang Tsulaia authored
      Given the standalone library is based on Eigen instead of CLHEP, all GeoModel clients
      in Athena code were also migrated to the Eigen-based interface of GeoModel. This affected
      a large number of packages. Most significant changes have been introduced to subsystem
      GeoModel packages.
      
      The in-house GeoModelKernel code has been removed from the repository.
      
      Almost all header files in PixelGeoModel have been moved to the src directory.
      The next step should be turning this package into a component-only library.
      Similar code reorganization can be applied to SCT_GeoModel too.
      
      Subsystem readout geometry interfaces remain mostly unchanged, except for a minor
      change in the InDet readout geometry interface (which was unavoidable).
      
      Several non-GeoModel packages affected by this migration mostly required addition
      of missing CLHEP includes.
      
      
      Former-commit-id: 9cffebb16406dd699b3b8162a9d460b9f91a3a24
      166fab1e
  25. Dec 13, 2018
    • Scott Snyder's avatar
      GenAnalysisTools: Fix gcc9 warnings. · cdcde2cb
      Scott Snyder authored
      In C++11, implicit declarations of copy and assignment are deprecated if the
      class has a user defined destructor or copy or assignment.  gcc9 now warns
      about this by default.
      Adjust to avoid the warning.
      
      
      Former-commit-id: 4de4f428
      cdcde2cb
  26. Oct 25, 2018
  27. Oct 18, 2018
  28. Oct 17, 2018
  29. Oct 16, 2018
  30. Oct 11, 2018
  31. Oct 05, 2018
Loading