Skip to content
Snippets Groups Projects
  1. Jun 26, 2020
  2. Apr 06, 2020
  3. Mar 27, 2020
  4. Mar 05, 2020
  5. Jan 17, 2020
  6. Nov 20, 2019
  7. Nov 13, 2019
  8. Oct 18, 2019
  9. Oct 15, 2019
  10. Sep 10, 2019
  11. Sep 05, 2019
  12. Sep 03, 2019
  13. Aug 27, 2019
  14. May 24, 2019
  15. Mar 21, 2019
  16. Mar 18, 2019
  17. Feb 27, 2019
  18. Feb 25, 2019
  19. Feb 08, 2019
  20. Feb 07, 2019
  21. Dec 18, 2018
  22. 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: 9cffebb1
      166fab1e
  23. Dec 13, 2018
  24. Aug 09, 2018
  25. Jul 08, 2018
  26. Jun 19, 2018
    • scott snyder's avatar
      TBRec: · a007ea90
      scott snyder authored
      CaloCellCorrection methods are const.
      
      CaloCellCorrection::MakeCorrection is now const, with an EventContext argument.
      Adjust uses of it.
      Working to make more of the calorimeter reconstruction reentrant.
      
      Former-commit-id: c4b71645
      a007ea90
  27. Mar 29, 2018
    • charles leggett's avatar
      Preparation for Gaudi v30r2 · b2ff5559
      charles leggett authored
      major changes:
      
       - removal of DECLARE_FACTORY_ENTRIES
       - DECLARE_CONVERTER_FACTORY -> DECLARE_CONVERTER
       - DECLARE_TOOL_FACTORY -> DECLARE_COMPONENT
       - DECLARE_SERVICE_FACTORY -> DECLARE_COMPONENT
       - DECLARE_ALGORITHM_FACTORY -> DECLARE_COMPONENT
       - constructor of Converters is public, not protected
       - remove #include "GaudiKernel/CnvFactory.h"
       - remove #include "GaudiKernel/ToolFactory.h"
       - remove #include "GaudiKernel/AlgFactory.h"
       - remove #include "GaudiKernel/AudFactory.h"
       - remove #include "DeclareFactoryEntries.h"
      
      
      Former-commit-id: fd7a40f5
      b2ff5559
  28. Feb 06, 2018
    • Jochen Meyer's avatar
      removal of double-semicolon at EOL · de2bb3a2
      Jochen Meyer authored
      @srettie spotted some lines in the muon code which ended with
      two semicolons. As there is no convincing answer, they were
      changed to single semicolons - and not only in muon code,
      but throughout the repository (except generator packages).
      
      
      Former-commit-id: 317d8317b24122874d8916e62e68ff74a3b727f8
      de2bb3a2
  29. Jan 09, 2018
  30. Dec 27, 2017
  31. Dec 25, 2017
  32. Dec 14, 2017
  33. Dec 11, 2017
  34. Dec 08, 2017
Loading