Skip to content
Snippets Groups Projects
  1. Feb 08, 2019
  2. Feb 07, 2019
  3. Feb 06, 2019
  4. Feb 02, 2019
    • Scott Snyder's avatar
      JetEvent: Fix gcc9 warnings. · 181957c4
      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.
      181957c4
  5. Feb 01, 2019
    • Scott Snyder's avatar
      tauEventTPCnv: Fix gcc9 warnings. · 6709607d
      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.
      6709607d
    • scott snyder's avatar
      JetUtils: Update location of test input files. · b0705ce3
      scott snyder authored
      Read test input files from cvmfs rather than afs.
      Seeing if this will help with the timeouts that have been observed
      in recent nightlies.
      b0705ce3
  6. Jan 31, 2019
  7. Jan 30, 2019
    • Scott Snyder's avatar
      JetEventTPCnv: Fix gcc9 warnings. · 27261113
      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.
      27261113
  8. Jan 29, 2019
  9. Jan 28, 2019
  10. Jan 26, 2019
  11. Jan 25, 2019
    • Siarhei Harkusha's avatar
      Refactor Tile bytestream converters for TMDB · 3f1c952a
      Siarhei Harkusha authored
      Digits for TMDB from bytestream are unpacked in the same time
      when Tile digits are requested and upacked and put directly
      into StoreGate ignoring standard conversion mechanism.
      The same is done in the case of unpacking raw channels for TMDB.
      This is not very good for AthenaMT (especially for scheduler).
      
      Tile bytestream converters have been refactored
      to unpack digits and raw channels for TMDB
      only if they are requested (needed)
      using standard conversion mechanism.
      
      Unit tests for reading Tile digits and raw channels from bytestream
      and the corresponding reference files have been updated accordingly.
      3f1c952a
    • scott snyder's avatar
      DiTauRec: Migrate to using VarHandles. · 0eeb94bc
      scott snyder authored
      Use Read/Write handles instead of direct SG access.
      Also general cleanup.  Make tool methods const and the algorithm reentrant.
      0eeb94bc
  12. Jan 23, 2019
  13. Jan 22, 2019
  14. Jan 21, 2019
    • scott snyder's avatar
      METUtilities: TAccept->AcceptData · fff6b212
      scott snyder authored
      Update METMakerAlg to work with accept() returning AcceptData.
      fff6b212
    • Scott Snyder's avatar
      tauEvent: Fix gcc9 warnings. · b20a4f4f
      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.
      b20a4f4f
  15. Jan 19, 2019
    • Scott Snyder's avatar
      egammaEvent: Fix gcc9 warnings. · f89e97cc
      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.
      f89e97cc
    • Scott Snyder's avatar
      PanTauEvent: Fix gcc9 warnings. · f9a79f64
      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.
      f9a79f64
  16. Jan 18, 2019
  17. Jan 17, 2019
  18. Jan 16, 2019
  19. Jan 14, 2019
  20. Jan 13, 2019
    • Scott Snyder's avatar
      RecTPCnv: Fix gcc9 warnings. · c605e48c
      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.
      c605e48c
  21. Jan 11, 2019
  22. Jan 10, 2019
  23. Jan 09, 2019
  24. Jan 08, 2019
    • Olivier Arnaez's avatar
      Migrating the TrackParticleTruth TP Converters to use the new HepMcParticleLink · 815b3041
      Olivier Arnaez authored
      Update `TrackParticleTruthAthenaPool` to write out the new
      `TrackParticleTruthCollection_p2` and `TrackParticleTruthCollectionContainer_p2`
      classes which use `HepMcParticleLink_p2` by default.
      (cherry picked from commit aa3286c2a93ac47d342d30131581dc15970e1f27)
      
      Add unit tests the for new TP Converters
      (cherry picked from commit 4d3cc18027874d378522730b6e941ced8e8eba5a)
      
      Update the new unit tests to use valid `HepMcParticleLinks`.
      815b3041
  25. Jan 04, 2019
  26. Dec 20, 2018
Loading