- Mar 15, 2024
-
-
-
Drop CA RDOtoRDOTrigger:False
-
InDetSecVtxFinder + DerivationFrameworkHiggs + TrigT1CaloByteStream: Fix xAOD namespace typos
-
-
(cherry picked from commit 4b8e20a1)
-
Update GenericMonitoringTool.py - default ymin and ymax values when specifying ylabels, if not specified (cherry picked from commit 242d243c)
-
fix skip test if file not present Closes ATLASRECTS-7925 See merge request !69446 (cherry picked from commit d6d150a8) 469fdd30 skip test if file not present d908f92a use default test file
-
-
-
reverse naming of the calratio alorithm and move old calratio chains with additional emf cut to the physics
-
Update main L1Calo_Phase1 monitoring script and add a test for it
-
LAr DB tools update
-
complete migration from config to flags : AthConfigFlags
-
ATR-28887: Avoid modifying retrieved CA in JetRecoSequencesConfig
-
-
-
-
Remove the `NoCAmigration` exception and associated code (ATR-28792). Also replace redundant `OrderedDict` with `dict`.
-
Fix histogram plotting config file to be usable for ITk and ID monitoring The ITk has a wider eta range, and more Si layers, so the histogram ranges need to be set accordingly.
-
Modify ITk multiplicity cuts for the ITk analyses The ITk strips have no detector elements beyond |eta|=2.8 so the reuirement om the number of strip hits has been removed. In addition, for very long chains, only the first 30 characters of the chain name will be displayed now, so that we can still see th type of the track collection.
-
Remove LArMonTools and legacy LArCalibProcessing
-
layers (LB[A|C] B9, EB[A|C] C10, D4, E1, E2, E3, E4). Also allow for different energy ranges for ordinary cells and E-cells, when storing individual channel time histograms.
-
-
-
-
-
-
-
-
Moving several chains to Physics after menu sign off
-
For the most common use-case of comparing two CA configs, we don't use the `--ignoreDefaults` option and we can skip parsing the property types.
-
-
Remove legacy job options, unused tests and update link dependencies.
-
ATR-28888 -- Reimplement End-of-Event processing in HLT
-
-
Update PEB DarkJet chains
-
The property serialization in `gatherProps` for jobs with many sequences (e.g. trigger) was entirely dominated by the recursive sequence traversal. Replace the `flatSequencers` by an iterator. This saves memory and moreover gives direct access to the sequences/algorithms without having to find them a second time via the name. Also remove the `algsCollection` feature which does not seem to serve any purpose. Replace the usage of `flatSequencers` in `getEventAlgo` and `gatherProps` by the new iterator. Also streamline the treatment of the "Members" property of sequences. For a trigger job this reduces the property serialization from 30 to 10 seconds. No changes observed in the final property content. The only exception are algorithms that are not contained in any sequence. But this should never happen and is likely a bug in the configuration (see ATR-28887).
-
Added Mongroup to displaced jet triggers and added reference chains for displaced jet signature in Dev Menu
-
Use dict lookup to find CF sequence in HLT Menu
-