Skip to content
Snippets Groups Projects
  1. Apr 09, 2021
  2. Apr 08, 2021
  3. Mar 15, 2021
  4. Mar 13, 2021
  5. Mar 11, 2021
  6. Feb 22, 2021
  7. Feb 18, 2021
  8. Feb 16, 2021
  9. Feb 11, 2021
  10. Feb 09, 2021
  11. Jan 29, 2021
  12. Jan 22, 2021
    • Andreas Kirchhoff's avatar
      Creation and application of FEmask · 2cf3bf61
      Andreas Kirchhoff authored
      2cf3bf61
    • Soshi Tsuno's avatar
      Activation of new deadmap folder (ATLASRECTS-5014) · 821e55b1
      Soshi Tsuno authored
      The deadmap format will be changed in rel.22.
      The previous DB folder was /PIXEL/PixMapOverlay, and new folder /PIXEL/PixelModuleFeMask .
      This new folder is not included in old global tag.
      Thus, in the job option, the DB-tag is specified, but this should be removed when the q-test update new global tag.
      Unfortunately, q221 uses old global tag, OFLCOND-MC16-SDR-25, which associates PixMapOverlay-SIM-MC16-000-02.
      But the RUN-2 best-knowledge tag is based on PixMapOverlay-SIM-MC16-000-03, and new deadmap conditions also based on this tag (-03).
      Therefore, the q221 test will not pass T0 policy. The reference file is updated.
      On the other hand, the data q431 is no problem.
      821e55b1
  13. Jan 10, 2021
  14. Dec 25, 2020
  15. Dec 16, 2020
  16. Dec 14, 2020
  17. Dec 01, 2020
  18. Nov 06, 2020
  19. Oct 28, 2020
  20. Oct 07, 2020
  21. Oct 06, 2020
  22. Oct 02, 2020
  23. 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
    • Soshi Tsuno's avatar
      Adding OccupancyMapMaker. · d2581158
      Soshi Tsuno authored
      d2581158
  24. Sep 20, 2020
  25. Sep 18, 2020
    • scott snyder's avatar
      TRT_CalibAlgs: Thread-safety cleanups. · af17b92a
      scott snyder authored
      Thread-safety annotations should match between declarations and definitions.
      Clean up some static variables.
      TRTCalibrationMgr is not thread-safe due to its use of TRTCalibrator.
      af17b92a
  26. Jul 28, 2020
  27. Jul 21, 2020
  28. Jul 19, 2020
  29. Jul 12, 2020
  30. Jul 06, 2020
  31. Jul 02, 2020
    • Susumu Oda's avatar
      Add ATLAS_CHECK_THREAD_SAFETY to TRT_CalibAlgs package. Remove const keyword... · d42bc3e8
      Susumu Oda authored and Frank Winklmeier's avatar Frank Winklmeier committed
      Add ATLAS_CHECK_THREAD_SAFETY to TRT_CalibAlgs package. Remove const keyword from TRTCalibrationMgr::streamOutCalibObjects to avoid const_cast. Add ATLAS_NOT_THREAD_SAFE to TRT_StrawStatus class because it reads and writes a global variable (last_lumiBlock0). Add ATLAS_NOT_THREAD_SAFE to TRTOccupancyInclude::execute method because static variables are used.
      d42bc3e8
  32. Jul 01, 2020
  33. Jun 30, 2020
Loading