- Mar 29, 2022
-
-
Switch from shared to conventional interpolation class pointers See merge request atlas/athena!51501 (cherry picked from commit 7bc528a1abe0b5c9dd08e7691739f5349243331f) 1af72d44 Switch from shared to conventional interpolation class pointers
-
-
- Mar 27, 2022
-
-
Adam Edward Barton authored
-
- Mar 26, 2022
-
-
- Mar 25, 2022
-
-
Thomas Strebler authored
-
Frank Winklmeier authored
Mostly trimming long lines and some general readability improvements.
-
Frank Winklmeier authored
- limit line length where sensible - covert double-underscore names to single-underscore - shorten some of the excessively long variable names - move imports to top of file where possible
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Thomas Strebler authored
-
-
-
- Mar 24, 2022
-
-
Frank Winklmeier authored
-
-
- Mar 23, 2022
-
-
- Mar 22, 2022
-
-
- Mar 21, 2022
-
-
Vakhtang Tsulaia authored
Schedule EventInfoCnvAlg only if it has not yet been scheduled
-
- Mar 17, 2022
-
-
-
-
Alaettin Serhan Mete authored
-
Frank Winklmeier authored
Use `ConfigFlags` instead of `TriggerFlags` to configure EDM.
-
- Mar 16, 2022
-
-
scott snyder authored
Missing override keywords.
-
-
Frank Winklmeier authored
Add helper functions to `Athena::SealDebug` to enable/disable core files (equivalent to what can be achived by `ulimit -Sc` in bash). This can be useful in code to diagnose rare crashes but without enabling core files for the entire application to avoid filling up local disks in case of unrelated crashes.
-
scott snyder authored
Work around cppcheck false positive.
-
- Mar 15, 2022
-
-
Frank Winklmeier authored
Add `DumpCoreFile` property to try to produce a system core dump file as a last action in the signal handling. Whether this works or not will depend on the resource limits (e.g. `ulimit -c`). Previously it was necessary to enable the "Seal" signal handler (e.g. via `FatalHandler=639`) to get core files produced.
-
- Mar 14, 2022
-
-
scott snyder authored
Fix typo in variable name.
-
-
Alaettin Serhan Mete authored
-
Frank Winklmeier authored
- remove temporary FATAL ignore pattern (ATEAM-731) - explicitly ignore lines with memory addresses
-
- Mar 11, 2022
-
-
scott snyder authored
The RNGSeeding test takes way to long to run in the dbg build (~1800s). Just disable it in that case.
-
-
Frank Winklmeier authored
`regHandle` is already called by the algorithm base class.
-
- Mar 10, 2022
-
-
-
Tadej Novak authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-