Skip to content
Snippets Groups Projects
  1. Feb 13, 2019
  2. Jan 14, 2019
  3. Dec 17, 2018
    • Walter Lampl's avatar
      Fix file permissions of identical files · af8bf1bc
      Walter Lampl authored
      Files with identical content (same SHA1) but different file permissions
      cause confusing differences shown in GitLab. The file permissions of
      68 files were set to 644 (ATLINFR-2011).
      af8bf1bc
  4. Sep 28, 2018
  5. Aug 14, 2018
  6. Jun 21, 2018
  7. Jun 19, 2018
    • James Catmore's avatar
      Merge branch '21.2_ProposedConfigPatch' into '21.2' · 8ed93c78
      James Catmore authored and Walter Lampl's avatar Walter Lampl committed
      Updating default treatment of geometry and conditions
      
      See merge request !5475
      
      (cherry picked from commit f0117e8a [formerly 7dd1b7d8834216142a18c3c970e478eac4094615])
      
      a3a691c1 Updating default treatment of geometry and conditions
      f9419c95 Changing default geometry as requested
      
      Former-commit-id: 6f5b85d0703644aec6eacdc7aee643d6d2995b65
      8ed93c78
  8. Jun 18, 2018
    • James Catmore's avatar
      Fixing stealth Tier-0 violation caused by DRAW_ZMUMU production · 886f10ce
      James Catmore authored
      It is observed that since 21.0.72 RAWtoALL jobs produce AODs with DAOD_level muon decorations in them, leading to downstream issues. It turns out that these are being added by the DRAW_ZMUMU, which schedules the calculation of these variables and commits them to SG to enable the use of the ExpressionEvaluation to select the events. However, since the Muon output items list wildcards all MuonAux variables, these DAOD level variables, which are intended by the authors to be transient, get picked up and written into StreamAOD. This is trivially prevented by explicitly removing them from the item list in the output items script. This is put into effect in this MR.
      
      
      Former-commit-id: cf128768eb003c3bd0d7155387cdf401e928ca65
      886f10ce
  9. Jun 16, 2018
  10. Jun 12, 2018
  11. Jun 09, 2018
  12. Jun 06, 2018
  13. Jun 04, 2018
  14. May 31, 2018
  15. May 30, 2018
  16. May 29, 2018
  17. May 28, 2018
  18. May 23, 2018
  19. May 16, 2018
  20. May 14, 2018
    • scott snyder's avatar
      JetEventTPCnv: Avoid calling method through null pointer. · 18d2cce5
      scott snyder authored
      Backport from master:
      
      There were a couple instances where a method was being called from
      a null pointer.  The method didn't access any class member data, which is
      why it didn't crash in the past.  However, this is undefined, and now
      causes a crash when the undefined behavior sanitizer is used.
      
      
      Former-commit-id: a386fa6453d088b4e7eb3b01f341ddfa6a4a0661
      18d2cce5
  21. May 07, 2018
  22. Apr 27, 2018
  23. 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
  24. Apr 19, 2018
  25. Apr 14, 2018
  26. Apr 11, 2018
  27. Apr 10, 2018
  28. Apr 05, 2018
    • Olivier Arnaez's avatar
      Add new TrackParticleTruth persistent classes using HepMcParticleLink_p2 · 450b1833
      Olivier Arnaez authored
      Add new `TrackParticleTruthCollection_p2` and `TrackParticleTruthCollectionContainer_p2`
      classes which use `HepMcParticleLink_p2` and corresponding TP Converters.
      NB The peristent versions using `HepMcParticleLink_p1` are still written
      out by default.
      (cherry picked from commit aa3286c2a93ac47d342d30131581dc15970e1f27)
      
      Add unit tests the for `TrackParticleTruth` TP Converters
      (cherry picked from commit 4d3cc18027874d378522730b6e941ced8e8eba5a)
      
      Updated `TrackParticleTruthTPCnv` unit tests to use valid `HepMcParticleLinks`
      
      
      Former-commit-id: 902bc6e9cd46594825c20aba1d854f8c2b4f2d22
      450b1833
  29. Mar 28, 2018
Loading