Skip to content
Snippets Groups Projects
Commit 00febc21 authored by Scott Snyder's avatar Scott Snyder Committed by Walter Lampl
Browse files

PyDumper: Work around pyroot change.

PyDumper: Work around pyroot change.

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.
parent 715e7d20
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment