Skip to content
Snippets Groups Projects
  1. Sep 16, 2020
  2. Sep 14, 2020
  3. Sep 13, 2020
  4. Sep 12, 2020
    • scott snyder's avatar
      AthenaROOTAccess: root 6.22 fix · dae837f5
      scott snyder authored
      SetSignalPolicy no longer exists.
      dae837f5
    • scott snyder's avatar
      AthenaPython: Fix reference to MakeNullPointer. · 25606f41
      scott snyder authored
      Fix reference to MakeNullPointer to work with root 6.22.00.
      25606f41
    • scott snyder's avatar
      InDetSimEvent: Thread-safety cleanup. · 5a2bcbd2
      scott snyder authored
      Mark the ContextSpecificPtr as thread-safe, rather than marking the
      containing method as not thread-safe.
      5a2bcbd2
    • scott snyder's avatar
      TRT_RawDataByteStreamCnv: threading fixes · 6fcf9d0a
      scott snyder authored
      Rework to avoid calling naughtyRetrieve.
      
      Remove ATLAS_NOT_THREAD_SAFE annotations --- just need to avoid a (needless!)
      AttributeList copy.
      
      Make sure to protect TRTRawDataProviderTool::m_cache with a lock.
      Not safe to omit it.
      
      Note that the original code was sometimes unpacking the same channel
      multiple times into the same collection.  This behavior is fixed
      by the change, but it results in RootComp differences for a couple
      TriggerTest ART tests.
      6fcf9d0a
    • scott snyder's avatar
      InDetEventTPCnv: Thread-safety cleanups. · 9abb1717
      scott snyder authored
      Don't declare functions using setPStorage as not thread-safe; instead,
      just suppress the warning about the const_cast.
      
      Calls to the leak checker in the test code are not thread-safe.
      9abb1717
Loading