Skip to content

WIP: Preliminary version of PEB+TLA for jets, ATR-21596

Caterina Doglioni requested to merge doglioni/athena:PEBAndTLA into master

This is a WIP MR for discussing the first version of a PEB+TLA chain for jets that we've been working on and discussing with @mmontell and @boveia.

It's a small modification from the existing (and functioning) TLA jet chain =HLT_j20_JetDS_L1J100= with the addition of SCT+Pixel+TRT+EM calorimeter (as a start, then we'll proceed with size/rate tests for a few different options).

It runs with the instructions on https://twiki.cern.ch/twiki/bin/view/Atlas/TriggerMenuMTPackageInstructions#1_How_to_Run_Test_the_TriggerMen (point D). It currently sees a number of ROIs in the output file, but it doesn't see the TLA (DataScouting) content yet:

python get_stream_info.py -p -S JetDSPEB -i data18_13TeV.00360026.physics_JetDSPEB.daq.RAW._lb0151._athenaHLT._0001.data [snip] RawInfo 2021-07-29 16:23:02,905 INFO Event 88 = RunNumber 360026, LB 151, BCID 69 RawInfo 2021-07-29 16:23:02,910 INFO Event contains 426 robs from 18 detectors RawInfo 2021-07-29 16:23:02,910 INFO RawInfo 2021-07-29 16:23:02,910 INFO Stream tags: RawInfo 2021-07-29 16:23:02,912 INFO Stream tag: JetDSPEB , robs: 426, dets: 0 RawInfo 2021-07-29 16:23:02,912 INFO - All robs in stream tag are found in the event: True

trigbs_dumpHLTContentInBS_run3.py --hltres --sizeSummary data18_13TeV.00360026.physics_JetDSPEB.daq.RAW._lb0151._athenaHLT._0001.data [snip] ==================== Event: 88, RunNumber: 360026, LB: 151, Global_ID: 629290817, LVL1_ID: 1761703037, BC_ID: 728, TT: x81 ==================== Found 0 HLT ROBs

We will follow up why this is the case on the JIRA and @rbielski's input is very welcome, as it may be that either the configuration is not sufficient or that the testing scripts themselves need some changes to handle both TLA and PEB objects at once.

Merge request reports