- Jul 01, 2020
-
-
Remove ATLAS_NO_CHECK_FILE_THREAD_SAFETY from SiHitIdHelper.h/cxx and TRTHitIdHelper.h/.cxx. Add const to static Si/TRTHitIdHelper helper. Add const to return type of Si/TRTHelper::GetHelper.
-
- Jun 30, 2020
-
-
Frank Winklmeier authored
PyJobTransformsCore: Enable flake8 checking and fix code See merge request atlas/athena!34168
-
Frank Winklmeier authored
CaloTrkMuIdTools: Fix memory leak in CaloMuonTag See merge request atlas/athena!34250
-
Frank Winklmeier authored
InDetTruthAlgs+TRT_Digitization+InDetLowBetaFinder: cmake fixes See merge request atlas/athena!34266
-
Frank Winklmeier authored
Protect against invalid detector elements in MDT decoding Closes ATR-21606 See merge request atlas/athena!34253
-
Adding some protection against invalid detector elements in the MDT decoding which arise when trying to access chambers that don't exist when running the NSW trigger test. Fixes ATR-21606.
-
Frank Winklmeier authored
MuonReadoutGeometry: Compile RpReadoutElement::fillCache() with optimization, even in debug builds. See merge request atlas/athena!34276
-
Frank Winklmeier authored
Add plots divided by track author to InDetPhysValMonitoring See merge request atlas/athena!34247
-
Frank Winklmeier authored
Add ATLAS_CHECK_THREAD_SAFETY to TRT_RawDataByteStreamCnv package See merge request atlas/athena!34205
-
Frank Winklmeier authored
Remove ATLAS_NO_CHECK_FILE_THREAD_SAFETY from TRT_FillCablingData_DC3.h/cxx See merge request atlas/athena!34278
-
Frank Winklmeier authored
PerfMonAna + PerfMonComps : Adding a script to dump tables from PerfMonMTSvc output JSON See merge request atlas/athena!34118
-
-
Frank Winklmeier authored
Remove monitoring of DS1 chains Closes ATR-21633 See merge request atlas/athena!34257
-
Frank Winklmeier authored
Remove ATLAS_NO_CHECK_FILE_THREAD_SAFETY from TRTDigSettings.h/cxx See merge request atlas/athena!34279
-
Add missing ATLAS_CHECK_THREAD_SAFETY to TRT_Digitization package. Replace thread unsafe exit by return and replace std::cout by msg(MSG::FATAL) to notify the problem.
-
Frank Winklmeier authored
Preselect clusters with LUT in eflowRec track-cluster matching See merge request atlas/athena!34246
-
Frank Winklmeier authored
Sweep: Adding strip charge cut in MM clusterization See merge request atlas/athena!34135
-
Frank Winklmeier authored
TrkTrackSummaryTool+RingerSelectorTools+egammaAlgs: cmake fixes See merge request atlas/athena!34267
-
Frank Winklmeier authored
TrigValTools: Python 3 fix See merge request atlas/athena!34265
-
Frank Winklmeier authored
InDetVKalVxInJetTool+TrkVKalVrtFitter: Fix cppcheck warnings. See merge request atlas/athena!34274
-
Frank Winklmeier authored
Write out the FS trigger vertices in to the EDM See merge request atlas/athena!34193
-
The vertex collection produced in the fullscan jet tracking has been added to the EDM so that it can be written out
-
Frank Winklmeier authored
TrkMaterialProvider: Fix cppcheck warnings. See merge request atlas/athena!34272
-
Frank Winklmeier authored
TrigL2MuonSA: Fix another clang warning. See merge request atlas/athena!34271
-
Frank Winklmeier authored
TrkV0Fitter: Fix cppcheck warnings. See merge request atlas/athena!34275
-
Frank Winklmeier authored
LArCellRec: Fix for python 3 compatibility. See merge request atlas/athena!34263
-
Frank Winklmeier authored
AthenaServices: Migrate from deprecated tbb::task. See merge request atlas/athena!34268
-
Frank Winklmeier authored
Disable thread safety checker for unit test of InDetEtaDepenentCuts package See merge request atlas/athena!34282
-
Frank Winklmeier authored
Add ATLAS_CHECK_THREAD_SAFETY to PixelToTPIDTool package See merge request atlas/athena!34197
-
Add ATLAS_CHECK_THREAD_SAFETY to PixelToTPIDTool package to check and keep thread safety. Add ATLAS_NOT_THREAD_SAFE to PixeldEdxAODFix::execute because it uses const_cast.
-
Frank Winklmeier authored
CaloRingerTools: cmake fixes See merge request atlas/athena!34269
-
Frank Winklmeier authored
PixelCalibAlgs: Fix cppcheck warnings. See merge request atlas/athena!34273
-
Frank Winklmeier authored
JetRec: cmake fix See merge request atlas/athena!34270
-
Frank Winklmeier authored
TrigConfData: Remove unused CxxUtils include See merge request atlas/athena!34260
-
Frank Winklmeier authored
TrigEvent: CMake cleanup See merge request atlas/athena!34181
-
Frank Winklmeier authored
Make code flake8/Py3 compliant. Delete unused `CVSutil` and `CastorPreStager` module.
-
Susumu Oda authored
Modification to disable thread safety checker for the unit test of the InDetEtaDependentCuts pacakge
-
Susumu Oda authored
Remove ATLAS_NO_CHECK_FILE_THREAD_SAFETY from TRT_FillCablingData_DC3.h/cxx. Add ATLAS_NOT_THREAD_SAFE to defineTables and initialize of TRT_FillCablingData_DC3.
-
- Jun 29, 2020
-
-
scott snyder authored
Add RpReadoutElement::fillCache() to the set of methods that are compiled with optimization, even in debugging builds. This method makes heavy use of Eigen, which performs very poorly in debug builds.
-
scott snyder authored
- Pass large structures by const reference rather than by value.
-