Skip to content

LCG 99 Fixes

Christoph Hasse requested to merge LCG_99_fixes into master

Try to make Analysis compile and pass tests on LCG_99, see here for connected MRs

  1. Changes to CMakeLists.txt to make it work before and after ROOT 6.22. In ROOT 6.22 we link against ROOTTPython which provides CPPInstance_FromVoidPtr which replaces the function ObjectProxy_FromVoidPtr

  2. TPySelector is deprecated. See here and here. I had a quick look and couldn't see any usage of Selector and SelectorWithCuts thus removed. Build works, and locally tests in Analysis and DaVinci pass.

Edited by Rosen Matev

Merge request reports