dear rooters,
I’d like to write a package that conducts maxLLH fits using the ROOT::Minuit2::Minuit2Minimizer in several parallel threads.
Are there any experiences if the ROOT::Math::CreateMinimizer that I use for setting up the minimizer is thread safe?
I guess the implementation of ROOT::Math::CreateMinimizer without the PluginHandler is thread safe from reading the code, right? Can I steer somehow which version of is taken ROOT::Math:
:CreateMinimizer after root is compiled?
I’d like to have guidance on the topic to prevent me spending time on issues that others may have encountered already.
Cheers,
Peter