This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Feb 04, 2025
-
-
Tadej Novak authored
JiveXML: Silence clang warnings
-
- Jan 31, 2025
-
-
MuonR4 - Fix b-line calculation in geometry transcription & updates to the GeoModelTests
-
- Jan 28, 2025
-
-
VP1Utils: Fix compilation warning. Add using declaration to avoid warning about hidden handleShape overloads. (Doesn't show up in standard builds due to the use of -isystem for GeoModel.)
-
- Jan 14, 2025
-
-
main-cppcheck-VP1TestSystems
-
main-cppcheck_suppress-VP1VertexSystems
-
- Jan 10, 2025
-
-
main-cppcheck-VP1Utils
-
main-cppcheck-VP1RawDataSystems
-
main-cppcheck_suppress-VP1VertexSystems
-
- Dec 18, 2024
-
-
main-cppcheck-EventDisplayFilters
-
- Dec 12, 2024
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Fix pass-by-ref and potential nullptr deref.
-
Frank Winklmeier authored
-
- Dec 10, 2024
-
-
main-cppcheck-EventDisplaysOnline
-
- Dec 05, 2024
-
-
cppcheck: remove Qt from the list of default libraries The `qt` cppcheck library defines macros that conflict with our code base (e.g. `slots`). Remove it from the default list and require packages to configure this where needed.
-
- Dec 01, 2024
-
-
VP13DCocktailChannel: fixed clang compiler error Wrong placement of the maybe_unused attribute
-
- Nov 28, 2024
-
-
Frank Winklmeier authored
Mostly pass and return-by-reference fixes.
-
- Nov 24, 2024
-
-
Frank Winklmeier authored
Use `std::unique_ptr` for class members. Fixes cppcheck noCopyConstructor defects.
-
- Nov 23, 2024
-
-
Frank Winklmeier authored
-
- Nov 13, 2024
-
-
Shaun Roe authored
-
- Nov 04, 2024
-
-
Frank Winklmeier authored
The explicit `extends2`, `extends3`, etc. classes are no longer required and can be replaced by the variadic `extends`.
-
- Nov 01, 2024
-
-
MuonCalib - Remove the wire sagging
-
- Oct 17, 2024
-
-
main-coverity-EventDisplaysOnline
-
Frank Winklmeier authored
Dropping `GAUDI_V20_COMPAT` enables symbol visibility in Gaudi, i.e. the `GAUDI_API` macro is no longer empty. This uncovered some misplaced ones but in general we shouldn't be using these in athena as a client of Gaudi.
-
- Oct 15, 2024
-
-
Frank Winklmeier authored
Remove usage of deprecated service APIs (ATEAM-1020).
-
EventDisplaysOnline: Fix cppcheck warnings. Prefer to pass strings/containers by const reference rather than value. Values copied in range-for.
-
- Oct 09, 2024
-
-
Frank Winklmeier authored
-
- Oct 04, 2024
-
-
scott snyder authored
Prefer returning const references to members rather than copies.
-
- Oct 03, 2024
-
-
Change the way retriever tools are fed into AlgoJiveXML. Define attribute of AlgoJiveXML, which corresponds to an array of retriever tools "m_DataRetrieverTools", to avoid fetching for retriever tools using datatypes. Instead, tools are directly fed into the algorithm (through m_DataRetrieverTools) in JiveXMLConfig.py when configuring the algorithm. Additionally, each Config.py file has been modified to accommodate each retriever tool into its own Cfg function, merging them all into the appropriate package Cfg method (e.g. MuonRetrieversCfg()). These package Cfg methods have also been modified to also output a list of the data retrievers associated to each of the retriever tools contained in their ComponentAccumulator instances. Atlas Extrapolator has been removed from TruthTrackRetrieverCfg() and added into the algorithm configuration in JiveXMLConfig.py. Finally, getDataTypes() method has been removed from JiveXMLConfig.py, as well as the attribute "m_dataTypes" from AlgoJiveXML class definition.
-
- Sep 23, 2024
-
-
MuonGeoModelTest: Fix cppcheck 2.14 warnings. Prefer returning const references to members rather than copies.
-
- Sep 20, 2024
-
-
JiveXML: Update xAODRetrieversConfig.py to enable GN2 in event display
-
- Sep 16, 2024
-
-
Online ed updates
-
- Sep 06, 2024
-
-
Edward Moyse authored
-
- Sep 05, 2024
-
-
main-cleanup-Identifier
-
- Aug 23, 2024
-
-
Update jet retriever for event display
-
- Jul 29, 2024
-
-
VP1HEPVis: Fix gcc14 warnings. Potential use of uninitialized variables.
-
- Jul 19, 2024
-
-
Vakhtang Tsulaia authored
1. Forward declaration of a `struct` as a `class` 2. Local variable set but not used 3. Unused private data member 4. Reference cannot be bound to dereferenced null pointer 5. Potentially uninitialized variable
-
- Jul 18, 2024
-
-
Migrate many hasXXX methods to baseclass, so that we can make TrackHandleBase more generic Also, add placeholder for Run4EDM
-
- Jul 17, 2024
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-