Skip to content

PhysicsAnalysis: Replace beginRun with start in two packages

Frank Winklmeier requested to merge fwinkl/athena:remove_beginRun into master

The beginRun method is deprecated. One-time initializations before the event loop need to be done in start. I doubt anyone is using this code but at least this way it won't fail to compile once those methods get removed in Gaudi.

Merge request reports