Skip to content

TriggerTest: Use physics_Main data in b-phys and b-jet slice tests

Rafal Bielski requested to merge rbielski/athena:trigtest-slice-data into master

B-jet and B-physics chains have large rejection for EnhancedBias data and no chains pass any event in their corresponding tests. The zero counts issues are fixed by:

  • changing data input to a file from the physics_Main stream
  • increasing number of events in the b-phys test to 1000
  • enabling the forceEnableAllChains flag for b-phys to enable HLT chains regardless of L1 decision

The resulting b-jet counts are:

All                                                        14
HLT_j225_ftf_subjesgscIS_bmv2c1040_split_L1J100             1
HLT_j275_ftf_subjesgscIS_bmv2c1060_split_L1J100             4
HLT_j300_ftf_subjesgscIS_bmv2c1070_split_L1J100             5
HLT_j360_ftf_subjesgscIS_bmv2c1077_split_L1J100             1
HLT_j45_ftf_subjesgscIS_bmv2c1070_split_L1J20               1
HLT_j45_ftf_subjesgscIS_boffperf_split_L1J20                6

and b-phys:

All                                                        11
HLT_2mu10_bJpsimumu_L12MU10                                 1
HLT_2mu10_bUpsimumu_L12MU10                                 2
HLT_2mu4_bDimu_L12MU4                                      11
HLT_2mu4_bJpsimumu_L12MU4                                   2
HLT_2mu4_bUpsimumu_L12MU4                                   5
HLT_mu11_mu6_bJpsimumu_L1MU11_2MU6                          1
HLT_mu11_mu6_bUpsimumu_L1MU11_2MU6                          2

Fixes ATR-21146 for b-phys, fixes ATR-21784 for b-jet

Merge request reports