Skip to content
Snippets Groups Projects
  1. Dec 12, 2018
  2. Dec 10, 2018
  3. Dec 07, 2018
  4. Dec 05, 2018
  5. Nov 29, 2018
  6. Nov 15, 2018
  7. Nov 13, 2018
  8. Nov 08, 2018
  9. Nov 07, 2018
    • Scott Snyder's avatar
      CaloEvent: Clang fix. · 37673531
      Scott Snyder authored
      The previous root workaround change causes a problem with clang, which
      doesn't seem to properly implement __attribute__((used)) for destructors.
      For clang, move the destructor completely out-of-line.  (Trying to remove
      the destructor entirely resulted in a mysterious crash in TClass...).
      
      
      Former-commit-id: 80682529
      37673531
  10. Nov 06, 2018
    • Siarhei Harkusha's avatar
      Update ATLAS copyrights · c6babae8
      Siarhei Harkusha authored
      Former-commit-id: 9dc145fd
      c6babae8
    • Siarhei Harkusha's avatar
      Decrease dependency on TileInfo · 06918273
      Siarhei Harkusha authored
      TileInfo is used to return any detector-dependent
      constants or information regarding the Tile Calorimeter,
      including conditions data via different conditions tools.
      It is not good for AthenaMT.
      
      So functionality of TileInfo which is provided via tools
      will be removed and clients will be migrated to use tools directly.
      It is supposed that TileInfo will keep and provide only constants
      which will be initialized during initialization of job.
      
      Migration of clients has been started.
      
      
      Former-commit-id: a571f58e
      06918273
    • Scott Snyder's avatar
      CaloTools: Fix clang warnings. · 3cd1fa8d
      Scott Snyder authored
      clang warnings: Missing override keywords.
      
      
      Former-commit-id: fad5d267
      3cd1fa8d
  11. Oct 30, 2018
  12. Oct 29, 2018
  13. Oct 24, 2018
  14. Oct 23, 2018
  15. Oct 22, 2018
  16. Oct 20, 2018
    • scott snyder's avatar
      CaloUtils: Update reference files. · 3e1c31a7
      scott snyder authored
      A test was failing due to a new INFO message from GeoModelSvc.
      Suppress INFO messages from GeoModelSvc and update reference files.
      Fixes test failure in master.
      
      
      
      Former-commit-id: 80cd7e89
      3e1c31a7
  17. Oct 19, 2018
  18. Oct 18, 2018
    • Siarhei Harkusha's avatar
      Fix dependency of CaloBadChanTool (ATLASRECTS-4635) · 2125e9a5
      Siarhei Harkusha authored
      TileBadChanTool tools was not declared as property
      of CaloBadChanTool and it's dependencies was not propagated
      up to CaloBadChanTool. This caused problems in AthenaMT
      because this dependency was not propated to the algorithms
      which use CaloBadChanTool. Now TileBadChanTool is declared
      as property of CaloBadChanTool and made private.
      The same is done also for LArBadChanTool because anyway
      it should be made private at some moment.
      
      
      Former-commit-id: 069ece00
      2125e9a5
    • Scott Snyder's avatar
      CaloTPCnv: Fix covererity 118902. · 5de3d74d
      Scott Snyder authored
      Coverity warning: unchecked return values.
      
      
      Former-commit-id: a82bac3c
      5de3d74d
  19. Oct 17, 2018
  20. Oct 12, 2018
  21. Oct 09, 2018
  22. Oct 08, 2018
  23. Oct 05, 2018
  24. Oct 03, 2018
  25. Sep 28, 2018
  26. Sep 27, 2018
  27. Sep 25, 2018
    • scott snyder's avatar
      CaloTTDetDescr: CLIDSvc -> AthenaKernel · 7cfb6569
      scott snyder authored
      Remove references to obsolete package CLIDSvc; header moved to AthenaKernel.
      Also remove unneeded dependency on SGTools.
      
      
      
      Former-commit-id: 238ad38194c862e93429b2779ecfe0df844a98b7
      7cfb6569
    • scott snyder's avatar
      CaloSimEvent: CLIDSvc -> AthenaKernel · 1353fe6a
      scott snyder authored
      Remove references to obsolete package CLIDSvc; header moved to AthenaKernel.
      Also remove unneeded dependency on SGTools.
      
      
      
      Former-commit-id: d854368cdad22a6eee8d907be73ad2d23350fbc9
      1353fe6a
Loading