- Jan 30, 2024
-
-
Adam Edward Barton authored
ZDC_SimEvent: Fix cppcheck warnings. See merge request !68421
-
Adam Edward Barton authored
TriggerMatchingTool: Fix cppcheck warnings. See merge request !68420
-
Adam Edward Barton authored
RPC_Digitization: Fix cppcheck warnings. See merge request !68422
-
Adam Edward Barton authored
ZDC_SimuDigitization: Fix cppcheck warnings. See merge request !68423
-
Adam Edward Barton authored
MuonGeoModelTestR4: Fix cppcheck warnings. See merge request !68424
-
MuonGeoModelTestR4: Fix cppcheck warnings. Use CxxUtils::starts_with.
-
Adam Edward Barton authored
fix typo in WP setup See merge request !68429
-
BinBin Dong authored
-
- Jan 29, 2024
-
-
Adam Edward Barton authored
TileByteStream+TrigT2CaloCommon: Read mapping from BS frag ID to Tile drawer ID from DB See merge request !68316
-
TileByteStream+TrigT2CaloCommon: Read mapping from BS frag ID to Tile drawer ID from DB Tile configuration (CA-based) function to prepare conditions object with mapping from BS frag ID to Tile drawer ID has been modified to initialize it from DB by default. This is done to resolve the issue with two Tile modules EBA61 and EBA63 (ROD fibers swapped) in 2022-2023 data. The conditions algorithm which prepares mapping from BS frag ID to Tile drawer ID has been modified to use all available information from DB (including beam elements). Tile ROD decoder tool has been modified to unpack DQ fragment when unpacking channels is requested, and to use the conditions object with mapping from BS frag ID to Tile drawer ID as argument in function used to fill Tile cell collection in HLT. The clients (TrigCaloDataAccessSvc and Tile ROD decoder test) have been updated accordingly.
-
scott snyder authored
Prefer preincrement to postincrement for iterator classes.
-
scott snyder authored
Useless variables.
-
scott snyder authored
Prefer to initialize class members by an initialization list.
-
scott snyder authored
Use CxxUtils::starts_with instead of string::find. Pass objects by const reference rather than by value.
-
Adam Edward Barton authored
LAr DT monitoring updates See merge request !68407
-
LAr DT monitoring updates
-
Adam Edward Barton authored
Fix Tile data overlay configuration (ATLASSIM-7041) See merge request !68379
-
Fix Tile data overlay configuration (ATLASSIM-7041) Legacy data overlay configuration has been updated to use Tile raw data reading algorithm to read Tile raw data from BS. Tile digits maker CA-based configuration has been updated to avoid using SGInputLoader to read Tile digits because they are read by Tile raw data reading algorithm.
-
Adam Edward Barton authored
MuonR4 data preparation - Add Tgc & Rpc strip hit conversion from Sim hits & misc See merge request !68350
-
MuonR4 data preparation - Add Tgc & Rpc strip hit conversion from Sim hits & misc
-
Andrew Mehta authored
-
Andrew Mehta authored
-
Adam Edward Barton authored
Split vx_n_vs_mu plots in CampaignsARTTests See merge request !68400
-
Split vx_n_vs_mu plots in CampaignsARTTests
-
Adam Edward Barton authored
Update ISF_Validation tests (part 4: cosmics simulation) See merge request !49890
-
Update ISF_Validation tests (part 4: cosmics simulation)
-
Adam Edward Barton authored
TrigPrescalesAlg: Add option for prescale based on trigger formula See merge request !68373
-
TrigPrescalesAlg: Add option for prescale based on trigger formula The trigger option in the prw tool can be a formula (trigA||trigB): https://gitlab.cern.ch/ATLAS-EGamma/athena/-/blob/main/PhysicsAnalysis/AnalysisCommon/PileupReweighting/Root/PileupReweightingTool.cxx#L484 but current implementation of the alg is not intended for this use and would result in decoration: `m_prescaleDecoration+triger_formula` which can lead to problems because of `||`, spaces and such (not sure decorators allow it?). This MR would change it that instead of passing list of triggers one can pass them as `trigFormula` and the decoration would be only `m_prescaleDecoration`, so it would be much more straighforward to use. Taking advantage of existing implementation so the execute part does not change, only the init.
-
Adam Edward Barton authored
Parameterizing the cluster splitting based on truth value See merge request !68356
-
Parameterizing the cluster splitting based on truth value
-
Adam Edward Barton authored
AthenaPoolMultiTest: Cleanup EventTag tests See merge request !68377
-
AthenaPoolMultiTest: Cleanup EventTag tests
-
Adam Edward Barton authored
MET: Do not use global config flags See merge request !68404
-
Adam Edward Barton authored
[ATR-28717] Initial refactor of trigger EDM toward R4 See merge request !68370
-
[ATR-28717] Initial refactor of trigger EDM toward R4
-
Adam Edward Barton authored
HI: Do not use global config flags See merge request !68403
-
Adam Edward Barton authored
Taus: Fixes to flags usage See merge request !68402
-
Adam Edward Barton authored
Removal of legacy EM triggers - ATR-28612 See merge request !68329
-
Removal of legacy EM triggers - ATR-28612
-
Adam Edward Barton authored
Allow mtj and track backends Handles Prefix to be settable in jo See merge request !68387
-