Skip to content
Snippets Groups Projects
  1. Aug 24, 2020
  2. Aug 14, 2020
  3. Jul 30, 2020
  4. Jul 28, 2020
  5. Jul 15, 2020
  6. Jul 08, 2020
  7. Jul 01, 2020
  8. Jun 30, 2020
  9. Jun 26, 2020
  10. Jun 18, 2020
  11. Jun 11, 2020
    • scott snyder's avatar
      InDetTrigTrackSlimmer: Use ITrackSlimmingTool::slimCopy(). · 02be99f3
      scott snyder authored
      Change TrigTrackSlimmer to use the slimCopy() method of ITrackSlimmingTool
      rather than slim.
      
      Avoids thread-safety issues.
      02be99f3
    • scott snyder's avatar
      InDetTrigAmbiguitySolver: Complain about misconfigured MT jobs. · b1b0e669
      scott snyder authored
      The thread-safety checker was not properly checking calls to virtual functions.
      When that is fixed, we get a warning about the call to
      IPRDtoTrackMapExchange::setPRDtoTrackMap.
      
      This is indeed not thread safe, and is supposed to be used only for
      backwards compatibility with run 2.
      
      To resolve this, split out the non-thread-safe part into a separate function.
      We suppress the thread-safety checker warning in the call to it,
      but we also explicitly check and fail the job if we're running
      such a run 2 configuration with more than one thread.
      b1b0e669
  12. Jun 01, 2020
  13. May 28, 2020
  14. May 27, 2020
  15. May 15, 2020
  16. Apr 11, 2020
  17. Apr 09, 2020
  18. Mar 27, 2020
  19. Mar 25, 2020
  20. Mar 04, 2020
  21. Feb 26, 2020
  22. Feb 20, 2020
  23. Jan 10, 2020
  24. Dec 24, 2019
  25. Dec 10, 2019
  26. Nov 25, 2019
  27. Nov 20, 2019
    • Goetz Gaycken's avatar
      Made member functions of TRT extension and segment finder tools constant. · 0077ab07
      Goetz Gaycken authored
      - Moved mutable members into EventData struct or replaced them by local variables
        which are passed through.
      - Made member functions constant.
      - Removed remaining magnetic field init callback. Field mode now adjusted per event.
      - Removed most stream operators to dump tools. The dump methods which provide the
        actual functionality are still available.
      0077ab07
  28. Nov 18, 2019
    • Goetz Gaycken's avatar
      Migrate ambiguity processor from PRD_Association tool to PRD-to-track maps. · 598c55c8
      Goetz Gaycken authored and Walter Lampl's avatar Walter Lampl committed
      - Use a PRD-to-track map rather than the PRD_AssociationTool which conains a PRD-to-track map
        internally. This is needed to resolve ATLASRECTS-5005.
      - Made all methods const.
      - The score processor does not create track copies anymore, thus PRD-to-track maps stay valid for
        scored tracks.
      - The ambiguity processors now use a helper class which manages the new and original tracks i.e.
        tracks with mixed ownership, and creates track copies only for the final track collection if
        necessary.
      - Moved debug ntuple code of simple ambiguity processor to a new derived class, to improve the
        readability.
      598c55c8
  29. Oct 25, 2019
  30. Oct 17, 2019
  31. Oct 07, 2019
Loading