Skip to content

Keeping same names for intermediate datahandles for electron and photon chains

In EgammaDefs.py I introduced different names for intermediate dataHandles for electron and photon (merge request !27986 (merged) ). E.g.

   EgammaRecKey = 'HLT_egammaRecCollection'
   EgammaRecKey_electron = "HLT_egammaRecCollection_electron"

But as @tamartin pointed (!27986 (comment 2988047)) since electron and photon chain are running in separate eventViews so we don't have worry about the names of intermediate dataHandles being the same. So I am dropping off redundant declaration of dataHandles (e.g. HLT_egammaRecCollection_electron) from EgammaDefs.py. (jira link https://its.cern.ch/jira/browse/ATR-18927). adding @fernando and @tamartin

Merge request reports