- May 18, 2022
-
-
scott snyder authored
Enable thread-safety checking and fix warnings.
-
scott snyder authored
Unused variable.
-
scott snyder authored
Missing override keywords.
-
- May 17, 2022
-
-
Michela Biglietti authored
-
- May 16, 2022
-
-
scott snyder authored
TBB is not a ROOT component.
-
scott snyder authored
Pass class instances by const reference, not by value.
-
scott snyder authored
Redundant / misplaced null pointer tests.
-
Goetz Gaycken authored
Add TRT and Pixel PID information directly to track particles rather than first adding the information to the track summary, For statistically combined muon track particles compute pixel PID, but only copy TRT PID information over from the input track particles (original behaviour). For the code path not starting from tracks only the default Pixel and TRT PID values are set (tracks are needed to run the PID).
-
Temporarily remove single strip charge cut in MM reco
-
Update MM Overlay Time WIndow
-
John Chapman authored
-
- May 13, 2022
-
-
Patrick Scholer authored
-
Frank Winklmeier authored
The `Station` class was printing a lot of unprotected VERBOSE messages. Also there are a lot of local `MsgStream` instances created. Instead derive from `AthMessaging` and use the `ATH_MSG` macros for logging. Relates to ATR-21692.
-
Patrick Scholer authored
-
-
passivation test algo Conflicts: MuonSpectrometer/MuonConditions/MuonCondGeneral/MuonCondTest/src/MuonCondTest_entries.cxx
-
- May 12, 2022
-
-
Patrick Scholer authored
-
Chav Chhiv Chau authored
sTGC strips with small charge are kept due to the near-neighbour logic. With pileup, hits near the lower or upper time limit would created a cluster of strips. However, not all these strips pass the selection due to time smearing. Sometimes, only the strips with small charge pass the selection, leading to a cluster without charge that breaks the clusterizing method.
-
Patrick Scholer authored
-
fix peak in MM overlay time spectrum
-
Fix MM digi identifier warnings (ATLASSIM-5822)
-
MuonMDT cabling - Do not kill the inner stations if the asymmetric layout is loaded
-
- May 11, 2022
-
-
Tadej Novak authored
-
NSW RDO data time window for pileup
-
Alexandre Laurier authored
-
Johannes Junggeburth authored
-
Johannes Junggeburth authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- May 10, 2022
-
-
Chara Kitsaki authored
-
RPC_CondCabling: Fix clang warning. RDOindex::operator= cannot be defaulted due to the presence of a reference member.
-
MuonMDT_Cabling: Increase test timeout. Test has been timing out in dbg builds.
-
Frank Winklmeier authored
Use AthMessaging instead of private MsgStream member.
-
Tadej Novak authored
-
- May 09, 2022
-
-
Chara Kitsaki authored
-
MuonPRTTest - Add mechanism to save Trees in subdirectories & minor bug-fix
-
Frank Winklmeier authored
-