Skip to content

PyDumper: Work around issue with cling 6.20.06.

Scott Snyder requested to merge ssnyder/athena:cling.PyDumper-20200715 into master

In root 6.20.06, cling was sometimes parsing xAOD classes in wrong order, causing it to get confused on forward declarations. This was leading to crashes on tests that make event dumps.

Explicitly fetch some classes at the start of the dumper to work around this.

Merge request reports