Skip to content
Snippets Groups Projects
  1. Dec 18, 2020
  2. Nov 25, 2020
  3. Nov 23, 2020
  4. Nov 17, 2020
  5. Oct 27, 2020
  6. Oct 26, 2020
  7. Oct 22, 2020
  8. Oct 13, 2020
  9. Sep 30, 2020
    • sutt's avatar
      Replace use of old RegSelSvc by RegSelTools for the ID · 2a6c88e9
      sutt authored
      The single RegSelSvc is to be replaced by a separate RegSelTool for each subsystem.
      
      This merge request is to implement that migration for the ID code.
      
      This code contains about 60 % of all the changes that are needed for the migration,
      and most of the changes for the pixel, SCT and TRT.
      
      ```
      For information the packages needing changes are
      Innerdetector/InDetEventCnv/PixelRawDataByteStreamCnv
      InnerDetector/InDetEventCnv/TRT_RawDataByteStreamCnv
      InnerDetector/InDetExample/InDetRecExample
      InnerDetector/InDetRecAlgs/InDetPrepRawDataFormation
      InnerDetector/InDetRecTools/TRT_SeededSpacePointFinderTool
      
      Reconstruction/TRT_Rec
      Reconstruction/iPat/iPatRecExample
      
      Innerdetector/InDetExample/InDetTrigRecExample
      
      InnerDetector/InDetTrigRecAlgs/InDetTrigPrepRawDataFormat
      InnerDetector/InDetTrigRecAlgs/InDetTrigRawDataProvider
      InnerDetector/InDetTrigRecAlgs/SiTrigSPSeededTrackFinder
      InnerDetector/InDetTrigRecAlgs/SiTrigSpacePointFormation
      InnerDetector/InDetTrigRecAlgs/TRT_TrigSeededTrackFinder
      InnerDetector/InDetTrigRecAlgs/TRT_TrigTrackSegmentsFinder
      
      Trigger/TrigTools/TrigOnlineSpacePointTool
      Trigger/TriggerCommon/TriggerJobOpts
      
      Trigger/TrigAlgorithms/TrigGenericAlgs
      Trigger/TrigAlgorithms/TrigT2MinBias
      Trigger/TrigHypothesis/TrigLongLivedParticlesHypo
      ```
      
      plus the configuratin for every package that uses any of the above packages which will need to
      instantiate the RegSelTools for the tool and algorithms configurables.
      2a6c88e9
  10. Sep 16, 2020
  11. Aug 28, 2020
  12. Aug 24, 2020
  13. Aug 14, 2020
  14. Aug 06, 2020
  15. Jul 30, 2020
  16. Jul 28, 2020
  17. Jul 27, 2020
  18. Jul 15, 2020
  19. Jul 08, 2020
  20. Jul 01, 2020
  21. Jun 30, 2020
  22. Jun 26, 2020
  23. Jun 18, 2020
  24. 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
  25. Jun 01, 2020
  26. May 28, 2020
  27. May 27, 2020
  28. May 15, 2020
  29. Apr 11, 2020
Loading