- Nov 16, 2020
-
-
Adam Edward Barton authored
Fix use after move described in ATLASRECTS-5738 Closes ATLASRECTS-5738 See merge request atlas/athena!38275
-
Adam Edward Barton authored
AthContainers: Fix variable selection. See merge request atlas/athena!38242
-
Adam Edward Barton authored
L1CaloFEXSim: Fix compilation with clang. See merge request atlas/athena!38245
-
Adam Edward Barton authored
TrigServices+L1Decoder+CaloRec: Fix clang warnings. See merge request atlas/athena!38246
-
Adam Edward Barton authored
Cleanup memory handling of sTGC_Digitization See merge request atlas/athena!38234
-
Adam Edward Barton authored
Update on Run 2 MC TriggerDB oracle->sqlite See merge request atlas/athena!38264
-
-
Adam Edward Barton authored
Cleanup memory handling of MM_DigitizationTool See merge request atlas/athena!38257
-
Adam Edward Barton authored
LArByteStream+TrigT2CaloCommon: Const fixes See merge request atlas/athena!38161
-
Adam Edward Barton authored
LArRecUtils+LArElecCalib: Enable thread-safety checking. See merge request atlas/athena!38260
-
Stephen Nicholas Swatman authored
In my previous work to migrate the GlobalChi2Fitter to smart pointers, I introduced a minor bug-prone bit of code where a smart pointer may be used after being moved. While this has not been disasterous, it is still erroneous behaviour that clang-tidy picks up on, as described in ATLASRECTS-5738. This commit resolves the issue by keeping a non-unique observer pointer to the object, and using that instead of the unique handle which may be moved. This is mostly a quick fix, the method containing this code is extremely complex and needs some refactoring.
-
Adam Edward Barton authored
Add OS X metadata files starting with ._ to .gitignore See merge request atlas/athena!38211
-
Adam Edward Barton authored
Quick L1Calo bitwise simulation software bug fixes See merge request atlas/athena!38232
-
Adam Edward Barton authored
Fix uninitialized variable warnings for TRT raw monitoring (also fixes FPEs) See merge request atlas/athena!38249
-
-
Adam Edward Barton authored
TauID+TileTripReader+TrackingID: cmake cleanup See merge request atlas/athena!38214
-
Adam Edward Barton authored
GSF: cleanup unused MulticomponentState functions. Also use "move" to avoid allocations. See merge request atlas/athena!38251
-
-
Adam Edward Barton authored
LwtnnUtils, fix clang llvm 9 on inconsistent use of struct vs class See merge request atlas/athena!38254
-
Adam Edward Barton authored
Flow Element validation plots See merge request atlas/athena!37788
-
Added relevant class components for FE histogram filling. Compiles, but is not necessarily correct runtime at present
-
Adam Edward Barton authored
ElectronPhotonID: cmake cleanup See merge request atlas/athena!38212
-
Adam Edward Barton authored
TrigConfData: Fix clang warning. See merge request atlas/athena!38247
-
Adam Edward Barton authored
IOVSvc: Fix bug in incident listener See merge request atlas/athena!38230
-
Adam Edward Barton authored
[ATR-22366] Python bug fix to xAOD trigger menu check See merge request atlas/athena!38226
-
- Nov 15, 2020
-
-
Vakhtang Tsulaia authored
TrigEgammaAnalysisTools: Don't print messages at the DEBUG level for TrigEgammaMatchingTool See merge request atlas/athena!38240
-
Vakhtang Tsulaia authored
TGCTriggerCondSvc: Fix clang warnings. See merge request atlas/athena!38263
-
Vakhtang Tsulaia authored
TrigMuonRoITools+MooSegmentCombinationFinder+TrigEgammaMonitoring: Fix clang warnings. See merge request atlas/athena!38261
-
Vakhtang Tsulaia authored
MuonTrackSteeringTools+LArCalibTools: Fix clang warnings. See merge request atlas/athena!38262
-
Vakhtang Tsulaia authored
TileMonitoring: Add python script to run online Tile monintoring in Run3 See merge request atlas/athena!38176
-
scott snyder authored
Remove some defaulted default ctors that can't actually be defaulted due to the presence of a const member.
-
scott snyder authored
Missing override keywords. Unused variable.
-
scott snyder authored
Unused private data member.
-
scott snyder authored
Missing override keywords.
-
scott snyder authored
Missing override keywords.
-
scott snyder authored
Missing override keyword.
-
scott snyder authored
Mark more obsolete / unsafe tool interfaces as not thread-safe: ILArADC2MeVTool ILArAutoCorrNoiseTool ILArAutoCorrTotalTool ILArOFCTool
-
scott snyder authored
Enable thread-safety checking. Fix resulting warnings. Some obsolete tools just marked as not thread-safe.
-
- Nov 14, 2020
-
-
Tadej Novak authored
-
Tadej Novak authored
-