Skip to content
Snippets Groups Projects
  1. Apr 12, 2020
  2. Apr 10, 2020
  3. Apr 09, 2020
  4. Apr 06, 2020
  5. Apr 03, 2020
  6. Apr 02, 2020
  7. Mar 30, 2020
  8. Mar 28, 2020
  9. Mar 25, 2020
  10. Mar 21, 2020
  11. Mar 20, 2020
  12. Mar 18, 2020
  13. Mar 17, 2020
  14. Mar 16, 2020
  15. Mar 11, 2020
  16. Mar 05, 2020
  17. Mar 03, 2020
    • scott snyder's avatar
      CaloEvent: const cleanup for CaloCluster. · 22c13359
      scott snyder authored
      Remove mutable from signal-state related members.
      Add kinematics getters that request a specific signal state.
      
      Remove const_casts related to m_dataLink.  Add another member
      giving a non-const pointer to the store where appropriate.
      
      Remove NOT_THREAD_SAFE annotation from CaloCluster.
      22c13359
  18. Mar 02, 2020
    • scott snyder's avatar
      CaloRec: Remove StatusCode return from declareConstant. · f46d7f62
      scott snyder authored
      ToolWithConstantsMixin::declareConstant was returning a StatusCode.
      However, this is used in constructors, so in practice, the return
      value was never being checked.  Pending changes to Gaudi will start
      giving warnings about this.
      
      There's no point in returning a StatusCode if it can't reasonably be checked,
      so just change declareConstant (and add_constant) to be void.
      f46d7f62
  19. Mar 01, 2020
    • scott snyder's avatar
      CaloEvent: Making setSignalState non-const. · b10a3b8c
      scott snyder authored
      Change the ISignalState::setSignalState and resetSignalState methods
      to be (properly!) non-const.  SignalStateHelper now takes a non-const
      pointer to the object.  (Temporarily?) introduce SignalStateConstHelper
      that takes a const pointer and does a const_cast on it; this is marked
      as not thread-safe.
      
      Remove now-unused SignalStateCollHelper.
      
      Corresponding changes downstream.
      b10a3b8c
  20. Feb 28, 2020
  21. Feb 26, 2020
  22. Feb 24, 2020
  23. Feb 20, 2020
    • Frank Winklmeier's avatar
      Add interface libraries for some packages · 012b3542
      Frank Winklmeier authored
      Add interface libraries to export public headers for the following
      packages:
      
      CaloInterface
      egammaInterfaces
      xAODEgammaCnv
      HIGlobal
      TrigTools
      TrigInDetToolInterfaces
      TrigTrackJetFinderTool
      TrigMuonBackExtrapolator
      TrigMuonRoITools
      012b3542
  24. Feb 18, 2020
  25. Feb 14, 2020
  26. Feb 11, 2020
Loading