- Feb 11, 2019
-
-
-
Adam Edward Barton authored
MuonCSC_CnvTools: Fix clang warning. See merge request atlas/athena!20985
-
Adam Edward Barton authored
add resetCache() to reset the cache for Neutral/Track Particle like the Vertex See merge request atlas/athena!20970
-
Adam Edward Barton authored
Enable thread safety checker for some trigger packages See merge request atlas/athena!20956
-
Adam Edward Barton authored
xAODEventShape: Enable thread-safety checking. See merge request atlas/athena!20953
-
Adam Edward Barton authored
changing const G4String to const char * See merge request atlas/athena!20945
-
Adam Edward Barton authored
CxxUtils: Fix potential locking issue in ConcurrentRangeMap test. See merge request atlas/athena!20979
-
Adam Edward Barton authored
xAODTrigger: Fix compilation failure with clang. See merge request atlas/athena!20986
-
Adam Edward Barton authored
HitAnalysis: Comply with ATLAS naming conventions. See merge request atlas/athena!20988
-
Adam Edward Barton authored
RDOAnalysis: Comply with ATLAS naming conventions. See merge request atlas/athena!20987
-
- Feb 09, 2019
-
-
Walter Lampl authored
Remove LAr cabling svc See merge request atlas/athena!20758
-
- Feb 08, 2019
-
-
Walter Lampl authored
Updates for G4AtlasApps unit and ART-build tests Closes ATLASSIM-4012 See merge request atlas/athena!20966
-
Pavol Strizenec authored
-
Walter Lampl authored
Complete migration to V2 of TrigComposite Aux See merge request atlas/athena!20959
-
Walter Lampl authored
pseudomerge of TrigHLTMonitoring packages from rel 21 to master, ATR-18999 See merge request atlas/athena!20813
-
Walter Lampl authored
TileRec: Move large arrays into separately-allocated objects. See merge request atlas/athena!20982
-
Walter Lampl authored
TrigPartialEventBuilding: cmake fix See merge request atlas/athena!20984
-
Walter Lampl authored
ART egammaValidation. Adding prefix to input containers See merge request !20968
-
Walter Lampl authored
New configuration system for jet reconstruction -- take 2 See merge request atlas/athena!20964
-
-
Walter Lampl authored
TileByteStream: Another pattern to ignore. See merge request atlas/athena!20983
-
Walter Lampl authored
Disable unsupported unit-tests for master,AthSimulation builds Closes ATLASSIM-4013 See merge request atlas/athena!20967
-
Walter Lampl authored
Sweeping !20668 from 21.0 to master. Fix name of the test mc_pp_v7_rdotoaodslim_build See merge request atlas/athena!20887
-
John Chapman authored
`test_AtlasG4_cosmics_configuration.py` and `test_TestBeam_tf_configuration.py` have been updated to take into account the fact that `xAODMaker::EventInfoCnvAlg/xAODMaker::EventInfoCnvAlg` has been added to the start of the AlgSequence of all jobs which generate events on-the-fly.
-
John Chapman authored
Should fix ATLASSIM-4012.
-
Tim Martin authored
-
Walter Lampl authored
Configuration of ATLAS Detector Description using ComponentAccumulator See merge request atlas/athena!20770
-
scott snyder authored
Private data members should start with m_.
-
scott snyder authored
Private data members should start with m_.
-
scott snyder authored
operator<< should be declared within the namespace of its argument so that argument-dependent lookup will work properly.
-
scott snyder authored
clang warning: Unused private data member.
-
scott snyder authored
cmake typo: PRIVATE used instead of PRIVATE_LINK_LIBRARIES.
-
scott snyder authored
Update reference file comparison so as to not fail if SimFlags are not available.
-
scott snyder authored
ubsan can give false positives for classes using virtual derivation that have excessive space in member variables. Resolve by moving the large member arrays to a separately allocated object. Fixes ubsan warnings seen in gcc8 dbg build.
-
scott snyder authored
m_inGrace should be protected by the mutex. Only affects the unit test.
-
- Feb 07, 2019
-
-
Tim Martin authored
-
Christos Anastopoulos authored
-
Roger Naranjo authored
-
John Chapman authored
Should fix ATLASSIM-4013.
-
John Chapman authored
-