Skip to content

Update TriggerInfo.py - add another details-tag that has inverted order...

William Buttinger requested to merge will-24.0-patch-80166 into 24.0

Update TriggerInfo.py - add another details-tag that has inverted order (relates to b tagging efficiency, so higher efficiency is looser)

Reproducer command is:

tapis /cvmfs/atlas.cern.ch/repo/sw/database/GroupData/GoodRunsLists/data23_13p6TeV/20230828/data23_13p6TeV.periodAllYear_DetStatus-v110-pro31-06_MERGED_PHYS_StandardGRL_All_Good_25ns.xml getLowerUnprescaled --livefraction 0.9 HLT_j75c_020jvt_j50c_020jvt_j25c_020jvt_j20c_020jvt_SHARED_2j20c_020jvt_bdl1d77_pf_ftf_presel2c20XX2c20b85_L1J45p0ETA21_3J15p0ETA25 

this currently returns a couple of identical triggers with lower efficiencies:

HLT_j75c_020jvt_j50c_020jvt_j25c_020jvt_j20c_020jvt_SHARED_2j20c_020jvt_bdl1d77_pf_ftf_presel2c20XX2c20b80_L1J45p0ETA21_3J15p0ETA25 j_multi bj_multi      0.999936
HLT_j75c_020jvt_j50c_020jvt_j25c_020jvt_j20c_020jvt_SHARED_2j20c_020jvt_bdl1d77_pf_ftf_presel2c20XX2c20b82_L1J45p0ETA21_3J15p0ETA25 j_multi bj_multi      0.999936 

This update will fix so that the b85 trigger is the lowest threshold

Merge request reports