- Nov 19, 2020
-
-
Adam Edward Barton authored
ParametersBase . Add direct setters , fix TrackParticleAthenaPool test See merge request atlas/athena!38399
-
Adam Edward Barton authored
Fix typos in two diff test scripts. See merge request atlas/athena!38379
-
Adam Edward Barton authored
Switch to new DQ monitoring by default See merge request atlas/athena!38398
-
-
Adam Edward Barton authored
dqm_algorithms: Fix compilation with clang. See merge request atlas/athena!38400
-
Adam Edward Barton authored
LArRawEvent+ISF_FastCaloSimParametrization: Fix cppcheck warnings. See merge request atlas/athena!38401
-
Adam Edward Barton authored
TrkGeometry Layers: Remove unneeded virtual methods/ mark methods as final. See merge request atlas/athena!38410
-
Adam Edward Barton authored
IPropagator/IExtrapolator remove virtual from methods that do not need to be virtual See merge request atlas/athena!38407
-
-
Adam Edward Barton authored
LArMonitoring: cmake fixes See merge request atlas/athena!38406
-
Adam Edward Barton authored
InDetPhysValMonitoring: Increase test timeout. See merge request atlas/athena!38402
-
Christos Anastopoulos authored
TrkGeometry Layers: Remove unneeded virtual methods.Also mark methods as final where applicable/possible
-
scott snyder authored
Don't build an object into more than one library.
-
- Nov 18, 2020
-
-
scott snyder authored
Fix timeout observed running test.
-
scott snyder authored
- Prefer preincrement to postincrement for user iterators.
-
scott snyder authored
- Prefer to pass large objects by const reference instead of by value. - Avoid post-increment of user iterators.
-
scott snyder authored
The template definitions for LastBinThresholdAction are only in the cxx file. So need to ensure within that file that instantations of that template are complete.
-
Christos Anastopoulos authored
-
Adam Edward Barton authored
Try to plug memory leaks in TRT_BaseElement ATLASRECTS-5271 See merge request atlas/athena!38322
-
Adam Edward Barton authored
Update packages:TauAnalysisTools from upstream/21.2 to upstream/master via pseudo-merge (ATLTAU-1727) See merge request atlas/athena!38284
-
Fixing member variable ATLAS standard warning.
-
Adam Edward Barton authored
modify filtering for L2 inside-out See merge request atlas/athena!38374
-
-
Adam Edward Barton authored
Sweeping !38095 from 21.0 to master. New TFCSEnergyInterpolationPiecewiseLinear class for piecewise linear interpolation See merge request atlas/athena!38367
-
Adam Edward Barton authored
HepMC3 Fix, master branch (2020.11.17.) See merge request atlas/athena!38331
-
Adam Edward Barton authored
Use /SCT/DAQ/Config/ChipSlim for Run 2 and 3 data (CONDBR2 instance) (ATLASRECTS-2851) See merge request atlas/athena!38319
-
-
Adam Edward Barton authored
ISF art test and Transform integration See merge request atlas/athena!38344
-
-
Adam Edward Barton authored
Increasing default large-R truth jet threshold See merge request atlas/athena!38334
-
Adam Edward Barton authored
Remove ROBDataMonitor_type_traits_test See merge request atlas/athena!38375
-
Adam Edward Barton authored
Remove position and momentum caching from pattern parameters See merge request atlas/athena!38348
-
Currently, we're storing the charge value of the pattern track parameters in a cached value, but this is not really necessary. Computing the charge is so trivial and fast (from the q/p value) that there really is no reason to cache this. We use the lazy binding behaviour of the charge method to simply recompute on the fly.
-
Adam Edward Barton authored
TileMonitoring: Fix names of Tile monitoring histograms for Run 3 See merge request atlas/athena!38329
-
Adam Edward Barton authored
Remove non-CA cost monitoring configuration and move to CA in runHLT_standalone.py See merge request atlas/athena!38351
-
Adam Edward Barton authored
Make MuPatTrackBuilder reentrant See merge request atlas/athena!38352
-
Adam Edward Barton authored
Improve protection against missing four-vectors See merge request atlas/athena!38175
-
-
Adam Edward Barton authored
Throw in CutFlowSvc errors See merge request atlas/athena!38343
-
Mark Hodgkinson authored
-