Skip to content
Snippets Groups Projects
  1. Jan 19, 2023
  2. Jan 18, 2023
  3. Jan 17, 2023
  4. Jan 14, 2023
  5. Jan 13, 2023
    • Sebastien Ponce's avatar
      Merge branch 'more-const-correct-LinkedToFrom' into 'master' · df7628d7
      Sebastien Ponce authored
      Follow changes in LHCb!3917
      
      See merge request lhcb/Rec!3263
      df7628d7
    • Gerhard Raven's avatar
      Follow changes in LHCb!3917 · a6b5d683
      Gerhard Raven authored
      - Converters: use new functionality of LinksByKey to simplify code,
        remove mention of LinkerWithKey
      - CopySignalMCParticles: modernize and adapt to changes in LHCb!3917
      - TrackCloner{,WithCluster}: adapt to changes in LHCb!3917 (drop use of LinkerWithKey)
      - Pr associators: adapt to LinksByKey constructor changes in LHCb!3917
      - Pr checkers: do not keep associators as member data that outlive the
        scope of an event
      - TrackAssociator: do not keep event-specific state as member data
      a6b5d683
  6. Jan 12, 2023
  7. Jan 11, 2023
  8. Jan 09, 2023
  9. Jan 06, 2023
  10. Jan 05, 2023
  11. Jan 04, 2023
  12. Jan 03, 2023
  13. Jan 02, 2023
  14. Dec 31, 2022
    • Gerhard Raven's avatar
      Adapt to interface changes in LHCb!3912 · c8d1b4d0
      Gerhard Raven authored
      - do not pass IDataProviderSvc to Linked{From,To} - instead, pass the
        relevant LinksByKey instance directly.
      - update looping to new ranges returned by Linked{From,To}
      - prefer inheritance from extends instead of explicitly virtual
        inheritance
      - remove some redundant explicit virtual destructors and empty
        initialize functions
      c8d1b4d0
  15. Dec 28, 2022
    • Gerhard Raven's avatar
      Follow Linked{From,To} changes in LHCb!3912 · c3ab0f5d
      Gerhard Raven authored
      - adapt code to more const-correct linkers
      - some additional cleanup:
         - prefer inheritance from extends over virtual inheritance
         - amalgamate component headers into their source files
         - remove redundant empty explicit destructor implementations
      c3ab0f5d
Loading