- Jul 02, 2020
-
-
Frank Winklmeier authored
Overlay: Add BCM new-style config + fix data overlay See merge request atlas/athena!34304
-
Frank Winklmeier authored
Add ATLAS_CHECK_THREAD_SAFETY to TRT_CalibAlgs package See merge request atlas/athena!34359
-
Add ATLAS_CHECK_THREAD_SAFETY to TRT_CalibAlgs package. Remove const keyword from TRTCalibrationMgr::streamOutCalibObjects to avoid const_cast. Add ATLAS_NOT_THREAD_SAFE to TRT_StrawStatus class because it reads and writes a global variable (last_lumiBlock0). Add ATLAS_NOT_THREAD_SAFE to TRTOccupancyInclude::execute method because static variables are used.
-
Frank Winklmeier authored
Move or add trhead unsafety reasons to lines of ATLAS_NOT_THREAD_SAFE See merge request atlas/athena!34354
-
Frank Winklmeier authored
CscRawDataMonitoring: Add the tools properly according to the new configuration See merge request atlas/athena!34344
-
Frank Winklmeier authored
Fix or mark a part of thread safety issues of TRT_GeoModel. See merge request atlas/athena!34298
-
-
Frank Winklmeier authored
switched to improved IP calculation (with FPE protection) See merge request atlas/athena!33505
-
-
Frank Winklmeier authored
Remove non thread-safe updateAssocMeas method from MuonTGMeasTool See merge request atlas/athena!34360
-
-
Frank Winklmeier authored
Add type to ITrackLink. Use virtual/override/final. Try to avoid dynamic cast See merge request atlas/athena!34321
-
Frank Winklmeier authored
Migrate some generator filters to Hepmc3 part3 See merge request atlas/athena!34172
-
-
Frank Winklmeier authored
Migration of EvgenProdTools, first part See merge request atlas/athena!34341
-
-
Frank Winklmeier authored
Fix AthenaOutputStream storegate propagation See merge request atlas/athena!34391
-
Frank Winklmeier authored
TauAnalysisTools: do not compile TauOverlappingElectronLLHDecorator in AnalysisBase See merge request atlas/athena!34384
-
AnalysisBase TauOverlappingElectronLLHDecorator depends on an EGamma tool which is not avaible in AnalysisBase. To make TauAnalysisTools compiel, this class is ignored in AnalysisBase.
-
Frank Winklmeier authored
Include functionalities for building empty steps in HLT menu/CF See merge request atlas/athena!34292
-
-
Tadej Novak authored
-
Frank Winklmeier authored
MuonSegmentMakerInterfaces+MuonSegmentMakerToolInterfaces: cmake fixes See merge request atlas/athena!34370
-
Frank Winklmeier authored
Fix OOB acces in OutStreamSeq when service enabled but unused See merge request atlas/athena!34353
-
Frank Winklmeier authored
Removing InDetPerformanceRTT as it has been superseded by InDetPhysValMonitoring See merge request atlas/athena!34286
-
Frank Winklmeier authored
Remove unnecessary mutable keyword from TRT_OverlapDescriptor::m_trtIdHelper See merge request atlas/athena!34383
-
Frank Winklmeier authored
Add ATLAS_CHECK_THREAD_SAFETY to TRT_G4Utilities package. See merge request atlas/athena!34294
-
Frank Winklmeier authored
Check for number of concurrent threads when debugging muons See merge request atlas/athena!34358
-
-
Frank Winklmeier authored
Cleanup of McParticleEvent before migration to HepMC3 See merge request atlas/athena!34349
-
Frank Winklmeier authored
Sweeping !34320 from 21.3 to master. Add Run3 reco NSW performance test See merge request atlas/athena!34380
-
Frank Winklmeier authored
LArRawConditions: Fix clang10 warnings. See merge request atlas/athena!34372
-
Frank Winklmeier authored
Remove monitoring of chains we don't care anymore See merge request atlas/athena!34337
-
Frank Winklmeier authored
PyJobTransforms: Enable flake8 checking and fix code See merge request atlas/athena!34340
-
Frank Winklmeier authored
TrigEFMissingET: Fix clang10 warning. See merge request atlas/athena!34375
-
Frank Winklmeier authored
Migration of GenzModuleEvent to HepMC3 See merge request atlas/athena!34343
-
-
Frank Winklmeier authored
L1Decoder: Increase test timeout. See merge request atlas/athena!34367
-
Frank Winklmeier authored
Disable RingSetConf in-file metadata See merge request atlas/athena!34120
-
At the moment the RingSetConf in-file metadata is not friently to MT-processing. As it is accessed by an algorithm it would need migrating to MetaCont and ReadMetaHandle. However it is also safe to configure the algorithm to neither read or write the metadata content. This disables writing the RingSetConf. When the developers wish to return to using it they will also modernize their usage of the in-file metadata infrastructure to make it either thread safe or MT-friendly.
-