Skip to content

[ATR-24058][ATR-24141] Working to add R2 trigger TE data to R3 JSON structure to enable feature access from R22 AODs created from R2 data

Tim Martin requested to merge tamartin/athena:propagat_TE_data into 22.0-mc20

Trying to fix the issue with feature-access spotted in the recent AOD trigger data validation, ATR-24058

Requires two changes

  1. Add the per-chain sequence metadata, and the per-sequence metadata
  2. Remove the "Reload" option from the R2 HLT slimming service. This is a more empirical change, I don't think we understand why the inclusion of this flag causes a reproducible segfault when some (but not all) feature requests are made on the AOD.

Testing with:

test_q431.sh
Reco_tf.py --inputAODFile="myAOD.pool.root" --preExec="DQMonFlags.set_All_Off();DQMonFlags.doHLTMon=True;DQMonFlags.doNewMonitoring=False" --conditionsTag='CONDBR2-BLKPA-RUN2-06' --geometryVersion='ATLAS-R2-2016-01-00-01' --outputHIST_AODFile="test_HIST.root" --athenaopts="--threads=1"
Edited by Tim Martin

Merge request reports