- 18 Jun, 2021 6 commits
-
-
Nils Krumnack authored
Unfortunately I don't have a really good way to test if it works, but the underlying C++ is tested, and this is hopefully a close enough duplication of what's happening for non-array tools that this is good enough. Originally I tried to do something more involved, but that became sort of tedious given the logic of the python class. Maybe at some point I will come back and restructure the python class somewhat. Hopefully this is still workable as is.
-
Nils Krumnack authored
The changes introduced in !42411 required additional dictionaries to serialize any of the component configuration objects, which were not defined in that merge request. This is (apparently) not caught in any unit tests, but it leads to any sub-tools to be stripped off algorithms during batch and grid submission. This MR should fix that by defining one dictionary and changing the type of one member variable to avoid the need for the second. At some point a new test should be defined to catch these problems in CI, or at least in the nightly tests, but for now having a quick fix seemed more important.
-
Nils Krumnack authored
This is meant as a drop-in replacement for `AnaAlgorithm` in standalone applications that don't need most of its advanced features and just need an easy way to configure and create a public tool.
-
Nils Erik Krumnack authored
Originally the goal was just to allow handling `ToolHandleArray` properties, but it turned out to be a lot easier if subtools are represented by `AsgToolConfig` in turn.
-
Christos Anastopoulos authored
AsgServices add ATLAS_CHECK_THREAD_SAFETY. 1st it passes it . 2nd we inherit now from it for code to be used in Athena production
-
Nils Erik Krumnack authored
AnalysisTop: small fix for using soft muons on TRUTH1 derivations See merge request atlas/athena!44486
-
- 17 Jun, 2021 3 commits
-
-
Marco Vanadia authored
-
Andrew Mehta authored
-
Andrew Mehta authored
-
- 16 Jun, 2021 3 commits
-
-
Oana Vickey Boeriu authored
21.2 Adding DL1d and DIPS into FTAG2 derivations See merge request atlas/athena!44302
-
-
Nils Erik Krumnack authored
Fix FPE due to log(X) where X <= 0 in jet mass calibration See merge request atlas/athena!44419
-
- 15 Jun, 2021 3 commits
-
-
Oana Vickey Boeriu authored
Fixing truthTag for DL1r See merge request atlas/athena!44342
-
Steven Schramm authored
This FPE was first seen in r22, but is present in both r21 and r22. This commit is the r21 fix, which can then be swept into r22. Note that the choice was made to keep the same behaviour as the current tool, which looked for NaNs instead of preventing their creation in the first place. That is, negative logarithms result in a calibration factor of 1 (no calibration) or a calibration weight of 0 (for combined mass calibrations).
-
Cristiano Alpigiani authored
-
- 14 Jun, 2021 1 commit
-
-
Nils Erik Krumnack authored
Fix typo in L3 check for NaN values See merge request atlas/athena!44333
-
- 11 Jun, 2021 3 commits
-
-
Nils Erik Krumnack authored
fix rare faulty TEnv initialization when workdir=homedir in two Egamma packages See merge request atlas/athena!44310
-
Francesco Armando Di Bello authored
-
Chris Malena Delitzsch authored
-
- 10 Jun, 2021 4 commits
-
-
jmaurer authored
-
Oana Vickey Boeriu authored
Add new ttW and ttZ samples for HIGG8D1 See merge request atlas/athena!44288
-
-
Oana Vickey Boeriu authored
Adding ghost associated HF hadrons as extra content in DAOD_PHYS in 21.2 See merge request atlas/athena!44255
-
- 09 Jun, 2021 1 commit
-
-
Giuseppe Callea authored
-
- 07 Jun, 2021 1 commit
-
-
Cristiano Alpigiani authored
-
- 03 Jun, 2021 9 commits
-
-
Andrew Mehta authored
-
Andrew Mehta authored
-
Oana Vickey Boeriu authored
Adds Electron variables and Photon AmbiguityType to HDBS2 Extra Content See merge request atlas/athena!44043
-
-
Nils Erik Krumnack authored
TrigGlobalEfficiencyCorrectionTool: raising photon trigger thresholds to recommended values See merge request atlas/athena!44060
-
Oana Vickey Boeriu authored
Modification of EXOT17.py for fractionally charged particle search See merge request atlas/athena!43719
-
-
Nils Erik Krumnack authored
21.2 modify electron-in-jet subtraction method See merge request atlas/athena!43005
-
-
- 02 Jun, 2021 3 commits
-
-
Nils Erik Krumnack authored
disable all CURRENT compilation warnings in 21.2 See merge request atlas/athena!44045
-
jmaurer authored
-
Nils Erik Krumnack authored
As agreed in the analysis release meeting the specific goal here is just to disable all the warnings that have existed in 21.2 for a long time and that lead to occasional confusion during the merge reviews. In a few cases I tried to address the actual source of the warning, but for the most part I just picked the most expedient way to shut it off, instead of trying to determine whether they point to an actual problem or not, and then fixing them accordingly.
-
- 29 May, 2021 3 commits
-
-
Oana Vickey Boeriu authored
Adding more DSIDs (New PW tt+bb) for ttHF classification See merge request atlas/athena!43890
-
Oana Vickey Boeriu authored
21.2 tnobe deriv jet See merge request atlas/athena!43827
-
-