- 18 Jun, 2021 1 commit
-
-
Oliver Majersky authored
-
- 07 Jun, 2021 1 commit
-
-
- 19 May, 2021 1 commit
-
-
Thereby changing the externals of AnalysisBase to be in sync with LCG_100.
-
- 28 Apr, 2021 1 commit
-
-
Oliver Majersky authored
AnalysisTop: crash when encountering unsupported config options See merge request !42745
-
- 27 Apr, 2021 1 commit
-
-
Tomas Dado authored
-
- 22 Apr, 2021 1 commit
- 21 Apr, 2021 2 commits
-
-
AT: Fixing isolation SFs for electrons when no isolation is used See merge request !42728 (cherry picked from commit 76faab87) 5a7273f5 Isolation SFs set to 1.0 when None is used for ElectronIsolation 037b9929 Removing previous changes and adding protection when tools are set up 3e5a54ae Fixing variable name 029feaa3 Explicitlytly setting isolation tools to nullptr for None iso
-
- 15 Apr, 2021 1 commit
- 08 Apr, 2021 2 commits
-
- 27 Mar, 2021 2 commits
-
-
Setting for overriding hardcoded egamma calibration model in TopEgammaCPTools See merge request atlas/athena!41924 (cherry picked from commit 7632ed61) ce73c7ac Setting for overriding egamma calibration model 9d1ef080 removing std::cout used for checking whether the new feature works or not 5c0c9100 Changing stracture a bit to print the message before the eventloop 9a1165dc fixing typo 97a1623e corrction in passing bool
- 23 Mar, 2021 1 commit
-
-
Tomas Dado authored
-
- 22 Mar, 2021 1 commit
-
-
Oliver Majersky authored
-
- 19 Mar, 2021 1 commit
-
-
Support for BoostedJetTaggers tagger scale factors in AnalysisTop See merge request !27057
-
- 18 Mar, 2021 1 commit
-
-
Tomas Dado authored
-
- 17 Mar, 2021 2 commits
-
-
Tomas Dado authored
-
Tomas Dado authored
-
- 16 Mar, 2021 1 commit
-
-
Frank Winklmeier authored
Remove long-deprecated `chainList` and `sequenceList` interfaces from `IIHLTConfigSvc`. Migrate all remaining code to use the `chains/sequences` methods.
-
- 12 Mar, 2021 3 commits
-
-
Tomas Dado authored
-
Tomas Dado authored
-
Tomas Dado authored
-
- 05 Mar, 2021 1 commit
-
-
Buddhadeb Mondal authored
-
- 27 Feb, 2021 1 commit
-
-
Enable JMS calibration for small-R jets in AnalysisTop See merge request atlas/athena!41037 (cherry picked from commit ad23de97) b8dc55ea Enable support for small-R jet JMS calibration for data and fullsim MC. 2e8e8227 Remove obsolete FrozenJMS configuration for jet uncertainties. 6da9e3ce Fix typo in JES+JMS configs. a9189700 Force stop if JMS with AFII enabled + option to run this scenario for debug. 137c2d6b Print WARNING message for JMS on AFII even if explicitly enabled by user.
-
- 25 Feb, 2021 1 commit
- 19 Feb, 2021 1 commit
-
-
- 18 Feb, 2021 1 commit
- 05 Feb, 2021 1 commit
-
-
Oliver Majersky authored
-
- 04 Feb, 2021 1 commit
- 02 Feb, 2021 1 commit
- 29 Jan, 2021 1 commit
- 25 Jan, 2021 1 commit
-
-
See merge request !37682
-
- 22 Jan, 2021 1 commit
-
-
Tomas Dado authored
-
- 20 Jan, 2021 1 commit
-
-
Tomas Dado authored
-
- 08 Jan, 2021 1 commit
-
-
Nils Krumnack authored
New compiler, new set of warnings... The main theme here is that clang now checks for range-based for loops whether it introduces unneeded temporaries, i.e. if the user asks for a reference for the loop variable, but the iterator doesn't return a reference or a reference of a different type, or conversely if the user asked for `const auto`, but could have been `const auto&`. In practice that usually hits us as: ``` for (const auto& jet : jetContainer) ``` which should be: ``` for (const auto *jet : jetContainer) ``` Also a couple of places like this (which miss the `const` qualifier on the first template parameter): ``` std::map<std::string,std::string> stringMap; for (const std::pair<std::string,std::string>& stringPair : stringMap) ``` For the most part I just replaced the loop variable type with what seemed correct. In a few places I put explicit comments as to why I chose the type. Also a fair number of warnings for unused member variabl...
-
- 05 Jan, 2021 1 commit
-
-
AnalysisTop: Implementation of anti-muon shape systematics - ANALYSISTO-1044 See merge request atlas/athena!39426 (cherry picked from commit 7226bab7) 39709e18 Implementation of anti-muon shape systematics - ANALYSISTO-1044 877d20c4 Mettre à jour PhysicsAnalysis/TopPhys/xAOD/TopObjectSelectionTools/Root/AntiMuonMC15.cxx 3afe4035 Adding check of pointer after dynamic_cast; bugfix for use of AntiMuon_nominal for MuonIsolation 6f5530f2 Removing useless comments
-
- 18 Dec, 2020 1 commit
-
-
Oliver Majersky authored
-
- 16 Dec, 2020 1 commit
-
-
- 15 Dec, 2020 1 commit
-
-
Tomas Dado authored
-