- Jul 05, 2023
-
-
Tadej Novak authored
-
- Jun 26, 2023
-
-
Trig_reco_tf updates - list of streams, working directory check
-
- Jun 19, 2023
-
-
Remove unused boost in LArMonitoring
-
Remove unused boost subpackages from CMakeLists.txt
-
- Jun 06, 2023
-
-
Frank Winklmeier authored
- increase event ID field width from 4 to 6 digits - do not overwrite MessageSvc format in runHLT for online (fixes the missing timestamps)
-
- Jun 05, 2023
-
-
Frank Winklmeier authored
Run with strict dependency checking by default in athenaHLT. This was already done in runHLT, so only impacts other testing job options.
-
Frank Winklmeier authored
Avoid running with auto-loading of missing dependencies.
-
- Jun 02, 2023
-
-
Frank Winklmeier authored
If no function name is specified on the command line, use 'main' as the default function name.
-
Debug stream recovery, change of data-type
-
- May 25, 2023
-
-
Frank Winklmeier authored
-
- May 24, 2023
-
-
Frank Winklmeier authored
Need to make sure we correctly set the `dump-config-reload` option in CA mode to ensure that the `interactive` logic works correctly.
-
Frank Winklmeier authored
When running with `--dump-config-reload` the first pass needs to be done without running interactively.
-
Frank Winklmeier authored
Set the default of `HltEventLoopMgr.setMagFieldFromPtree` to `true` and avoid setting it in runHLT_standalone. Also introduce corresponding ConfigFlag to disable the magnet auto-configuration when needed.
-
- May 22, 2023
-
-
Frank Winklmeier authored
Migrate the MTCalibPeb tests to CA. Relates to ATR-26800.
-
Frank Winklmeier authored
Pass `globals()` when executing the pre/post-commands and fix info printout.
-
- May 08, 2023
-
-
Trig_reco_tf.py: Added intermediate BS output merging step
-
- May 02, 2023
-
-
Frank Winklmeier authored
Add support for running from CA modules in athenaHLT. Introduce new `TrigPSCPythonCASetup` bootstrap module. Also refactor `--dump-config-reload` to be usable by CA and non-CA job options.
-
- Apr 26, 2023
-
-
Debug stream recovery, Update to fix for duplicated Event Status word
-
- Apr 18, 2023
-
-
Frank Winklmeier authored
Remove unit test reference and instead just check for no errors.
-
- Apr 05, 2023
-
-
Frank Winklmeier authored
Fix setting the OutputLevel when running from DB, i.e.: ``` athenaHLT -b -lDEBUG ... ```
-
- Apr 04, 2023
-
-
Update Trig_reco_tf.py to RAWtoALL, also cleanup unused steps Associated updates to test_trigP1_v1PhysP1_T0MonTrf_build.py
-
- Mar 23, 2023
-
-
Remove unused boost string headers
-
Frank Winklmeier authored
-
- Mar 10, 2023
-
-
Debug stream recovery, updates to HLT event statuses and Error Codes
-
Frank Winklmeier authored
Remove the caching of COOL information in a local pickle file. This simplifies the code and also (somewhat unexplicably) solves the long standing issue of extra threads on fork when running from the cache. Closes ATR-25705.
-
- Mar 09, 2023
-
-
Frank Winklmeier authored
Move the `SchedulerMonSvc` configuration from runHLT_standalone into athenaHLT.
-
- Mar 06, 2023
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Move the conditions/geometry tag deduction for the HLT into the main flags (`IOVDb.GlobalTag` and `GeoModel.AtlasVersion`). For the moment, we only use a dedicated tag for data(-taking). For MC, we rely on the default auto-configuration. Also remove the now obsolete `Trigger.OnlineCondTag` and `Trigger.OnlineGeoTag` flags and adjust the RDOtoRDOtrigger transform to set the flags directly. Relates to ATR-27052.
-
- Mar 02, 2023
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Add a flag for configuring the offline `THistSvc` vs the online `TrigMonTHistSvc` and use it in the CA config function. Closes ATR-27041.
-
- Feb 27, 2023
-
-
Frank Winklmeier authored
Replace the following Modifiers: - `enableCostMonitoring` was enabled by default. Instead set the corresponding flag to `True`. - `forceCostMonitoring` is replaced by setting the relevant flag directly. Also remove the need for a post-config by setting up the `HltROBDataProviderSvc` correctly in the first place.
-
- Feb 24, 2023
-
-
Frank Winklmeier authored
Move the flags locking after the pre-exec so they can still be modified.
-
- Feb 16, 2023
-
-
Frank Winklmeier authored
SGInputLoader is now configured within AvalancheSchedulerSvcCfg.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Feb 15, 2023
-
-
Frank Winklmeier authored
Fix the python bootstrap filename when running from DB. Closes ATR-26969.
-
- Feb 14, 2023
-
-
Frank Winklmeier authored
When running in athenaHLT from the DB or JSON files, we use `TrigPSCPythonDbSetup.py` to setup a minimal Python environment. Change this file from being an "include file" to a Python module. Introduce helpers functions to alternatively include or import the file based on its file name extension. This will be important to support CA-based configurations.
-
- Feb 13, 2023
-
-
Frank Winklmeier authored
Migrate the PerfMon configuration to CA. In order to pass the athenaHLT `--perfmon` flag, we make the Psc flags a singleton so we can access from the relevant places. Relates to ATR-26800.
-
Frank Winklmeier authored
Move the setup of the ALFA monitoring entirely to `Modifiers`.
-
Frank Winklmeier authored
Move the `TrigOpMonitor` setup into the main runHLT job options. It is really only needed for online running and it avoids having to check if Luminosity and MagneticField CondAlgs are available which is difficult to do in CA-based job options. This also removes the last use-case of the post-exec in athenaHLT. Relates to ATR-26800.
-