This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Feb 13, 2025
-
-
ZdcAnalysis: Make sure tools get initialized correctly whatever the configuration. A couple tools here were initializing themselves based on a provided configuration string. They tested for two sets of configuration strings. But if the provided configuration didn't match either of these two sets, then the initialization would not be done properly, leading to out-of-bounds vector accesses. Further, the settings made for these two sets were exactly the same. So remove the test of the configuration string, and always so the initialization to match the existing cases. Fixes a crash seen in the test_data22_AFP.sh ART test, which sets a configuration of LHCf2022.
-
- Feb 12, 2025
-
-
main-coverity-ZDC_GeoM
-
main-coverity-ZdcConditions
-
- Feb 07, 2025
-
-
ZDC geometry configured from geometry tag
-
Remove query from EventSelector
-
- Feb 06, 2025
-
-
Sync fixes from !77601 in main to 24.0
-
- Feb 05, 2025
-
-
24.0 zdc mc fix reconstruction
-
- Feb 04, 2025
-
-
Tadej Novak authored
-
Tadej Novak authored
-
Manual sweep of !76932 into main
-
- Jan 31, 2025
-
-
split the two types of initialization into file and geoDB versions, with a simple base class for readback
-
- Jan 24, 2025
-
-
Frank Winklmeier authored
Move thread-safety declaration to class level and fix mutable/const violations.
-
- Jan 10, 2025
-
-
Frank Winklmeier authored
-
- Jan 09, 2025
-
-
main-cppcheck-ZdcRec
-
- Jan 07, 2025
-
-
Walter Lampl authored
This reverts commit d0eec8a0245a616dda27b1e377b95bb6a3df92ae, reversing changes made to 3cdf07a1ddb21b8efd78b90a69d77f095bec0f9f.
-
Revert "Personalized settings" This reverts commit 3c1272b7.
-
- Jan 06, 2025
-
-
ZdcAnalysis: Fix compiling with clang. Avoid narrowing conversions in initialization. Binding references to temporaries in range-for.
-
- Dec 19, 2024
-
-
main-cppcheck-AFP_Digitization
-
ZdcMonitoring: Fix clang warnings. Binding temporaries to references in range-for.
-
- Dec 18, 2024
-
-
main-cppcheck-ZDC
-
main-cppcheck-ALFA_Digitization
-
main-cppcheck-ALFA_Raw2Digit
-
- Dec 17, 2024
-
-
ZdcMonitoring: Fix cppcheck warning. ZdcMonitoring: Fix cppcheck warning. Pass string by const reference, not by value.
-
- Dec 16, 2024
-
-
ZdcNtuple: Fix cppcheck warning. Potential null pointer dereference.
-
- Dec 15, 2024
-
-
ZdcMonitoring: Fix cppcheck warning. Pass string by const reference, not by value.
-
- Dec 12, 2024
-
-
ALFA_Raw2Digit: Fix cppcheck warnings. Redundant string conversions. Prefer to initialize class members in an initialization list.
-
- Dec 05, 2024
-
-
ZdcRec: Fix potential race between tests. All three tests here try to write the same root file. Run each test in its own directory to prevent races.
-
- Nov 28, 2024
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Nov 23, 2024
-
-
Frank Winklmeier authored
-
- Nov 22, 2024
-
-
change of injected-pulse-voltage binning to incorporate both new extra fine scan of 0.5mV-2.5mV in steps of 0.1mV and old fine scan of 0.5mV-10mV in steps of 0.25mV
-
- Nov 20, 2024
-
-
FADC correction now bails out gracefully, and disables itself, if no calibration file is found. Also catch the runtime_errors thrown by the FADC and energy configuration methods.
-
Vakhtang Tsulaia authored
Unused private data members
-
Tadej Novak authored
-
- Nov 19, 2024
-
-
ZDC monitoring+ntuple+dq updates: changed to using a combined json file with a list of run-number-dependent pulser settings & corresponding changes in ntuple and monitoring in the algorithm ZDCPercentEvents_AboveThreshold, include number of overflow events in the number of above-threshold events
-
ZDC: Fix for ZdcNtuple crash on RPD decoding error
-
- Nov 18, 2024
-
-
checking on std::string::empty() rather than just the null string, in the hope to catch the failing test
-
- Nov 15, 2024
-
-
Frank Winklmeier authored
Remove commented code, use ATH macros.
-
- Nov 14, 2024
-
-
integration of FADC correction into ZDC reconstruction
-
Peter Steinberg authored
-