- Oct 07, 2021
-
-
Nils Erik Krumnack authored
sweep of infrastructure and CP algorithm updates from master to 21.2 See merge request atlas/athena!46918
-
Andrew Mehta authored
-
Andrew Mehta authored
-
- Oct 06, 2021
-
-
Nils Erik Krumnack authored
AnalysisTop:adding muon isolation breakdown systematics See merge request atlas/athena!46962
-
-
Cristiano Alpigiani authored
-
Nils Erik Krumnack authored
AnalysisTop: Add radiationhigh/low weights for new ttZ samples to jet flavor plots code See merge request atlas/athena!46909
-
-
- Oct 05, 2021
-
-
Nils Krumnack authored
Apparently that wasn't used in the repository so far, with nobody experiencing that it was actually broken.
-
Frank Winklmeier authored
In the full athena release one can print messages without trailing newline like so: ``` ATH_MSG(DEBUG) << "hello"; ATH_MSG(DEBUG) << " world" << endmsg; ``` Add the missing `ATH_MSG` macro also to `AsgMessaging` to support dual-use compilation.
-
Nils Krumnack authored
That is needed for porting AnalysisTop to EventLoop.
-
Nils Krumnack authored
Not sure if those indicated that something broke or not, but this should fix things (at least it does for me locally).
-
Nils Krumnack authored
On request of @jburr to make this easier to understand and teach for beginners. Note that this involved a fair amount of whitespace changes to make the for-body indentation consistent with the rest of each file.
-
Christos Anastopoulos authored
SysListDumperAlg, fix clang compilation error: decltype(auto) cannot be combined with other type specifiers
-
Nils Krumnack authored
Essentially when we are using a decoration handle we should not need to make a copy, but be able to directly decorate the input object. There are probably other common CP algorithms that could be switched from `SysCopyHandle` to `SysReadHandle`, but this is the lowest hanging fruit.
-
Nils Erik Krumnack authored
-
Nils Krumnack authored
These essentially just test that the handles compile. That was a concern when first developing them, but by now there are enough users that it doesn't really provide any benefit (but breaks things).
-
- Oct 01, 2021
-
-
Andrew Mehta authored
-
Andrew Mehta authored
-
- Sep 29, 2021
-
-
Nils Erik Krumnack authored
CP algs: Update fJVT configuration See merge request atlas/athena!46803
-
Nils Erik Krumnack authored
CP algs: Update flavour tagging CDI and add initial support for MC/MC scale factors See merge request atlas/athena!46802
-
Tadej Novak authored
-
Tadej Novak authored
-
Tadej Novak authored
-
- Sep 25, 2021
-
-
Oana Vickey Boeriu authored
Adding switch for TCC matching using cluster detector eta in r21 See merge request atlas/athena!45891
-
-
Oana Vickey Boeriu authored
[EXOT27 in 21.2 DerivationFramework] remove QG tagger variables from EXOT27 See merge request atlas/athena!46629
-
- Sep 23, 2021
-
-
Andrew Mehta authored
-
Andrew Mehta authored
-
- Sep 22, 2021
-
-
Nils Erik Krumnack authored
AnalysisTop: Adding more complex muon ID and TTVA uncertainty scheme See merge request atlas/athena!46511
-
-
Oana Vickey Boeriu authored
Adding support for Leading3SignalJets strategy See merge request atlas/athena!46325
-
-
- Sep 21, 2021
-
-
Philipp Gadow authored
-
- Sep 16, 2021
-
-
Andrew Mehta authored
-
Andrew Mehta authored
-
- Sep 13, 2021
-
-
Oana Vickey Boeriu authored
BPHY9 updates: add variables for ghost tracks, truth probabilities, and PLV isolation WPs See merge request atlas/athena!46417
-
- Sep 09, 2021
-
-
Charles Burton authored
-
- Sep 08, 2021
-
-
Nils Erik Krumnack authored
AnalysisTop: Adding option to set a custom Muon SF input folder See merge request atlas/athena!46312
-
Cristiano Alpigiani authored
-