Skip to content

xAODEventInfoCnv: Suppress BeginRun warnings when DoBeginRun==False.

EventInfoCnvAlg has a flag to disable processing during BeginRun, but we still get a deprecation warning from Algorithm in that case. Suppress this.

Use ReadHandle when possible to acces the old EventInfo.

Merge request reports