Is TLinearFitter thread-safe?

I have encountered multi-threading problems when using TH1::Fit using the default minimizer TMinuit. All problems were solved when I switched to TMinuit2.

Now, I wanted to use the TLinearFitter class, but I saw that is part of TMinuit.
Is there an alternative TLinearFitter2 class in TMinuit2 so that I can use multi-threading?

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.