- Jan 30, 2023
-
-
eFEX offline simulation fixes
-
- Jan 27, 2023
-
-
Updating the jFEX decorator with the masking and new variables
-
Implement timing cut for HLT topoclusters
-
Adding new histograms to MET Trigger Monitoring with LAr Noiseburst veto applied
-
CA migration for muon trigger: segment finding + MS tracking Directly using the CA configuration for the segment finding and MS tracking in the muon trigger, wrapping to the legacy config via algorithmCAToGlobalWrapper (ATR-25086). - Some minor restructuring of the offline configuration to support trigger use case (doesn't functionally change offline config) - Explicitly configuring the track builder in the legacy config for inside-out reconstruction (we were picking up some configuration somewhat parasitically from legacy MS tracking configuration that broke with the partial migration to CA here)
-
Frank Winklmeier authored
Move the "flags" as the first argument in `ChainConfigurationBase.getStep` and pass them explicitly where needed.
-
Frank Winklmeier authored
Pass flags explicitly to various trigger "Getters". Still to do is the `TriggerConfigGetter` which is widely used.
-
Frank Winklmeier authored
-
EFTRACK-133, optimized settings, adaptive phi sliding windows, removed un-used variables
-
- Jan 26, 2023
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
Remove `ConfigFlags` usage and delete unused `TrigBjetMonitorAlgorithm_2alg.py`.
-
Frank Winklmeier authored
Do not use global `ConfigFlags` and rename misleading function argument.
-
Frank Winklmeier authored
Replace usage of global `ConfigFlags` in testing code. Also rename some function arguments to `flags`.
-
Updated legacy L1Calo Rampmaker for new Run 3 FCAL LUT strategy + minor changes from py2 to py3
-
Updating jFEX simulation to match the firmware
-
Signature specific HLTCalo monitoring
-
- Jan 25, 2023
-
-
Anke Ackermann authored
-
scott snyder authored
Unused variables.
-
Revert "move CaloTowerStoreTestAlg from CaloUtils to CaloRec" This reverts commit d0dff78d9b11e83f961c8440bced5392819df103.
-
Siarhei Harkusha authored
The following Tile algorithms have been modified to use TileEMScale conditions object directly istead of using it via Tile EM scale conditions tool: - Tile Hit to raw channel aglorithm; - Tile Muon receiver decision algorithm; - Tile Hit to TTL1 algorithm; - Tile Pulse for Tile Muon receiver algorithm.
-
Bertrand Martin authored
Hello, This MR is fixing the crash reported in ATR-26895. The ConfigFlags used for offline tau reconstruction were recently updated (!60012), and this needs to be propagated to HLT tau reconstruction. Adding the urgent label. Cheers, Bertrand
-
Less magic numbers in trigger
-
- Jan 24, 2023
-
-
Frank Winklmeier authored
Emit a warning during the JSON job options dump in case we are trying to modify properties of a non-existent component. This can happen when used in a minimal job (e.g. HelloWorld) without the config services.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Jan 23, 2023
-
-
Peter Sherwood authored
-
MM L1 Simulation - Private members instead of functions
-
Track decisions IDs on LinkInfo, not Decision
-
migrate Control Flow code to use CA
-
Shaun Roe authored
-
Walter Lampl authored
-
- Jan 21, 2023
-
-
Yasuyuki Okumura authored
-
- Jan 20, 2023
-
-
Tadej Novak authored
-
TrigT1NSWSimTools: Fix cppcheck warnings. Prefer to initialize class members in an initialization list.
-
TauTrig: access clusters directly from hlt tau and not from seed jet
-
Frank Winklmeier authored
Enable thread-checker and fix warnings.
-
- Jan 19, 2023
-
-
cppcheck: Update selectblock.cxx in TrigInDetValidation
-
Frank Winklmeier authored
Instead of re-creating the `HLTMonTriggerList` each time, use the already available "singleton". Also cleanup code and logging.
-
Changed the implementation of inefficiency plots to use the existing efficiency plot methods instead of making new inefficiency plot methods. Implemented inefficiency plots for eta slices as well as et.
-