- Jan 29, 2024
-
-
Tadej Novak authored
-
- Sep 11, 2023
-
-
JetSelectorTools: Fix cppcheck warnings. Pass strings by const reference, not by value. Avoid warnings about conditions that can never be true.
-
- Aug 22, 2023
-
-
Frank Winklmeier authored
Convert bitmask enums to `ATH_BITMASK` to profit from type safety and avoid `deprecated-enum-enum-conversion` compiler warning with C++20. Since the underlying xAOD storage is still of type `bitmask_t` a few explicit casts are unavoidable. Changing that would be a much bigger change. Relates to ATLJETMET-1639.
-
- Jul 05, 2023
-
-
Frank Winklmeier authored
Remove unnecessary temporary variable. Also fixes compiler error on gcc13 ("initializer list would use explicit constructor").
-
- May 17, 2023
-
-
JetEventCleaningAlg - Clean up the pointer managerment
-
- May 12, 2023
-
-
JetEventCleaningAlg - Declare dependencies
-
- Apr 18, 2023
-
-
JetSelectorTools: Add SuppressOutputDependnece option for EventCleaningTool. When EventCleaningTool is used from tile monitoring, decorations are applied to a temporary jet container that is never recorded. In that case we should not set output dependencies. Add an option to control this. See !62000.
-
- Apr 17, 2023
-
-
JetSelectorTools: Add SuppressOutputDependnece option for EventCleaningTool. When EventCleaningTool is used from tile monitoring, decorations are applied to a temporary jet container that is never recorded. In that case we should not set output dependencies. Add an option to control this. See !62000.
-
- Dec 25, 2022
-
-
scott snyder authored
Unused variables.
-
- Nov 20, 2022
-
-
Andrii Verbytskyi authored
-
- Nov 17, 2022
-
-
Fix setup of MET configuration for PhysVal
-
- Oct 24, 2022
-
-
Small fixes / cleanup for jet and MET validation
-
- Sep 27, 2022
-
-
Removing/downgrading warnings
-
- Aug 17, 2022
-
-
Tadej Novak authored
-
- Aug 03, 2022
-
-
Manual sweep of !55324
-
- Jul 27, 2022
-
-
Migration of jet derivations to r22 and further fixes
-
- Jul 26, 2022
-
-
Clean up of CA configuration for PhysVal
-
- Jul 07, 2022
-
-
Added CA config for MET PhysValMonitoring
-
- May 13, 2022
-
-
JetSelectorTools: Fix thread-safety checker warnings. Calling via non-const pointer from const method.
-
- Apr 29, 2022
-
-
- Apr 20, 2022
-
-
Frank Winklmeier authored
-
- Mar 21, 2022
-
-
- Feb 09, 2022
-
-
Benjamin Michael Wynne authored
It is a widespread and reasonable, but incorrect, pattern to assume that if a handle(key) is not used then it should not be initialized. In fact, this leaves the data dependency active in the scheduler, and no error will be thrown if the handle is never accessed. Instead, the handle should be initialized(false) - this MR makes the change
-
- Sep 01, 2021
-
-
Chris Malena Delitzsch authored
-
- Aug 14, 2021
-
-
Christos Anastopoulos authored
-
- Jul 17, 2021
-
-
Chris Malena Delitzsch authored
-
- Jun 29, 2021
-
-
scott snyder authored
Unchecked StatusCode.
-
- Jun 28, 2021
-
-
- Jun 15, 2021
-
-
- Mar 30, 2021
-
-
- Feb 19, 2021
-
-
- Feb 08, 2021
-
-
Marco Valente authored
-
Marco Valente authored
-
- Jan 28, 2021
-
-
Marco Valente authored
-
- Jan 27, 2021
-
-
Marco Valente authored
-
- Jan 22, 2021
-
-
Marco Valente authored
-
- Jan 20, 2021
-
-
Marco Valente authored
-
- Nov 16, 2020
-
-
Frank Winklmeier authored
-
- Nov 11, 2020
-
-
Frank Winklmeier authored
TAG files are no longer being produced. Delete this obsolete TAG maker and code referencing it.
-
- Oct 23, 2020
-
-