- Sep 16, 2020
-
-
Johannes Junggeburth authored
-
- Sep 14, 2020
-
-
Walter Lampl authored
GeoModelInterfaces: Enable thread-safety static checker. See merge request !36336
-
Walter Lampl authored
MaterialInteraction: Move large methods to .cxx from header See merge request !36370
-
-
Walter Lampl authored
PerfMonAna: Fix ROOT batch mode Closes ATR-22025 See merge request !36397
-
Walter Lampl authored
TRT_RawDataByteStreamCnv: threading fixes See merge request atlas/athena!36378
-
Walter Lampl authored
InDetSimEvent: Thread-safety cleanup. See merge request !36379
-
Walter Lampl authored
TRT_Cabling: Thread-safety cleanup. See merge request !36338
-
Walter Lampl authored
GsfMaterialMixtureConvolution , Remove unused property See merge request !36371
-
Walter Lampl authored
TrkDetDescrInterfaces: Enable thread-safety checking. See merge request atlas/athena!36337
-
Walter Lampl authored
TrkEventTPCnv: Enable thread-safety checker. See merge request !36376
-
Walter Lampl authored
PyKernel+PyAnalysisExamples: Remove some obsolete code. See merge request !36382
-
Walter Lampl authored
CoraCool: Fix cppcheck warnings. See merge request !36374
-
Walter Lampl authored
AthenaPython: Fix reference to MakeNullPointer. See merge request !36380
-
Walter Lampl authored
Digitization: Add missing flag. See merge request atlas/athena!36328
-
Walter Lampl authored
RootUtils: Adjust objectIsA for root 6.22. Closes ATEAM-652 See merge request !36396
-
Walter Lampl authored
ATR-22006 add b-jet trigger monitoring chain See merge request !36333
-
Walter Lampl authored
InDetEventTPCnv: Thread-safety cleanups. See merge request !36377
-
Walter Lampl authored
Adding to monitor all RNNIP, DL1 and DL1r probability distributions See merge request !36292
-
Introduced LLR for DL1 and DL1r.
-
Walter Lampl authored
JpsiFinder master: Address bug ATLASRECTS-4094 See merge request !36357
-
Walter Lampl authored
remove atlas_depends_on_subdirs from remaining muon packages See merge request !36350
-
Walter Lampl authored
Legacy HLT monitoring - fix comp warning related to boost bind functionality See merge request !36353
-
Walter Lampl authored
Updated refs for failing ctests in AthenaPoolExampleAlgorithms See merge request !36369
-
Frank Winklmeier authored
With LCG_98 batch mode is no longer set via the command line argument `-b` but explicitly via `gROOT.SetBatch`. Fixes ATR-22025.
-
Walter Lampl authored
DQUtils: Update use of boost::bind. See merge request !36375
-
Walter Lampl authored
FlowAfterburner: Make const violation explicit. See merge request !36339
-
Walter Lampl authored
MagFieldElements: Fix compilation with clang10. See merge request !36335
-
Walter Lampl authored
AthenaROOTAccess: root 6.22 fix See merge request !36381
-
Adjust the repr string parsing in RootUtils::objectIsA for changes with the new cppyy in root 6.22.
-
- Sep 13, 2020
-
-
Walter Lampl authored
Use unique_ptr for tracks in MuonTrackSteeringTools See merge request atlas/athena!36344
-
Walter Lampl authored
Private tool fix/muon segment makers See merge request !36049
-
-
scott snyder authored
Remove some obsolete code testing AIDA histogram wrappers.
-
scott snyder authored
Remove some obsolete code dealing with wrapping AIDA histograms. Doesn't work with root 6.22.00.
-
- Sep 12, 2020
-
-
scott snyder authored
SetSignalPolicy no longer exists.
-
scott snyder authored
Fix reference to MakeNullPointer to work with root 6.22.00.
-
scott snyder authored
Mark the ContextSpecificPtr as thread-safe, rather than marking the containing method as not thread-safe.
-
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.
-
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.
-