Skip to content

DerivationFrameworkHiggs: Avoid rerunning photon decorations.

When we call PhotonVertexSelectionTool::getVertex, be sure that we don't decorate the photons. We've already done that, so this will crash if the decorations have been locked. (This worked previously due to a bug with decoration locking. See ATEAM-909.)

Merge request reports