Skip to content

Organize photon trigger config

This MR is to fix HLT photon trigger configuration and clean it up. Detailed follow up is on ATR-18929. In this MR:

  • I created a separated file (Photon/TrigPhotonFactories.py) where all the factories are defined (to clean things up)
  • Fixed EV settings for precisionPhoton and added it correctly to the sequence
  • Moved all electron and photon "MenuDefs" configuration names for input/output containers into Egamma/EgammaDefs.py in a class called TrigEgammaKeys (mimicking what offline does)

ctests on TriggerMenuMT are all passed locally. I still don't enable medium chains in menu because we are hitting a crash when egammaSuperClusterBuilder tries to get the cells out of the cluster to create new SCs. This is outside TrigEgamma, so we would like to merge this to be ready to go ahead once that is figured out.

Edited by Tadej Novak

Merge request reports