Skip to content

fix when Algorithm::initialize() gets called

Nils Erik Krumnack requested to merge krumnack/athena:legacy_init into 21.2

I accidentally changed it so that Algorithm::initialize() got called after TEvent::GetEntry(), which broke any meta-data tools created in initialize() which rely on beginEvent.

I'm a little worried that this may also break something, but presumably this was what we did before, so hopefully it doesn't break anything.

cc @janders @cmerlass @salderwe

Merge request reports