Skip to content

Add DiElectron lines to master

Daniel Johnson requested to merge johndan-fix-run_die_lines into master

Thanks to @rjhunter for pointing out that the line was not imported in hlt2_qee.py. It now is. The lines have also been rewritten.

The original MR where these lines were added is here: !1365 (merged)

The new HLT2 lines select pi0 and eta -> e+ e- gamma candidates, building on the new HLT1 line to do the same. In fact they find an e+ e- pair worth triggering on, and then persist photons in a container where the combination of dielectron and photon yields an acceptable candidate. Here 'acceptable' principally means that the invariant mass of the combination lies within some useful range for the pi0 and eta studies.

Lines to be added to master are:

  • Hlt2QEE_DiElectronPrompt_PersistPhotons
  • Hlt2QEE_DiElectronDisplaced_PersistPhotons
  • Hlt2QEE_DiElectronDisplaced_PersistPhotons_FULL
  • Hlt2QEE_DiElectronPrompt_PersistPhotonsSS
  • Hlt2QEE_DiElectronDisplaced_PersistPhotonsSS
  • Hlt2QEE_DiElectronDisplaced_PersistPhotonsSS_FULL

Rates

Line Nominal rate Rate with 2023 latest HLT1-filtered Rate with HLT1-filtering-on-the-fly* Prescale Turbo/Full
Displaced_PersistPhotons 233.0 +/- 6 1.2 +/- 0.3462 90.0 +/- 16.407 1 Turbo
Displaced_PersistPhotonsSS 24.8 +/- 2 0.2 +/- 0.1414 12.0 +/- 5.998 1 Turbo
Displaced_PersistPhotons_FULL 11.6 +/- 1.4 0.1 +/- 0.0999 3.0 +/- 2.999 0.05 Full
Prompt_PersistPhotons 469.6 +/- 7 3.3 +/- 0.5735 81.0 +/- 15.567 1 Turbo
Prompt_PersistPhotonsSS 48.8 +/- 2.8 0.4 +/- 0.1999 9.0 +/- 5.195 1 Turbo
Prompt_PersistPhotons_FULL 23.8 +/- 2.0 0.1 +/- 0.0999 3.0 +/- 2.999 0.05 Full
Total inclusive 639 +/- 8.0 5 +/- 0.7 135 +/- 20.1 - Both

where the prefix "Hlt2QEE_DiElectron" has been removed from each line name in the table to reduce with. HLT1-filtering on the fly means HltEfficiencyChecker ran both HLT1 and HLT2 over non-HLT1-filtered min bias, requiring a HLT1 filter on any of:

HLT rates w.r.t. passing Hlt1LowMassNoipDielectron_SS_massSlice1_displacedDecision || Hlt1LowMassNoipDielectron_SS_massSlice1_promptDecision || Hlt1LowMassNoipDielectron_SS_massSlice2_displacedDecision || Hlt1LowMassNoipDielectron_SS_massSlice2_promptDecision || Hlt1LowMassNoipDielectron_SS_massSlice3_promptDecision || Hlt1LowMassNoipDielectron_SS_massSlice4_displacedDecision || Hlt1LowMassNoipDielectron_SS_massSlice4_promptDecision || Hlt1LowMassNoipDielectron_massSlice1_displacedDecision || Hlt1LowMassNoipDielectron_massSlice1_promptDecision || Hlt1LowMassNoipDielectron_massSlice2_displacedDecision || Hlt1LowMassNoipDielectron_massSlice2_promptDecision || Hlt1LowMassNoipDielectron_massSlice3_displacedDecision || Hlt1LowMassNoipDielectron_massSlice3_promptDecision || Hlt1LowMassNoipDielectron_massSlice4_displacedDecision || Hlt1LowMassNoipDielectron_massSlice4_promptDecision

All rates worked out by @rjhunter and are in kHz. Yes, the big ones are big and yes, I'm confident in them. In the case of the 500 kHz one; this line has a retention of around 33% on that sample.

Edited by Ross John Hunter

Merge request reports