- Mar 25, 2025
-
-
Frank Winklmeier authored
Move the "sweep:ignore" warning into into its own pre-merge script. This will allow the release coordinator to check for potential conflicts before they are being resolved.
-
- Mar 24, 2025
-
-
Vakhtang Tsulaia authored
HighFive Usage Update, main branch (2025.03.24.) See merge request atlas/athena!78758
-
Vakhtang Tsulaia authored
Muon learning See merge request atlas/athena!77801
-
Muon learning
-
Vakhtang Tsulaia authored
TruthUtils Helper functions for right-handed neutrinos See merge request atlas/athena!78572
-
Vakhtang Tsulaia authored
Compare legacy athena and ACTS reconstruction for single electrons See merge request atlas/athena!77622
-
Add tests to compare ITk reconstruction of single electrons with the legacy athena and ACTS algorithms
-
Vakhtang Tsulaia authored
make DetElementStatus available in the trigger See merge request atlas/athena!78734
-
Vakhtang Tsulaia authored
MCTruthClassifier: Use isHeavyBoson and isMSSMHiggs helper functions See merge request atlas/athena!78733
-
Vakhtang Tsulaia authored
Pantau algo, remove eflow reco options See merge request atlas/athena!78739
-
Pantau algo, remove eflow reco options
-
Vakhtang Tsulaia authored
Add #ifdefs for RFieldBase, RFieldDescriptor leaving ROOT::Experimental See merge request atlas/athena!78750
-
Vakhtang Tsulaia authored
main-coverity-DataQualityUtils See merge request atlas/athena!78752
-
Vakhtang Tsulaia authored
Adjust art-html folder for ACTS FT ART tests See merge request atlas/athena!78764
-
Vakhtang Tsulaia authored
TrfTestsART,TrfTestsARTPlots: Update and fix conditionsTag configuration See merge request atlas/athena!78746
-
TrfTestsART,TrfTestsARTPlots: Update and fix conditionsTag configuration
-
Vakhtang Tsulaia authored
Update BPHY25 See merge request atlas/athena!78740
-
Update BPHY25
-
Vakhtang Tsulaia authored
Fixes for alignment handling in TRT See merge request atlas/athena!78636
-
Vakhtang Tsulaia authored
Acts GSF: Fix surface order and chi2 cut See merge request atlas/athena!78732
-
Acts GSF: Fix surface order and chi2 cut
-
Vakhtang Tsulaia authored
ActsAnalysis: allow disabling ntuples See merge request atlas/athena!78730
-
Vakhtang Tsulaia authored
xAODMuonSimHit - Fix read-in of persistified HepMCLinks See merge request atlas/athena!78729
-
xAODMuonSimHit - Fix read-in of persistified HepMCLinks
-
Vakhtang Tsulaia authored
In case fullName is not found by trf, avoiding exception See merge request atlas/athena!78745
-
Vakhtang Tsulaia authored
tag_build.sh: improve handling of race condition See merge request atlas/athena!78749
-
Thomas Strebler authored
-
Attila Krasznahorkay authored
-
Shaun Roe authored
-
Marcin Nowak authored
-
John Chapman authored
-
Frank Winklmeier authored
Make the nightly tagging script more robust for the very unlikely case that two builds try to create the same nightly tag from a different commit. Also use `show-ref` instead of `rev-parse` to check for tags and some other minor cleanups, i.e. remove unused support of specifying tag names via the `$datestamp` environment variable.
-
Zach Marshall authored
In some recent grid jobs, cvmfs goes stale. In those cases, the file that this piece of code is looking for won't be found. Right now it looks for the file, identifies that it isn't there, and prints a warning (because the filename is None). It then tries to open the file anyway. Looking at the code, I can't imagine that's what was intended, because even in the case that it fails to open the code because of an OSError it just prints a warning and continues. Therefore adding an 'else' here to avoid opening the file in case the name is None. This could also be done by catching a TypeError exception, but I don't see why we should use try/except logic when we have a nice clean way to test for the condition with an if statement (and we already do).
-
- Mar 23, 2025
-
-
Frank Winklmeier authored
Update G400 runner script [EFTRACK-786] See merge request atlas/athena!78727
-
Update G400 runner script [EFTRACK-786]
-
Frank Winklmeier authored
IDTPM: fix fake rates See merge request atlas/athena!78723
-
IDTPM: fix fake rates
-
Frank Winklmeier authored
Default charge to 1.81e5 for ToT=14 for ITk See merge request atlas/athena!78718
-
Default charge to 1.81e5 for ToT=14 for ITk
-
- Mar 22, 2025
-
-
John Chapman authored
-