- Mar 15, 2024
-
-
- Feb 20, 2024
-
-
-
Delete the legacy runHLT_standalone job options and related utilities.
-
Removal of functions to add differences in pre/pos trees as added to a later step and check on if an event status name is present for events that do not have an explicit 0 set
-
Fix to read to end of string in line for accepted/rejected events so that for runs where accepted/rejected > 9, the events won't be cut off
-
-
TrigPSC: Update for python 3.11. Update the passing of command-line arguements to python; PySys_SetArgv is deprecated as of 3.11.
-
Debug stream recovery, Fix to trig reco
-
- Jan 30, 2024
-
-
Addition of new function to add a Tree and histograms that show the difference in the Pre/Pos histograms in dbgAnalysis, modification of a function to add in the HLT_accepted_events histogram along with HLT_rejected_events as well as an additional python file that creates an empty file with the BSFile structure and changes to trigRecoExe to accomodate these additional functions and to rename the empty BSFile to RAW.pool.root if no events are selected for the chosen streams to prevent failures at T0 when events are actually just rejected by the HLT and/or stream selection when running the TriggerTransform for debug recovery.
-
- Jan 26, 2024
-
-
CA updates for TriggerTransform
-
- Jan 24, 2024
-
-
TrigPSC: Fix cppcheck warnings. Pass objects by const reference, not by value. Prefer to initialize class members in an initialization list. Blank macro arguments can confuse cppcheck.
-
- Dec 19, 2023
-
-
Set scheduler defaults to match runHLT in PSC
-
- Nov 16, 2023
-
-
Frank Winklmeier authored
ALFA does not need to be supported anymore (ATR-28444).
-
- Oct 27, 2023
-
-
scott snyder authored
Clean up memory management.
-
- Oct 19, 2023
-
-
Migrate TimeBurner, MistimeMon to CA (ATR-28359)
-
- Sep 27, 2023
-
-
Remove the linkage to boost libraries in case only header-only components are used
-
- Sep 12, 2023
-
-
Frank Winklmeier authored
The HLTMPPU implementation of MonSvc is not thread-safe. To prevent any possible issues, add an extra lock also to the `deReg(const std::string&)` method following what is being done for all other methods. Maybe related to ATR-28222.
-
Frank Winklmeier authored
Fix ALFA LB histogram (ATR-27909).
-
- Sep 07, 2023
-
-
Frank Winklmeier authored
Fix two issues that prevented the LB histograms to be filled correctly: - Two `Monitored::Scalar` with the name "y" were used. Rename one of them to "ay" and adjust `defineHistogram` calls. - Remove the `_LB` suffixes from the axis variables to match the C++ code. Closes ATR-27909.
-
- Sep 05, 2023
-
-
Drop boost::lexical_cast in the places wher std::to_string will work
-
- Aug 29, 2023
-
-
Frank Winklmeier authored
- `Trigger.DecodeHLT` -> `Trigger.decodeHLT` - `Trigger.endOfEventProcessing.Enabled` -> `Trigger.enableEndOfEventProcessing` - `Trigger.HLTSeeding.forceEnableAllChains` -> `Trigger.forceEnableAllChains`
-
- Aug 17, 2023
-
-
Trigger: implement rewriteLVL1 feature in CA See merge request atlas/athena!65052 (cherry picked from commit 018455eb) e45a3c4f TrigPSC: set writeBS=True by default and support doL1Sim e008ed83 TrigServices+TriggerJobOpts: implement rewriteLVL1 feature in CA 58d37c70 TriggerJobOpts: deprecate rewriteLVL1 modifier
-
- Aug 16, 2023
-
-
Frank Winklmeier authored
This reverts merge request !64860
-
- Aug 15, 2023
-
-
Frank Winklmeier authored
Implement the equivalent of the `rewriteLVL1` Modifier for CA. Instead of introducing yet another flag, we assume that when the LVL1 simulation and BS-writing is enabled, we always want to write out the updated LVL1 result. Relates to ATR-26582.
-
Frank Winklmeier authored
Enable BS-writing by default and fully support the `doL1Sim` Modifier of runHLT_standalone. The corresponding flag needs to be set early on to avoid merge conflicts in TrigServicesCfg. Also need to set default `EDMVersion` in order for the auto-configuration to work correctly.
-
ALFARobMonitor multi-LB hist publish by default
-
Frank Winklmeier authored
-
- Aug 09, 2023
-
-
Frank Winklmeier authored
Rewrite the unit test to use the regular state machine to avoid issues with finalization order. Also remove the rather useless check on the execution time which is way too generous to be useful. Closes ATR-27962.
-
- Aug 07, 2023
-
-
Frank Winklmeier authored
We are using 32 MB as the default event/result size limit online (set via `DcmApplication.sbaBlockSize_MiB`). Use the same value for `athenaHLT` to make it easier to reproduce the same behavior.
-
- Jul 18, 2023
-
-
Edward Moyse authored
TrigJetHypo ATR-27619 - reduce the number of AlgTools. TrigJetHypo ATR-27619 - reduce the number of AlgTools. Replace the on to one matching of Condition filters - Conditions with an index array, and a Filter array. The index array is one-to-one with the Conditions, while the size of the filter array is at most the length of the filter index array. In the majority of cases, the condition filters were pass-through filters, so this approch reduces the need to configure the such filters, at the proce of more complex code. Further, the filter used before the processing the jet hypo, has been replaced by a simple copy when a PassThrough filter was requested.
-
- Jul 17, 2023
-
-
Debug stream recovery, Fix for addition of HLT_rejected_events histogram
-
- Jul 14, 2023
-
-
Use C++17 std::filesystem instead of boost::filesystem where possible
-
- Jul 10, 2023
-
-
Debug Stream recovery, addition of HLT_rejected_events histogram
-
- 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.
-