Skip to content

PyDumper: Work around pyroot change.

Scott Snyder requested to merge ssnyder/athena:dyntype.PyDumper-20240430 into main

When looping over a vector<T>, recent pyroot versions give you back a T object. This implicitly converts to a T, but not to the object's dynamic type, as it used to. Instead, iterate by index.

Fixes unit test failure in TrkEventAthenaPool in dev3lcg.

Merge request reports