- Dec 01, 2022
-
-
Prefer prefix ++/-- operators for non-primitive types as suggested by cppcheck
-
- Nov 30, 2022
-
-
Riccardo Maria Bianchi authored
-
Use prefix increment operator as suggested by cppcheck
-
Riccardo Maria Bianchi authored
-
- Nov 22, 2022
-
-
Use prefix instead of postfix operators in loops as suggested by cppcheck, part 2
-
- Nov 21, 2022
-
-
Check in Heavy Ion settings for the online event displays
-
- Nov 10, 2022
-
-
Create specific AEOTrackStateOnSurface for the case of TSOS with Alignement effects on track
-
- Nov 07, 2022
-
-
TSOS: keep FitQualityOnsurface as value. Re-organise constructors
-
- Nov 03, 2022
-
-
FitQualityOnSurface make it trivial
-
- Oct 28, 2022
-
-
Frank Winklmeier authored
-
- Oct 20, 2022
-
-
Manually cherry pick 56646
-
- Oct 19, 2022
-
-
Riccardo Maria Bianchi authored
-
- Oct 14, 2022
-
-
scott snyder authored
Remove dependency on old EventInfo class.
-
scott snyder authored
Remove dependency on old EventInfo class.
-
- Oct 13, 2022
-
-
JiveXML: Remove dependency on old EventInfo. Use pileup info from xAOD EventInfo rather than PileUpEventInfo.
-
- Oct 10, 2022
-
-
MuonReadoutGeometry rotate stereo surfaces by their stereo angle. Insert segment seeding based on 4 out of 8 MM layers
-
- Sep 26, 2022
-
-
GeometryJiveXML: Fix cppcheck warnings. Fix cppcheck warnings.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Sep 23, 2022
-
-
JiveXML: Fix cppcheck warnings. Fix cppcheck warnings.
-
- Sep 22, 2022
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
scott snyder authored
Enable thread-safety checking.
-
- Sep 06, 2022
-
-
scott snyder authored
Fix gcc12 false positive warning by moving a function out-of-line.
-
- Aug 30, 2022
-
-
TrackingVolume/TrackingGeometry more const fixes
-
- Aug 29, 2022
-
-
In various places we were declaring TrackingVolumes as const, and then we were manipulating them later on in the call chain. We do no need to create new Tracking Volumes as const as a starting point. Especially if the next step is manipulate/fill them by passing them to relevant tools .... So the proper idea seems to be (done in other MT related migrations) : * Let's create them as non-const * manipulate/ add to them/ glue them together, * when we are done access them later on `as const` via proper `const correct` interfaces. This MR is step 0, the basic prequisite for cleaning up of all the helpers/processors etc etc. It avoids a few `const_cast` and marks back some methods as `THREAD_SAFE` already.
-
- Aug 26, 2022
-
-
Update online event displays configurations
-
- Aug 25, 2022
-
-
use CxxUtils::span for const-correct interfaces. Allow to have const non const methods for a std::vector<T*> field.
-
- Aug 24, 2022
-
-
EventDisplayFilters: enable thread-checker and fixes Remove use of DataHandle.
-
- Jul 22, 2022
-
-
Fix for ATEAM-841. Handle Sun RPC remote address information transparently for IPv4 and IPv6 by using the generic getnameinfo() function. This includes Attila's suggested patch for CMake and the FindRPC.cmake and compiles on both CentOS 7 and 9. Adding the recommended constants to use for the size of result buffers of getnameinfo(). Patch orginally provided by Reiner Hauser.
-
- Jul 19, 2022
-
-
Johannes Elmsheuser authored
Make the package compile if QT_NO_SSL is defined and treat like QSslSocket::supportsSsl() returns false. See ATLASVPONE-553. Patch orginally provided by Reiner Hauser
-
- Jul 18, 2022
-
-
Frank Winklmeier authored
This package defined pre-xAOD retrievers for Jet and MET used in Atlantis. Delete package and references to it.
-
- Jul 15, 2022
-
-
23.0-cppcheck-VP1Systems
-
- Jun 29, 2022
-
-
Frank Winklmeier authored
Fix thread-checker warnings in client packages by using `std::atomic` or `const` for boolean flags.
-
- May 25, 2022
-
-
Frank Winklmeier authored
The "environment" argument to `TriggerConfigGetter` has no real purpose anymore. Remove it and also the automatic fallback to disable the trigger (`rec.doTrigger`) if the input does not have the relevant information. In that case this "Getter" should just not be called.
-
- May 19, 2022
-
-
Liaoshan Shi authored
-
- May 18, 2022
-
-
Riccardo Maria Bianchi authored
-
- May 12, 2022
-
-
EventDisplaysOnline: fix a typo and bump public stream project tag to data22
-
- May 10, 2022
-
-
Tadej Novak authored
-