This project is mirrored from https://gitlab.cern.ch/atlas/athena.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Apr 05, 2021
-
-
Johannes Elmsheuser authored
CaloCell, add overload for et on top of e and sinTh See merge request atlas/athena!42243
-
Johannes Elmsheuser authored
Fix for ATLASRECTS-6000 Closes ATLASRECTS-6000 See merge request !42234
-
In the case that MuGirl finds segments that include a small-large overlap, the list of hits it assembles to be fitted from the segments may be out of order. This can cause problems for the hole-finding code, which assumes that the hits are in order. Thus, once it reaches a new chamber it assumes that it has all the hits on track for the previous chamber. Any hits that have been separated from the rest of the hits in the chamber are then treated as holes. The hole-finding code searches for them, finds them, and adds them to the track, which then acquires duplicate hits. In principle, MuGirl should prevent this from happening by sorting the hits in the case that there are small-large overlaps. The MuonCandidateTrackBuilderTool checks for this by looping over the hits and seeing if both a small and a large one are present. Unfortunately, at the moment it breaks out of the loop after the first MDT hit it finds. With the break statement removed, the code now correctly identifies small-large overlaps and sorts the hits appropriately, so the track no longer acquires duplicate hits. Additionally, the sorting code is modified to correctly handle pseudomeasurements. Note that this will also fix many instances of ATLASRECTS-5999, even though this warning has now been downgraded. Duplicate hits will also give rise to this warning, as it leads to a situation in which there are more hits on the track in a given chamber than the MuonTrackSummaryHelperTool finds close to the track in the chamber.
-
Johannes Elmsheuser authored
Emulation for data or MC of Super-Cells from cells. See merge request !42158
-
Inclusion of a proper sequence to unpack cells and use them for emulating Super-Cells from either data or HITs
-
Johannes Elmsheuser authored
[ATR-23127] Add duplicate output DecisionContainers to L1Decoder for "probe" ChainIDs See merge request !42225
-
-
Johannes Elmsheuser authored
Adding DAOD_PHYS MP TCT test for valid1 See merge request !42222
-
Johannes Elmsheuser authored
[ATR-23079] Add TDT to legacy trigger RecExCommon See merge request atlas/athena!42217
-
Johannes Elmsheuser authored
Monitor more jet chains in offline monitoring See merge request atlas/athena!42213
-
Johannes Elmsheuser authored
update muonLRT RoI size See merge request !42212
-
Johannes Elmsheuser authored
change histo name for L1 counts See merge request !42210
-
Johannes Elmsheuser authored
TrigCost: Fix missing chain-algorithm mapping See merge request atlas/athena!42207
-
-
Johannes Elmsheuser authored
Add B-physics L2 filter to the mul2IOOvlpRmSequence for the dimuon triggers with 'muCombIO' step (ATR-21003) See merge request atlas/athena!42206
-
Add B-physics L2 filter to the mul2IOOvlpRmSequence for the dimuon triggers with 'muCombIO' step (ATR-21003)
-
Johannes Elmsheuser authored
TrigInDetValidation: add options to change MALLOC setting See merge request atlas/athena!42203
-
-
Johannes Elmsheuser authored
changing SuperCell container name See merge request atlas/athena!42193
-
Johannes Elmsheuser authored
Remove requirement for events to trigger jet chain in JetMonitoring See merge request atlas/athena!42173
-
Johannes Elmsheuser authored
jet hypo - technical changes See merge request atlas/athena!42169
-
1. chainPart dictionaries have a key/value "prefilters"/list. One of the possible entries has prefix "prefilter". Change this to "mask". This affects chain names, and reference files for the trigger ART tests have been updated. TrigHLTJetHypo/python/prefilter_mask.py TrigHLTJetHypo/python/scenario_simple.py TrigHLTJetHypo/python/test_hypoConfigBuilder.py TrigAnalysisTest/share/ref_RDOtoRDOTrig_v1Dev_build.ref TriggerTest/share/ref_data_v1Dev_build.ref TriggerMenuMT/python/HLTMenuConfig/Menu/LS2_v1.py TriggerMenuMT/python/HLTMenuConfig/Menu/SignatureDicts.py 2. Remove the share directory. Remove references to this directory from CMakeLists.txt TrigHypothesis/TrigHLTJetHypo/CMakeLists.txt TrigHLTJetHypo/share/dummy.txt 3. jets passing hypo cuts are reported according to the chain part that specifies those cuts. Recently, the 'chainPartIndex' key was added to the chainPart dictionary. Use this index, rather than claculating an index from an offset + poition of the chainPart dictionary in the chainDict['chainParts'] list. TrigHypothesis/TrigHLTJetHypo/python/hypoConfigBuilder.py
-
Johannes Elmsheuser authored
ATLAS code quality: initialise variable dummy See merge request atlas/athena!42162
-
Johannes Elmsheuser authored
Improvements of memory handling of SLSelectorOut object (ATR-21107) See merge request atlas/athena!42151
-
-
Johannes Elmsheuser authored
Consistently use chainParts for muon hypo configuration See merge request atlas/athena!42140
-
Johannes Elmsheuser authored
L1Calo BitWise Offline Software Simulation. jFEX Tau Algorithm See merge request atlas/athena!42138
-
-
Johannes Elmsheuser authored
ATR-23009 - small modification in Egamma Zee chains See merge request atlas/athena!42135
-
-
Johannes Elmsheuser authored
do not refer to classes which were removed from the release See merge request atlas/athena!42131
-
-
Johannes Elmsheuser authored
TrigInDetValidation: remove LRT specific flags and add more general ones See merge request atlas/athena!42130
-
-
Johannes Elmsheuser authored
Fixed case when the no combination is passed by the ComboHypoTool See merge request atlas/athena!42129
-
-
Johannes Elmsheuser authored
Fixed the way the ComboHypoTool module takes the legs + added comboHypo 03dRAB to the Tau+X chains ATR-22652 See merge request !42096
-
Fixed the way the ComboHypoTool module takes the legs + added comboHypo 03dRAB to the Tau+X chains ATR-22652
-
Johannes Elmsheuser authored
Resolve creation of many instances of config files for electron Ringer tunes and LH tunes See merge request atlas/athena!42087
-
-