- Dec 01, 2022
-
-
Make CaloRec a pure component library
-
- Nov 22, 2022
-
-
TBDetDescrCnv: Enable thread-safety checking. Enable thread-safety checking.
-
- Oct 07, 2022
-
-
TBTPCnv: Enable thread-safety checker. Enable thread-safety checker and fix warnings.
-
- Oct 05, 2022
-
-
TBCaloConditions: Remove EventInfo depedency. Remove dependency on old EventInfo class.
-
TBCondRunPar: Remove reference to EventInfo. Remove reference to old EventInfo class.
-
- Oct 01, 2022
-
-
TBRec: Remove dependency on EventInfo. Remove dependency on old EventInfo class.
-
- Sep 21, 2022
-
-
Frank Winklmeier authored
-
- Sep 20, 2022
-
-
TBRec: Fix a const-correctness violation. Should only get const pointers from a const AthenaHitsVector.
-
- Aug 11, 2022
-
-
Frank Winklmeier authored
-
- Aug 08, 2022
-
-
Walter Lampl authored
-
- Jun 30, 2022
-
-
Frank Winklmeier authored
The `eformat_write` dependency is not needed as the bytestream converters do not actually create the "writable" fragment. This is taken care of by the ByteStreamCnvSvcBase.
-
Frank Winklmeier authored
Delete ancient code to monitor (pre Run-1) testbeam data.
-
- Jun 07, 2022
-
-
Frank Winklmeier authored
-
- Apr 14, 2022
-
-
ATLASSIM-3150: Enable use of static Geant4 in Athena using "BigLibrary" pattern to improve simulation performance
-
- Apr 07, 2022
-
-
- Apr 06, 2022
-
-
- Apr 05, 2022
-
-
TrkDetDescrAthenaPool+TBDetDescrAlg+TBDetDescrAthenaPool+MuonRPC_Cabling+MuonCablingServers: Enable thread-safety checking.
-
-
- Apr 04, 2022
-
-
- Apr 01, 2022
-
-
- Mar 16, 2022
-
-
Walter Lampl authored
-
- Feb 09, 2022
-
-
Benjamin Michael Wynne authored
It is a widespread and reasonable, but incorrect, pattern to assume that if a handle(key) is not used then it should not be initialized. In fact, this leaves the data dependency active in the scheduler, and no error will be thrown if the handle is never accessed. Instead, the handle should be initialized(false) - this MR makes the change
-
- Jan 28, 2022
-
-
scott snyder authored
Explicitly qualify virtual methods called from ctors.
-
scott snyder authored
Uninitialized pointer passed to SG::retrieve.
-
- Jan 26, 2022
-
-
IExtrapolator: interfaces methods returning unique_ptr rahter than plain. Makes clear the caller takes ownership
-
- Jan 15, 2022
-
-
- Dec 14, 2021
-
-
- Dec 10, 2021
-
-
scott snyder authored
Unused variables.
-
Christos Anastopoulos authored
-
- Nov 26, 2021
-
-
Frank Winklmeier authored
-
- Nov 23, 2021
-
-
- Nov 04, 2021
-
-
scott snyder authored
Missing override keywords.
-
- Oct 30, 2021
-
-
Vakhtang Tsulaia authored
Switched several components in TBRec to reading CaloDetDescrManager from the Condition Store. Part of the ongoing migration of all clients of the CaloDetDescrManager
-
- Oct 28, 2021
-
-
scott snyder authored
Migrate from IAtRndmGenSvc to IAthRNGSvc. The code here is still flagrantly thread-unsafe, but not trying to fix that now.
-
Vakhtang Tsulaia authored
1. Switched TBCellContainerFillerTool to reading CaloDetDescrManager from the Condition Store 2. Dropped the redundant dependency on CaloDetDescrManager from TBClusterMaker, TBECLArRawChannelBuilder and TBEMECXTalkToyModel. Instead they now retrieve CaloCell ID helpers directly from the Detector Store This is part of the ongoing migration of all clients of CaloDetDescrManager
-
- Oct 19, 2021
-
-
scott snyder authored
Remove obsolete/unneeded references to LArRoI_Map.
-
- Oct 14, 2021
-
-
- Oct 02, 2021
-
-
- Aug 21, 2021
-
-
scott snyder authored
Migrate from using the obsolete LArCablingLegacyService to conditions data.
-
- Jul 07, 2021
-
-