- May 05, 2021
-
-
- May 04, 2021
-
-
scott snyder authored
Prefer an initializer list to setting members in a ctor body.
-
Frank Winklmeier authored
Reading the HLT trigger configuration is no longer supported in Run-3. Delete the `readHLTconfigFromXML` flag and references to it.
-
Tadej Novak authored
-
- May 03, 2021
-
-
- Apr 30, 2021
-
-
scott snyder authored
Suppress a cppcheck warning. Fix redundant map lookups.
-
- Apr 29, 2021
-
-
Tim Martin authored
-
-
Migrate uses of LArADC2MeVTool to use conditions data. Remove unused component LArSuperCellBuilderDriver.
-
- Apr 28, 2021
-
-
A number of cells/sampling moment is added to the cluster moments. This moment is not a scalar (float) but a vector of counters represented by xAOD::CaloCluster::counter_t for compact storage.
-
For tracks, prefer parameters over measurements
-
- Apr 27, 2021
-
-
Tadej Novak authored
-
- Apr 26, 2021
-
-
Shaun Roe authored
-
- Apr 23, 2021
-
-
Remove uses of LArOFCTool. LArRawChannelBuilderToolOFC is completely unused --- remove it. Update LArRawChannelBuilder to use LArOFCCondAlg instead.
-
Split off ConstAuxElement from AuxElement, making it a base. Refactoring to allow iterating using AuxElement instances directly (without going though the pointers).
-
- Apr 21, 2021
-
-
-
-
Remove printing of obsolete `PACKAGE_VERSION` and some minor code cleanups. Update link dependencies.
-
- Apr 20, 2021
-
-
Frank Winklmeier authored
-
- Apr 19, 2021
-
-
Frank Winklmeier authored
Linking against `SGTests` is only needed if the `StoreGate/SGtests.h` is used. Relates to the duplicate CLID errors discussed in ATEAM-731.
-
Part of the changes for ATLASSIM-3837.
-
- Apr 18, 2021
-
-
Edward Moyse authored
-
- Apr 16, 2021
-
-
Tadej Novak authored
-
- Apr 15, 2021
-
-
-
Johannes Junggeburth authored
-
- Apr 14, 2021
-
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
- Apr 12, 2021
-
-
scott snyder authored
Don't use references in a range-for if the object must be copied.
-
Frank Winklmeier authored
Remove printout of obsolete `PACKAGE_VERSION`. For tools, remove the entire `initialize` method in case it didn't do anything else. Also add `override` keyword where needed.
-
Frank Winklmeier authored
-
Nils Krumnack authored
That's what the new class is meant for, so I went ahead and swapped it in in all places that seem to be using `AnaToolHandle` in such a manner.
-
Avoid/remove covariance matrix allocations from clients of TrackParameters. use std::optional intrernally to express that is "nullable" but allow for value semantics
-
- Apr 09, 2021
-
-
Attila Krasznahorkay authored
As it turns out AthAnalysis also provides AtlasSTLAddReflex, which comes with that dictionary itself.
-
- Apr 08, 2021
-
-
Remove remaining pieces of CaloTowerContainer dealing with CaloNoiseTool.
-
- Apr 06, 2021
-
-
scott snyder authored
Missing close tag.
-
- Apr 05, 2021
-
-
Christos Anastopoulos authored
-
- Apr 02, 2021
-
-
- Add a new method in the PhysValUtils that can read the json file. - Add a member to the PhysvalBTag class holding the information. - Missing: . registering the json file as data . propagating the information to the initializeHistograms function of the BTaggingValidationPlots class
-
- Apr 01, 2021
-
-
scott snyder authored
Handle sTgcClusterOnTrack and MMClusterOnTrack.
-