Skip to content

[EventIndex, G4AtlasApps] Move code from beginRun to start

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

beginRun() is deprecated. For jobs processing only one run at a time, the code can be moved to start().

Merge request reports