- Jan 07, 2019
-
-
Adam Edward Barton authored
FastCaloSim: Working to make FastShowerCellBuilderTool const. See merge request atlas/athena!20176
-
-
Adam Edward Barton authored
CaloTriggerTool: cmake fix See merge request atlas/athena!20183
-
Adam Edward Barton authored
Digitization: Update expected output for addition of TileDQstatusAlg. See merge request atlas/athena!20185
-
Adam Edward Barton authored
SCT_CalibAlgs: Add some missing const qualifiers. See merge request atlas/athena!20184
-
Adam Edward Barton authored
CxxUtils: Fix potential race in ConcurrentRangeMap::trim(). See merge request atlas/athena!20181
-
Adam Edward Barton authored
MuonTrackPerformance: Fix clang warnings. See merge request atlas/athena!20180
-
Adam Edward Barton authored
MuGirlCandidate: Comply with ATLAS naming conventions. See merge request atlas/athena!20179
-
Adam Edward Barton authored
xAODPFlow: Fix gcc9 warnings. See merge request atlas/athena!20178
-
Adam Edward Barton authored
PyDumper: Add --exclude to sg-dumper. See merge request atlas/athena!20177
-
Adam Edward Barton authored
TileMonitoring: Fix clang warnings. See merge request atlas/athena!20175
-
Adam Edward Barton authored
Decouple TGC BS conversion from RDO->PRD decoding See merge request atlas/athena!20109
-
Adam Edward Barton authored
Use DataHandles in AthenaOutpuStreamTool Closes ATLASRECTS-4684 See merge request atlas/athena!20148
-
-
- Jan 06, 2019
-
-
scott snyder authored
Fixing test failure in master.
-
scott snyder authored
Obey ToolHandle constness restrictions.
-
Scott Snyder authored
Remove unneeded dependency on LArTools.
-
scott snyder authored
When finishing the trim() operation, the begin pointer must be updated before queuing the dummy impl object for discard. Otherwise, another thread could potentially see a pointer to a deleted object. Trying to fix infrequent crashes in CondCont_test observed in nightlies and CI.
-
- Jan 04, 2019
-
-
scott snyder authored
clang warnings: missing override keywords.
-
scott snyder authored
Non-members should not start with m_.
-
Scott Snyder authored
In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.
-
scott snyder authored
Add option to selectively exclude items from the dump.
-
Scott Snyder authored
clang warnings: missing override keywords.
-
Frank Winklmeier authored
TileRecUtils, etc: Switch to using TileDQstatusAlg. See merge request atlas/athena!20167
-
Frank Winklmeier authored
NewJO decision tree generating refactoring See merge request atlas/athena!20147
-
Frank Winklmeier authored
MuonConfig: Increase test timeout. See merge request atlas/athena!20162
-
Frank Winklmeier authored
AthenaConfiguration: Allow overriding the location of test files. See merge request atlas/athena!20164
-
Frank Winklmeier authored
MuonG4SD: Comply with ATLAS naming conventions. See merge request atlas/athena!20165
-
Frank Winklmeier authored
BarcodeServices: Fix clang warnings. See merge request atlas/athena!20163
-
Frank Winklmeier authored
TrkValTools: cmake fix See merge request atlas/athena!20166
-
- Jan 03, 2019
-
-
Krzysztof Jamrog authored
-
scott snyder authored
Update jobOfragment_ReadBS_standalone.py to configure TileDQstatusAlg.
-
scott snyder authored
Update CaloOverlay_joboptions.py for switch from (MT-unsafe) TileBeamInfoProvider to using TileDQstatusAlg.
-
Scott Snyder authored
Update jobOptions_Tile_Dig.py for switch from (MT-unsafe) TileBeamInfoProvider to TileDQstatusAlg.
-
scott snyder authored
Update CaloCellGetter for switch from (MT-unsafe) TileBeamInfoProvider to TileDQstatusAlg.
-
scott snyder authored
Change from (MT-unsafe) TileBeamInfoProvider to using TileDQstatusAlg for TileDigitsMaker.
-
scott snyder authored
Change from (MT-unsafe) TileBeamInfoProvider to using TileDQstatusAlg for TileCellBuilder, TileRawChannelBuilder, and TileRawChannelNoiseFilter.
-
scott snyder authored
Remove reference to nonexistent package HighPtBTrackingAnalysis.
-
scott snyder authored
Private data members should start with m_.
-
scott snyder authored
Allow overriding the location of test files via an optional environment variable. Useful for builds on systems where cvmfs is not available.
-