Closed Zehvogel closed 2 months ago
i.e. add it to whatever environment variable so that it is picked up by
ROOT.gSystem.Load("libMarlinKinfit.so")
instead of having to do something like
ROOT.gInterpreter.Declare("R__ADD_LIBRARY_PATH(/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2024-08-20/x86_64-almalinux9-gcc11.4.1-opt/marlinkinfit/0fb147401f1761282f28452704ff89a61bc331e5_develop-nycl3j/lib)") ROOT.gInterpreter.Declare("R__LOAD_LIBRARY(libMarlinKinfit.so)")
this makes it possible to do kinematic fits with MarlinKinfit directly from ROOT (and therefore also from FCCAnalyses)
i.e. add it to whatever environment variable so that it is picked up by
instead of having to do something like
this makes it possible to do kinematic fits with MarlinKinfit directly from ROOT (and therefore also from FCCAnalyses)