- Mar 22, 2024
-
-
Frank Winklmeier authored
Moved APRDefaults.h from POOLCore to RootUtils See merge request atlas/athena!70029
-
Moved APRDefaults.h from POOLCore to RootUtils Makes the defaults accessible also in AnalysisBase
-
- Mar 21, 2024
-
-
Frank Winklmeier authored
CaloRecGPU: Multiprocessing and Cleanup See merge request atlas/athena!69946
-
CaloRecGPU: Multiprocessing and Cleanup
-
Frank Winklmeier authored
barcode -> ID migration for HGTD/InDet/MuonDigitization. See merge request atlas/athena!69655
-
barcode -> ID migration for HGTD/InDet/MuonDigitization.
-
Frank Winklmeier authored
Move makeHandle definition for Cond handles to the ReadCondHandle header. See merge request atlas/athena!69774
-
Frank Winklmeier authored
Reduce the usage of signal_process_vertex and signal_process_id See merge request atlas/athena!70000
-
Reduce the usage of signal_process_vertex and signal_process_id
-
Frank Winklmeier authored
CUDA with C++20, main branch (2024.03.21.) See merge request atlas/athena!70017
-
Made the output operator of Trk::ParametersBase work with CUDA. The operator makes use of Trk::Surface. In a way that made nvcc very confused, as it couldn't find the correct operator to use on that forward declared type.
-
Frank Winklmeier authored
tidy from TrackFindingAlg into TrackFindingMeasurements See merge request atlas/athena!69997
-
collect code from TrackFindingAlg::execute() into new TrackFindingMeasurements::addDetectorElements()
-
Frank Winklmeier authored
Remove the GenericBarcodeFilter See merge request atlas/athena!69989
-
Remove the GenericBarcodeFilter
-
Frank Winklmeier authored
Reduce the usage of #ifdef HEPMC3 See merge request atlas/athena!69998
-
Reduce the usage of #ifdef HEPMC3
-
Frank Winklmeier authored
AFT-721: Fix FTAG derivations and AntiKt4UFOCSSKJets See merge request atlas/athena!69937
-
AFT-721: Fix FTAG derivations and AntiKt4UFOCSSKJets
-
Frank Winklmeier authored
IOVDbFolder: fill object cache when reading data from CREST See merge request atlas/athena!70003
-
Frank Winklmeier authored
GeneratorObjects: Update test for changes in event index handling. See merge request atlas/athena!70006
-
GeneratorObjects: Update test for changes in event index handling. Fixes test failures in the debug build.
-
Frank Winklmeier authored
MuonGeoModel: Fix cppcheck warnings. See merge request atlas/athena!70008
-
MuonGeoModel: Fix cppcheck warnings. Prefer preincrement to postincrement for iterator classes.
-
Frank Winklmeier authored
pT filter for groomed jets before moment calculation See merge request atlas/athena!70012
-
pT filter for groomed jets before moment calculation
-
Frank Winklmeier authored
InDetReadoutGeometry+TrkExUtils: Fix cppcheck warnings. See merge request atlas/athena!70009
-
Frank Winklmeier authored
TrackParticleTruthTPCnv: Update for change in event index handling. See merge request atlas/athena!70005
-
TrackParticleTruthTPCnv: Update for change in event index handling. HepMcParticleLink changed how MC event indices are handled. Need to update the dummy link used for testing to correspond to this. Fixes an assertion failure in the test in the debug build.
-
Frank Winklmeier authored
GeoModelUtilities: Add a size hint to geoGetVolumes. See merge request atlas/athena!70004
-
GeoModelUtilities: Add a size hint to getGeVolumes. Add an additional optional argument to geoGetVolumes as a hint on the number of volumes to be returned. If the caller already knows this, then this can allow avoiding some vector resizes.
-
Frank Winklmeier authored
ZdcConditions+InDetSimEvent: Fix cppcheck warnings. See merge request atlas/athena!70010
-
Goetz Gaycken authored
Also added the equivalent for the WriteCondHandle, and added default value for the event context argument.
-
Frank Winklmeier authored
RadialStripDesign - Calculate the strip length from the mounting points See merge request atlas/athena!69993
-
RadialStripDesign - Calculate the strip length from the mounting points
-
Frank Winklmeier authored
Move multiple static functions and constants out of the MCTruthClassifier class into a namespace in ThrithUtils See merge request atlas/athena!69903
-
Move multiple static functions and constants out of the MCTruthClassifier class into a namespace in ThrithUtils Move multiple static functions and constants out of the MCTruthClassifier class into a namespace in ThrithUtils
-
Frank Winklmeier authored
Update EntryLayerFilter.h to remove unused include See merge request atlas/athena!69995
-
Update EntryLayerFilter.h to remove unused include
-
scott snyder authored
Pass strings by const reference, not by value.
-