- Jun 22, 2020
-
-
Edward Moyse authored
SGComps: Fix cppcheck warnings. See merge request atlas/athena!33977
-
Edward Moyse authored
PyUtils: Fix use of deprecated pyroot syntax. See merge request atlas/athena!33976
-
Edward Moyse authored
IOVSvc: Fix refcounting bug in createCondObj See merge request atlas/athena!33975
-
Edward Moyse authored
Acts mat map See merge request atlas/athena!33280
-
Edward Moyse authored
Improvements for re-reco from ESD See merge request atlas/athena!33852
-
- Jun 20, 2020
-
-
scott snyder authored
- Parameter name ordering mismatch. - Use preincrement rather than postincrement.
-
scott snyder authored
Should now use [], not (), to supply template parameters.
-
scott snyder authored
CondAttrListCollection is a DataObject with a reference count. CondAttrListCollAddress holds an instance of CondAttrListCollection and manages its reference count. However, what createCondObj does is to take the address, get the DataBucket from the address, take control of the underlying object via relinquish, and then store the underlying object in the CondCont. CondCont then takes ownership of the object, and it doesn't know about refcounting. Then finally the address is deleted. Normally this works ok even for CondAttrListCollection, since when we get the object from the address the refcount is incremented. Deleting the address will then just decrement the reference count again, and the CondCont is left as the only owner of the object. But the range being inserted entirely overlaps with an existing range, then CondCont will delete the object rather than inserting it. In that case, when we try to delete the object, it tries to decrement the object's refcount using a dangling reference to the deleted object, which can crash. Fix this by making sure that the address is deleted before we try to add the object to the CondCont.
-
- Jun 19, 2020
-
-
Adam Edward Barton authored
Revert "Merge branch 'menumt_cleanup' into 'master'" See merge request atlas/athena!33968
-
Adam Edward Barton authored
TrigTauRec monitoring cleanup See merge request atlas/athena!33859
-
-
Adam Edward Barton authored
Restructure HLTMenu JSON See merge request atlas/athena!33614
-
Frank Winklmeier authored
This reverts merge request !33843
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to InDetRegionSelector and MuonRegionSelector... See merge request atlas/athena!33858
-
Adam Edward Barton authored
Tracking geometry conditions alg See merge request atlas/athena!32418
-
-
Adam Edward Barton authored
Copy changes in PMGTools from 21.2 into master and make it compile See merge request atlas/athena!33864
-
renamed private variables _flt_channel_number and fStoreSampleInfo (member variable) to meet naming conventions
-
Adam Edward Barton authored
AthenaMonitoring add l1calo monitoring python flags See merge request atlas/athena!32879
-
-
Adam Edward Barton authored
Sweep to master: fixNSWSegmentCleaner See merge request atlas/athena!33950
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to InDetTestBLayer. See merge request atlas/athena!33944
-
Adam Edward Barton authored
PyUtils: Ignore custom targets in cmake_depends See merge request atlas/athena!33945
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to BCM_Digitization. See merge request atlas/athena!33943
-
Adam Edward Barton authored
CaloRec: Rework CaloClusterCorrDumper to not use ToolWithConstantsMixin. See merge request atlas/athena!33813
-
Adam Edward Barton authored
AthContainers+xAODCore: Fix cppcheck warnings. See merge request atlas/athena!33941
-
Corentin Allaire authored
-
Corentin Allaire authored
-
Adam Edward Barton authored
LAfCafJobs: Fix LArReadCells ubsan warnings. See merge request atlas/athena!33897
-
Adam Edward Barton authored
L1TopoSimulation: cmake fix See merge request atlas/athena!33904
-
Adam Edward Barton authored
ForwardTransportSvc: cmake fixes See merge request atlas/athena!33905
-
Adam Edward Barton authored
SCT_RawDataByteStreamCnv: Fix conditions dependencies. See merge request atlas/athena!33895
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to four InnerDetector packages See merge request atlas/athena!33842
-
Remove InnerDetector/InDetConditions/PixelConditionsData/PixelConditionsData/ATLAS_CHECK_THREAD_SAFETY
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to three InnerDetector packages See merge request atlas/athena!33846
-
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to InnerDetector/InDetDetDescrCnv/InDetIdCnv See merge request atlas/athena!33851
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to PixelConditionsData with fixing constness issues. See merge request atlas/athena!33871
-
-
Adam Edward Barton authored
Add ATLAS_CHECK_THREAD_SAFETY to TRT_G4_SD and TRT_TR_Process See merge request atlas/athena!33872
-