- Nov 10, 2020
-
-
Vakhtang Tsulaia authored
1. Dropped the ReloadProxies incident. This incident was triggering condition callbacks in hybrid workers just after fork, which was immediately resulting in crash. 2. Enabled hybrid MP+MT mode in Job Transforms
-
- Nov 06, 2020
-
-
Gaudi v35 drops the backwards compatiblity imports of `GaudiSvcConf`. Import the services from their actual location.
-
John Chapman authored
This is necessary for Pile-up Digitization configuration. The LoopMgr variable defaults to `AthenaEventLoopMgr`, so the change should be transparent to existing clients.
-
Tadej Novak authored
-
Tadej Novak authored
-
Stewart Martin-Haugh authored
-
Edward Moyse authored
- adds quite a lot of extra debug output - and some more checks, such as checking the types being compared (can be different if configuration is different) - handle the bug that you cannot create a private tool if a public tool with the same name exists - skip if the property value is none
-
- Nov 05, 2020
-
-
scott snyder authored
CachedValue::isValid() should be optimized for the case where the value is already valid. In that case, we were doing two comparisons, which likely resulted in forward branches. Adjust so that we need only make one comparison in this case, and use ATH_LIKELY to make it less likely that we need to branch in this case.
-
Stewart Martin-Haugh authored
-
Stewart Martin-Haugh authored
-
Stewart Martin-Haugh authored
-
- Nov 04, 2020
-
-
scott snyder authored
Add missing test reference file.
-
scott snyder authored
Remove obsolete StoreGate.h.
-
- Nov 03, 2020
-
-
Tomasz Bold authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Remove usage of `six` and tidy dictionary loops and comprehensions.
-
-
mleszczy authored
-
- Nov 02, 2020
-
-
- Oct 31, 2020
-
-
Bertrand Martin authored
Hello, This MR is simply migrating the "ExtrapolatedStauTrackParticles" and "CombinedStauTrackParticles" containers from the tau category to the muon category. "Staus" is currently under muons, so I assume that's a fair thing to do, these collections are not produced by tau reconstruction. Unfortunately these are small collections, so we do not transfer much disk footprint :-) Cheers, Bertrand
-
Tadej Novak authored
-
- Oct 30, 2020
-
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Move reporting of failure to find an event time to an out-of-line function, to make it easier to break on in the debugger.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
Siarhei Harkusha authored
Online convention has been set up for Run 3 monitoring in online environment
-
mleszczy authored
-
-
- Oct 29, 2020
-
-
- Oct 28, 2020
-
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
scott snyder authored
Remove reference to obsolete header StoreGate.h.
-
Frank Winklmeier authored
-
- Oct 27, 2020
-
-
Nils Krumnack authored
As suggested by @akraszna during the MR I'm now silently ignoring any missing xAOD classes.
-
Tadej Novak authored
-
-
- Oct 26, 2020
-
-
Nils Krumnack authored
This is meant to be just a temporary workaround, as currently there are issues with loading the xAOD dictionaries in AnalysisBase that can be very hard for users to debug and understand. And particularly since a more permanent fix is currently under development it seemed easiest to import the corresponding workaround from 21.2 for the time being instead of integrating all the workarounds into each of the current unit tests and then taking them out again in a few weeks. This is mostly the same code as in LoadDictionaries() in 21.2, but I replaced the use of a preprocessor macro with a simple for loop, and slightly adjusted the messaging to match the rest of the function.
-
Antonio De Maria authored
-
- Oct 24, 2020
-
-
Nils Krumnack authored
In MT the MsgStream object is thread-local. So instead of retrieving the MsgStream& object once, this will retrieve it on every use.
-
- Oct 23, 2020
-
-
Tadej Novak authored
-
-
Tomasz Bold authored
-