- Jul 22, 2019
-
-
Frank Winklmeier authored
Add missing import of digitizationFlags in skeleton.MergeRDO_tf.py Closes ATLASSIM-4248 See merge request atlas/athena!25024
-
Frank Winklmeier authored
TrkVKalVrtFitter: Add regression test for TrkVKalVrtFitter. See merge request atlas/athena!25017
-
Frank Winklmeier authored
Remove mutable cache variables to fix constness issues of PixelDistortionsTool See merge request atlas/athena!25020
-
-
Frank Winklmeier authored
Add the non-const invalidate method and add ATLAS_NOT_THREAD_SAFE to the const invalidate method (ATLASRECTS-5024) See merge request atlas/athena!25021
-
Add the non-const invalidate method and add ATLAS_NOT_THREAD_SAFE to the const invalidate method (ATLASRECTS-5024)
-
Frank Winklmeier authored
TrigP1Test: Add ROS stats to JSON conversion and more post-processing See merge request atlas/athena!25002
-
-
Frank Winklmeier authored
Fix for TrigMuonHypoMT unit tests See merge request atlas/athena!24989
-
John Chapman authored
Should Fix ATLASSIM-4248.
-
Frank Winklmeier authored
Correctly scheduling prim vertex sequence in ALLTE b-jet MT implementation and... See merge request atlas/athena!24983
-
Frank Winklmeier authored
Cleanup EventSelectorAthenaPool properties See merge request atlas/athena!24438
-
Frank Winklmeier authored
xAODTau: SGTools -> AthenaKernel See merge request atlas/athena!25005
-
Frank Winklmeier authored
TrkMeasurementUpdator: Fix eigen matrix initialization. See merge request atlas/athena!25019
-
Frank Winklmeier authored
TrkVertexSeedFinderTools: Add missing test reference file. See merge request atlas/athena!25004
-
Frank Winklmeier authored
xAODEgamma: Remove references to obsolete CxxUtils headers. See merge request atlas/athena!25007
-
Frank Winklmeier authored
Renaming b-jet RoIBuilder to something that doesn't clash with the L1 version See merge request atlas/athena!24959
-
Frank Winklmeier authored
TestTools: Ignore more frontier warning messages. See merge request atlas/athena!25013
-
Frank Winklmeier authored
SGTools: Remove obsolete forwarding header. See merge request atlas/athena!25014
-
Frank Winklmeier authored
CaloRec: Fix for CaloBCIDAvgAlgConfig. See merge request atlas/athena!25003
-
Frank Winklmeier authored
CaloRingerTools: Remove references to obsolete CxxUtils headers. See merge request atlas/athena!25018
-
Frank Winklmeier authored
LWHists: Update for root 6.18 compatibility. See merge request atlas/athena!25009
-
Frank Winklmeier authored
AthenaPoolMultiTest: Ignore root version differences. See merge request atlas/athena!25008
-
scott snyder authored
Initializing an eigen matrix from a scalar can result in a dimension mismatch assertion failure; the array here is 1x1, and a scalar is treated as dimension 0. Move the setting of the matrix element to an assignment, rather than in the constructor, to resolve this.
-
scott snyder authored
Remove references to headers no longer needed now that we're using c++17.
-
scott snyder authored
Add a simple regression test for TrkVKalVrtFitter, in preparation for refactoring to make interfaces const.
-
- Jul 21, 2019
-
-
Tadej Novak authored
-
scott snyder authored
SGTools/CLASS_DEF.h is no longer used from anywhere.
-
scott snyder authored
Ignore more transient frontier warning messages in reference file comparisons.
-
- Jul 20, 2019
-
-
scott snyder authored
If you do a SetBinError with an out-of-bounds bin, older versions of root would still create the error array in the histogram. LWHists had code to emulate this behavior. However, this changed as of root 6.18: if the bin is out of bounds, then the histogram is not changed. Adapt the LWHist code to match.
-
scott snyder authored
Ignore changes in the root file version in reference file comparison.
-
scott snyder authored
Remove references to headers in CxxUtils that are no longer needed now that we're compiling with c++17.
-
scott snyder authored
Remove some obsolete (commented-out) references to SGTools.
-
scott snyder authored
Overlooked in earlier merge.
-
scott snyder authored
Forgot to add the event algorithm to the CA.
-
Frank Winklmeier authored
runTrigART: Add option ALL and new "minimal" tests See merge request atlas/athena!24982
-
Also add a warning if running too many tests.
-
Frank Winklmeier authored
Further fixes for m pand mt art master See merge request atlas/athena!24992
-
Frank Winklmeier authored
Fix std::pair reflex dictionary with vector of vector of ints See merge request atlas/athena!24985
-
Frank Winklmeier authored
Convert mutable variable to local one (PixelToTPIDTool) See merge request atlas/athena!24935
-