PhysicsAnalysis: Replace beginRun with start in two packages
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.