LCG 99 Fixes
Try to make Analysis compile and pass tests on LCG_99, see here for connected MRs
-
Changes to
CMakeLists.txt
to make it work before and after ROOT 6.22. In ROOT 6.22 we link againstROOTTPython
which providesCPPInstance_FromVoidPtr
which replaces the functionObjectProxy_FromVoidPtr
-
TPySelector
is deprecated. See here and here. I had a quick look and couldn't see any usage ofSelector
andSelectorWithCuts
thus removed. Build works, and locally tests in Analysis and DaVinci pass.
Edited by Rosen Matev