- Nov 29, 2022
-
-
scott snyder authored
Disable thread-safety checking for code using gtest. Fixes (disabled-by-default) warnings about calls to unchecked code.
-
scott snyder authored
Disable thread-safety checking for code using gtest. Fixes (disabled-by-default) warnings about calls to unchecked code.
-
- Nov 25, 2022
-
-
ALFA_BeamTransport: rm const_cast, use handles add ATLAS_CHECK_THREAD_SAFETY
-
- Nov 24, 2022
-
-
Prefer prefix ++/-- operators for non-primitive types. as cppcheck suggests
-
ALFA_Digitization: Fix cppcheck warnings. Prefer to initialize data members in an initialization list. Redundant string conversion. Prefer preincrement to postincrement for class instances.
-
ZDC_SimuDigitization: Fix cppcheck warnings. Prefer preincrement to postincrement for class instances.
-
AFP_Digitization: Fix cppcheck warnings. Prefer preincrement to postincrement for class instances.
-
ALFA_CLinkAlg: Enable thread-safety checking. Enable thread-safety checking and fix warnings. Migrate to use handles for data/conditions access. Clean up.
-
- Nov 23, 2022
-
-
Minor fix to ZDC ntuple
-
ForwardTracker: Fix cppcheck warnings. Fix cppcheck warnings.
-
- Nov 22, 2022
-
-
Use prefix instead of postfix operators in loops as suggested by cppcheck
-
- Nov 12, 2022
-
-
LUCID_DigitRawDataCnv make Re-entrant
-
- Nov 11, 2022
-
-
Add Lucid to RecoSteering
-
ZdcByteStream: Fix cppcheck warning. Pass vector by const reference, not by value.
-
- Nov 10, 2022
-
-
LUCID_DigitRawDataCnv use Handles
-
- Nov 09, 2022
-
-
Frank Winklmeier authored
The beamline elements are being calibrated (e.g. collimator positions are determined) when setting up. Make them and the calibrate method non-const to avoid mutables.
-
ZdcByteStream: Fix placement of using declarations. Don't put a using declaration in a header in the global namespace.
-
- Nov 08, 2022
-
-
ZdcAnalysis: Fix clang warnings. Braces in initializers.
-
- Nov 04, 2022
-
-
Frank Winklmeier authored
The `SimpleLogger` class was only used to collect some "messages" but they were never actually printed anywhere.
-
Frank Winklmeier authored
The variables are only set but never used.
-
Frank Winklmeier authored
-
Master fixsweep zdc
-
- Nov 03, 2022
-
-
Frank Winklmeier authored
Make the `ZdcLucrodMapRun3` singleton const and DO NOT disable the thread-checker.
-
- Nov 01, 2022
-
-
Walter Lampl authored
This reverts commit 94b1724d, reversing changes made to 3531f686.
-
- Oct 31, 2022
- Oct 29, 2022
-
-
Edits to ZDC signal processing in preparation for analysis of data from LHCf run
-
New ZdcNtuple for Run 3
-
- Oct 27, 2022
-
-
fix DB tag
-
LUCID_G4_SD: Fix warnings from thread-safety checker. Don't check tests using gtest. Avoids (disabled-by-default) warnings about calls to unchecked code.
-
- Oct 25, 2022
-
-
LUCID_Digitization: Fix cppcheck warnings. Fix cppcheck warnings.
-
- Oct 20, 2022
-
-
scott snyder authored
Missing override keywords. Unused private data members.
-
Christos Anastopoulos authored
-
- Oct 14, 2022
-
-
revision addressing most of the L1 issues, and the first attempt at EDM modificaiton (restoration of older ZdcModuleAuxContainer), and several modifiecations to the signal processing
-
- Oct 13, 2022
-
-
swapping ToF channels for trains 0 and 3
-
AFP_Calibration: Fix clang warnings. Classes with virtual functions should also have a virtual dtor.
-
- Oct 07, 2022
-
-
ForwardRegion_EventAthenaPool: Enable thread-safety checking. Enable thread-safety checking.
-
ForwardRegion_EventTPCnv: Fix thread-safety checker warnings. Fix (disabled-by-default) warnings about calling unchecked code.
-
- Oct 05, 2022
-
-
ZDC_SimEvent: Fix cppcheck warnings. Pass strings by const reference, not by value.
-
ZdcEventTPCnv: Fix thread-safety checker warnings. Fix (disabled-by-default) warnings about calls to unchecked code.
-