- Jan 29, 2019
-
-
scott snyder authored
Rework TileCellBuilderFromHit so that the process() methods can be made const. Working to make calo system reconstruction reentrant.
-
- Jan 27, 2019
-
-
Vakhtang Tsulaia authored
TrigT1CaloCalibTools+TrigT1CaloCalibToolInterfaces: Migrate to VarHandle. See merge request !20679
-
Vakhtang Tsulaia authored
InDetAlignmentMonitoring; Migrate IDAlignMonResiduals to VarHandle. See merge request !20678
-
Vakhtang Tsulaia authored
EventBookkeeperTools: VarHandle migration. See merge request atlas/athena!20677
-
Vakhtang Tsulaia authored
TrkExStraightLineIntersector: Preparing to make interfaces const. See merge request !20676
-
Vakhtang Tsulaia authored
TileByteStream: Update reference files. See merge request !20675
-
Vakhtang Tsulaia authored
TileRecUtils: Update reference files. See merge request !20674
-
Vakhtang Tsulaia authored
AthExHelloWorld: Enable thread-safety static checker. See merge request !20667
-
Vakhtang Tsulaia authored
METUtilities: Fix dependency propagation. See merge request !20666
-
Vakhtang Tsulaia authored
METReconstruction: Make MET tools private. See merge request !20665
-
Vakhtang Tsulaia authored
ZdcRec+ZdcAnalysis: Migrate to VarHandles. See merge request !20664
-
-
Vakhtang Tsulaia authored
PyDumper: Explicitly disable CaloRinger during event dumping. See merge request !20662
-
Vakhtang Tsulaia authored
TrkExUtils: Fix gcc9 warnings. See merge request !20663
-
Vakhtang Tsulaia authored
TileRec: Convert TileAANtuple to use handles. See merge request !20661
-
Vakhtang Tsulaia authored
TileMonitoring: Migrate to VarHandles. See merge request !20660
-
Vakhtang Tsulaia authored
StoreGate: Fix compilation warnings. See merge request !20659
-
Vakhtang Tsulaia authored
EventUtils: Remove use of IAsgSelection interfaces. See merge request atlas/athena!20649
-
- Jan 26, 2019
-
-
scott snyder authored
IL1CaloxAODOfflineTriggerTowerTools::initDatabase is never called, and the concrete implementation is problematic for MT. Remove it.
-
scott snyder authored
Migrate L1CaloTriggerTowerDecoratorAlg/L1CaloxAODOfflineTriggerTowerTools to use Read/WriteHandle. Make tool private.
-
scott snyder authored
Use ReadHandle to access SG data.
-
scott snyder authored
Change EventCounterAlg to use ReadHandle.
-
scott snyder authored
The tool was caching event information in member variables. Rework to remove this caching, to allow the interfaces to eventually be made const. Results are identical, and this is not expected to have any significant effect on performance. Also changed CRLF line endings to LF.
-
scott snyder authored
Fix test failures in master.
-
scott snyder authored
Fix test failures in master.
-
scott snyder authored
Enable thread-safety static checker. Try to fix irreproducibility in MT2 test.
-
scott snyder authored
HandleKeys must be declared as properties in order for dependencies to propagate correctly.
-
scott snyder authored
Needed to get dependencies propagated from tools.
-
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
CaloRinger is on by default in RecExCommon, and doesn't obey the doWrite switches. Futher, it loads Athena libraries during job configuration, which can lead to crashes in gcc8 builds. Explicitly disable it.
-
scott snyder authored
Removing more direct access to SG.
-
scott snyder authored
Use ReadHandleKey to get dependencies propagated. Needed for q431 --thread=1.
-
Scott Snyder authored
Compilation warnings: Don't use std::move in return.
-
- Jan 25, 2019
-
-
Vakhtang Tsulaia authored
PROCTools: Fix import of RunTier0TestsTools. See merge request !20618
-
Vakhtang Tsulaia authored
xAODEventInfo: Thread-safety fixes. See merge request !20619
-
Vakhtang Tsulaia authored
TileRecUtils: Make TileCellBuilder const-compatible. See merge request !20620
-
Vakhtang Tsulaia authored
FastCaloSim: Making FastShowerCellBuilderTool const. See merge request !20621
-
Vakhtang Tsulaia authored
TrkExStraightLineIntersector: Add a simple unit test. See merge request !20624
-
Vakhtang Tsulaia authored
DiTauRec: Migrate to using VarHandles. See merge request !20625
-
Vakhtang Tsulaia authored
Fix ATLASDQ-663 Closes ATLASDQ-663 See merge request !20637
-