Skip to content

Draft: Adapt dictionary selection to work with ROOT 6.28

Marco Clemencic requested to merge fix-for-root-6-28 into master

ROOT 6.28 includes a newer version of llvm and now inline namespaces are (correctly) hidden to dictionary selection patterns, so we have to use

<class pattern="LoKi::Functor<*LHCb::Event::Track*>"/>

instead of

<class pattern="LoKi::Functor<*LHCb::Event::v1::Track*>"/>

This MR changes the selection patterns to work with both ROOT 6.28 and ROOT < 6.28.

Edited by Marco Clemencic

Merge request reports