- Feb 20, 2024
-
-
Revert "Merge branch 'bugfix_objectcutflow' into 'main'" This reverts merge request !68554
-
Merge branch '23.0-dqi-bugfix2' into '23.0' DataQualityInterfaces - fix string parameters of regex assessors See merge request atlas/athena!68517 (cherry picked from commit 20984dea) e56dcc90 DataQualityInterfaces - fix string parameters of regex assessors
-
Fix cmake files for ACTS packages
-
introduce a simple per-algorithm memory monitor for EventLoop This will **not** be able to detect memory leaks, but instead it will just monitor how much memory an algorithm allocates during setup. This allows to see if any of the algorithms has a particularly large calibration table or similar. It also contains occasional memory usage printouts during the job. That allows to see whether memory gets consumed in the job setup, or during execute This is mostly meant to allow debugging some current problems with the Top jobs which quickly shoot up to 3.2GB memory consumption.
-
Fixes for DigitizationTests ART jobs (ATLASSIM-7076)
-
Fixing fast tagging regex
-
a couple of minor changes to fix debug output
-
Adding draft GENtoEVGEN_Skeleton module and cleanup of unused arguments for Gen_tf
-
Fix residual inconsistencies with firmware for jFEX PU correction
-
The main usage here is that if OR is run before MET we don't want to use the OR selections with MET. A similar issue is expected to come up with fakes/fakeable objects, i.e. some specific baseline cuts should not be applied (in fact they are inverted), but only for very specific users. The mechanism chosen here is to mark the cuts when they are registered and then exclude by name when requesting the selection.
-
Introduced new command-line argument for job transforms --geometrySQLiteFullPath to ovveride standard path to the SQLite Geometry Database. If this argument is used then GeoModelSvc switches to the initialization of geometry from SQLite and takes the SQLite database path from the overrider instead of trying to find the file in the standard location
-
Update to 23.6.25
-
MdtCalibEventLoop - Memoryleak debug
-
The detection of the `EventViewCreatorAlgorithm` used the legacy configurable class, which means that this check only ever worked for the legacy menu.
-
Correct silently failing ACTS CI test
-
TriggerEDMRun3: 2023/2024 YETS AODCOMM container removal - Round 1 (ATR-28561)
-
-
-
Switch to CA-config for FastCaloSim in Geant4
-
DigitizationTests: Add standardardised name versions of RUN1/RUN2 digitization ART jobs (ATLASSIM-7059) DigitizationTests: Add standardardised name versions of RUN1/RUN2 digitization ART jobs (ATLASSIM-7059)
-
DigitizationTestsMT: Standardising script names (ATLASSIM-7059)
-
refactoring to avoid need for EventInfo object and reduce calls to DB interface, nicer-to-use types for calibration DB parameters
-
Fix phi() method in the gfex jet EDM
-
TileRecEx+TileConfiguration: Add Tile D3PD CA-based configuration Tile D3PD new-style (CA-based) configuration has been added. Tile run type has been updated to check if it is bigain type. Test for Tile D3PD CA-based configuration has been added.
-
TileRecAlgs: Add new-style (CA-based) configuration for TileRawChannelToHit The new-style (CA-based) configuration for TileRawChannelToHit algorithm has been added. Test for the new TileRawChannelToHit algorithm configuration has been added.
-
CPAlgorithms: refactor the object cutflow
-
ATR-27546 Support Triggers for the new di-Tau HLT_tau30_tau20 triggers
-
AthAllocators: Fix potential deadlock. In ArenaHeader::allocator(), we need to release the header lock before creating the LockedAllocator instance. Otherwise we can deadlock if an algorithm creates multiple allocators. See ATR-28749.
-
AthContainers: Avoid cppcheck false positive. Reorder declarations to avoid cppcheck false positive.
-
Extra fix for CloseBy correction
-
-
ATR-28761 Removal of remaining legacy combined items - J, XE
-
TestTools: Have noerror.sh/nopost.sh print out the end of the log on a failure. If noerror.sh or nopost.sh get a bad exit status, have them print the end of the failing log file (like post.sh does).
-
Adding python CA configuration files for TruthIO and EvgenProdTools and helper functions
-
SUSYTools: more support for mc23c and mc23d
-
OverlayConfiguration: Reduce python dependencies. Don't load configuration code for disabled detectors.
-
LeptonTaggers: Fix cppcheck warnings. Prefer pre-increment to post-increment for iterator classes. Work around cppcheck false positive. Avoid possible dereference of invalid iterator (in debugging code). Typo fix.
-
-
Update b-tagging variables in PHYSLITE
-
Pythia8B_i, Pythia8_i further corrections in the UserHooks setup
-