Skip to content
Snippets Groups Projects
  1. Feb 19, 2025
  2. Jan 21, 2025
  3. Jan 09, 2025
  4. Dec 17, 2024
  5. Dec 16, 2024
    • Scott Snyder's avatar
      TrkVertexSeedFinderUtils: Fix out-of-bounds vector access. · 83632374
      Scott Snyder authored and Jean-Baptiste De Vivie De Regie's avatar Jean-Baptiste De Vivie De Regie committed
      TrkVertexSeedFinderUtils: Fix out-of-bounds vector access.
      
      In these lines
      ```
              std::vector< std::pair< int, int> > idxprevious = (*idxs)[splt-1] ;
              offset = idxprevious[sz].second ;
      ```
      
      we seem to want to refer to the last element in idxprevious.
      But sz is the size of (*idxs)[split], so this can result in
      an out-of-bounds access.  Changed to use back().
      Also get rid of some needless vector copies.
      Fixes crash when compiling with -D_GLIBCXX_ASSERTIONS.
      83632374
  6. Dec 05, 2024
  7. Dec 02, 2024
    • Mark Sutton's avatar
      Replace all the RegSelTool interface calls for the ID Trigger clients · 07164042
      Mark Sutton authored and Jiri Masik's avatar Jiri Masik committed
      Replace all the RegSelTool interface calls for the ID Trigger clients
      
      The RegSelTool interface is being changed as discussed in !76173. This request replaces all the
      ID Trigger related RegSelTool calls. The details for all the calls have been checked and the
      output is identical both for simple Rois and composite Rois. The RawDataProviders
      however, have NOT been checked since they so not run when running only over RDO, but code
      itself for these calls is identical for that code for the clustring which has been validated.
      
      This completes the the ID Trigger part of ATR-30360
      07164042
  8. Nov 21, 2024
  9. Nov 11, 2024
  10. Oct 25, 2024
  11. Oct 20, 2024
  12. Oct 17, 2024
  13. Sep 24, 2024
    • James Catmore's avatar
      Downgrading WARNING to DEBUG in ImpactPoint3dEstimator, Adaptive(Multi)VertexFitter · 5abb93a7
      James Catmore authored and Ahmed Tarek's avatar Ahmed Tarek committed
      Downgrading WARNING to DEBUG in ImpactPoint3dEstimator, Adaptive(Multi)VertexFitter
      
      ATLASRECTS-7525
      
      The tools ImpactPoint3dEstimator and Adaptive(Multi)VertexFitter have been producing long-standing and long-ignored WARNING messages in the reconstruction, which (along with many others) are obfuscating the log files such we can't use WARNING messages for their intended purpose. This seems to be a particular issue when the tools are used in the tau domain.
      
      There hasn't been much response on the JIRA so now I make the MR directly in the hope of provoking a response. Since there isn't much activity on this, I don't think this can be a very serious warning, in which case downgrading to DEBUG would be reasonable.
      5abb93a7
  14. Sep 17, 2024
  15. Sep 11, 2024
  16. Sep 09, 2024
    • Stewart Martin-Haugh's avatar
      ID and muon tracking: Pass EventContext down · 9e3105dc
      Stewart Martin-Haugh authored and Duc Ta's avatar Duc Ta committed
      InnderDetector: Pass EventContext down
      
      Passing event context to avoid calling currentContext function.
      An Abstract interface IRIO_OnTrackCreator.h should be changed to pass
      the event context, which resulted in change of many header files.
      
      (It was observed that currentContext was frequently called by getCondData
      which was frequently called by getLorentzShift and getTanLorentzAngle.
      Hence the original aim is to pass EventContext to getCondData.)
      9e3105dc
  17. Sep 03, 2024
  18. Aug 30, 2024
  19. Aug 22, 2024
  20. Aug 21, 2024
  21. Aug 16, 2024
  22. Aug 13, 2024
  23. Aug 09, 2024
  24. Aug 07, 2024
  25. Jul 16, 2024
  26. Jul 15, 2024
  27. Jul 01, 2024
  28. Jun 24, 2024
  29. Jun 14, 2024
  30. Jun 07, 2024
  31. Jun 05, 2024
  32. Jun 04, 2024
  33. Jun 03, 2024
Loading