Skip to content

DTT trigger selection updates

Petar Bokan requested to merge pbokan/easyjet:run2dttpriorities into main

Several things done:

  • pass_DTT_L1Topo_1/2B and pass_DTT_4J12_1/2B flags are now evaluated independently of each other. Previously pass_DTT_L1Topo_1/2B included !pass_DTT_4J12_1/2B. Same for the delayed stream data. This will allow us to change the priority or test an OR in HHARD
  • Run 2 pt cut on the leading jet in the L1Topo category reduced to 70 GeV. Yimin's studies indicated that this might be an acceptable cut (also used by H->tautau)
  • Reordered parts of HHbbttSelectorAlg::setThresholds to have blocks organised per trigger. Helps to avoid overlooking if things need to be changed at multiple places (like the 80 -> 70 GeV cut above for example)
  • Fixed one block in python/bbtt_config.py to include the systematic suffix separator

cc @tstreble, @mfujimot, @shahzad, @bmoser, @jdegens, @gwmyers, @wojang, @dafiacco

Merge request reports