- Apr 30, 2024
-
-
EFTracking : FPGATrackSim : Enable truth info for RDO analysis and add output check
-
Walter Lampl authored
2024-04-29: merge of 24.0 into main See merge request atlas/athena!70974
-
Walter Lampl authored
PyDumper: Work around pyroot change. See merge request atlas/athena!70993
-
PyDumper: Work around pyroot change. When looping over a vector<T*>, recent pyroot versions give you back a T* object. This implicitly converts to a T, but not to the object's dynamic type, as it used to. Instead, iterate by index. Fixes unit test failure in TrkEventAthenaPool in dev3lcg.
-
Walter Lampl authored
use outliers in branch stopper See merge request atlas/athena!70940
-
use outliers in branch stopper
-
Walter Lampl authored
main-cppcheck-FPGATrackSimAlgorithms See merge request atlas/athena!70978
-
main-cppcheck-FPGATrackSimAlgorithms
-
Walter Lampl authored
Refactor InDetSecVtxValidation package See merge request atlas/athena!70810
-
Refactor InDetSecVtxValidation package
-
Walter Lampl authored
special case to avoid TRT photon Conversion in MVA calibration See merge request atlas/athena!69947
-
special case to avoid TRT photon Conversion in MVA calibration
-
Walter Lampl authored
Fix reading metadata from event-less BS files Closes ATLASRECTS-7982 See merge request atlas/athena!70970
-
Fix reading metadata from event-less BS files
-
- Apr 29, 2024
-
-
Walter Lampl authored
-
Walter Lampl authored
This reverts commit 9b36ad1f, reversing changes made to 4d2926b2.
-
Walter Lampl authored
GPU Error -> CUDA error to match trigger check_log search string See merge request atlas/athena!70969
-
GPU Error -> CUDA error to match trigger check_log search string
-
Walter Lampl authored
-
Walter Lampl authored
Update CTIDE recs in JetTrackFilterTool See merge request atlas/athena!70960
-
Update CTIDE recs in JetTrackFilterTool
-
Walter Lampl authored
Simplify xAOD::TPyEvent so the new cppyy can handle it. ATEAM-980 See merge request atlas/athena!70916
-
Simplify xAOD::TPyEvent so the new cppyy can handle it. ATEAM-980 xAOD::TPyEvent was inheriting all TEvent constructors and that confused the new cppyy in ROOT 6.32 when python TPyEvent class was inheriting from xAOD::TPyEvent. I am leaving only the default TPyEvent constructor as it seems to be the only one actually used by the python side. All tests failing in ROOT.32 are tracked in ATEAM-980
-
Walter Lampl authored
add photon conversion plots to validation See merge request atlas/athena!70959
-
add photon conversion plots to validation
-
Duc Ta authored
add test to verify LAr online/offline identifier consistency See merge request atlas/athena!70905
-
add test to verify LAr online/offline identifier consistency
-
Duc Ta authored
Removed deprecated InDetAlignmentMonitoring package See merge request atlas/athena!70935
-
Duc Ta authored
MuonStationTypeBuilder: prevent crashes in DEBUG See merge request atlas/athena!70965
-
Marija Vranjes Milosavljevic authored
TrigTrackingHypo: silence info threshold printouts See merge request atlas/athena!70942
-
Marija Vranjes Milosavljevic authored
Reduce HLT menu generation timeout in CI to 5' See merge request atlas/athena!70944
-
Reduce HLT menu generation timeout in CI to 5'
-
Marija Vranjes Milosavljevic authored
Update forward jet thresholds See merge request atlas/athena!70957
-
Update forward jet thresholds
-
Walter Lampl authored
SUSYTools: Handle Run3 for MuonLRTOR See merge request atlas/athena!70951
-
SUSYTools: Handle Run3 for MuonLRTOR
-
Walter Lampl authored
AthFile Finale See merge request atlas/athena!70953
-
Walter Lampl authored
disable block-sequence comparison tests (ATLASG-2692) See merge request atlas/athena!70950
-
disable block-sequence comparison tests (ATLASG-2692) These tests were creating problems in CI of a regular basis, and had become problematic. Since we already excluded some variables from comparisons, and the plan is to remove the sequences completely I just disabled the comparisons. For now I just commented out the tests, and we can then remove them completely when we remove the sequences.
-
Walter Lampl authored
Implement PID replacement in FixHEPMC See merge request atlas/athena!70924
-