This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Feb 05, 2025
-
-
Add declarations of EventInfo creation by eventloop infrastructure
-
- Feb 04, 2025
-
-
Tadej Novak authored
JiveXML: Silence clang warnings
-
- Jan 22, 2025
- Jan 21, 2025
-
-
WebdaqHistSvc: Fixed bug in stop
-
- Jan 16, 2025
-
-
WebdaqHistSvc: added use of TDAQ_OH_SERVER variable
-
- Jan 15, 2025
-
-
Frank Winklmeier authored
-
- Jan 14, 2025
-
-
Added slot and frequency Gaudi option, removed PSC stuff and added partition name from TDAQ_PARTITION variable
-
- Dec 10, 2024
-
-
Fix for ATR-30575
-
- Nov 14, 2024
-
-
Frank Winklmeier authored
HltEventLoopMgr: fix race condition during stop See merge request atlas/athena!75801 (cherry picked from commit 17cad1ef) 5550169e HltEventLoopMgr: fix race condition during stop Co-authored-by:
Vakhtang Tsulaia <vakhtang.tsulaia@cern.ch>
-
- Nov 13, 2024
-
-
Frank Winklmeier authored
Let Ctrl-C (SIGINT) be handled by the HLTMPPU to allow for a proper shutdown and cleanup. Relates to ATR-30452.
-
- Nov 12, 2024
-
-
Frank Winklmeier authored
Deleting the `HLT::LoopThread` objects is not thread-safe and can lead to race conditions between the main thread deleting them and the callbacks still using them. Also `std::unique_ptr::reset` is not atomic. Instead of deleting, just wait for the threads to finish. For stop/start transitions, the objects will be replaced during the next call to `nextEvent`. Relates to ATR-30102.
-
- Oct 31, 2024
-
-
Frank Winklmeier authored
Make the ByteStreamCnvSvc a component-only library and move the remaining public headers to ByteStreamCnvSvcBase.
-
- Oct 30, 2024
-
-
Frank Winklmeier authored
Although we do not support bytestream creation in TrigByteStreamCnvSvc, we have to at least provide a dummy interface implementation because converters retrieve the ByteStreamCnvSvc during initialize even though it's only needed within `createRep`.
-
- Oct 25, 2024
-
-
Frank Winklmeier authored
Move the `IByteStreamEventAccess` interface inheritance to the derived classes and use auto-declaring interface syntax.
-
- Oct 23, 2024
-
-
Frank Winklmeier authored
-
- Oct 14, 2024
-
-
Frank Winklmeier authored
-
- Sep 26, 2024
-
-
Frank Winklmeier authored
-
Remove ROBDataProviderSvc EventContext fallbacks and adapt clients
-
- Sep 25, 2024
-
-
Update to Gaudi v39r0
-
- Jul 26, 2024
-
-
scott snyder authored
Add link flags to suppress maybe-uninitialized warnings seen in the LTO build originating from the boost parser code.
-
- Jul 24, 2024
-
-
[ATR-28536][ATR-28717][ATR-28782] Working towards a trigger EDM refactor and integrating R4 into the EDM (part B) [ATR-28536][ATR-28717][ATR-28782] Working towards a trigger EDM refactor and integrating R4 into the EDM (part B)
-
- Jul 03, 2024
-
-
Frank Winklmeier authored
Remove dependency on the `OWLTime` class from tdaq in preparation for Phase-II code updates.
-
Frank Winklmeier authored
Remove unused code and migrate to `std::format`.
-
- Jun 27, 2024
-
-
increase string length in root files (truncations occuring in ART tests - also could be needed for HI runs)
-
- Jun 26, 2024
-
-
Frank Winklmeier authored
Remove the unused DPD steps and general package cleanup. Closes ATR-27802.
-
- Jun 10, 2024
-
-
Frank Winklmeier authored
Delay enabling of interactive mode after the python configuration. Fixes ATR-29543.
-
- Jun 07, 2024
-
-
Frank Winklmeier authored
Follow-up to !71038 removing more of the now code for running legacy configurations.
-
- May 29, 2024
-
-
Frank Winklmeier authored
Now that the HltAsyncEventLoopMgr is used by default we can drop the old one and restore the original naming.
-
- May 28, 2024
-
-
Use string::ends_with() from STL and not from boost
-
- May 24, 2024
-
-
Frank Winklmeier authored
Need to set the `create=True` on `CoreDumpSvc` to ensure it is always created even if no client asks for it. Fixes missing signal handling in HLT. Closes ATR-29451.
-
- May 13, 2024
-
-
Frank Winklmeier authored
After !71207, the transform code no longer appends an explicit `--CA` to the athena command line. Closes ATR-29357.
-
- May 06, 2024
-
-
Frank Winklmeier authored
Dump the scheduler state on soft timeout so we can identify the eventID of the slow event. Requires gaudi/Gaudi!1579 to actually have any effect. Relates to ATR-27697.
-
- Apr 30, 2024
-
-
Frank Winklmeier authored
-
- Apr 29, 2024
-
-
Frank Winklmeier authored
-
- Apr 22, 2024
-
-
Reduce error to warning for empty file production and check that the stream name does not get double counted in trigbs_extractStream.py leading to duplicated events being written out
-
- Apr 20, 2024
-
-
Frank Winklmeier authored
-
- Apr 17, 2024
-
-
Frank Winklmeier authored
-
- Mar 28, 2024
-
-
Frank Winklmeier authored
Backport of commit 145e0240 to HltAsyncEventLoopMgr.
-
Frank Winklmeier authored
Backport commit 2b7217bc to HltAsyncEventLoopMgr.
-