TMinuit and fitting constraint


_ROOT Version:5.34
Platform: Not Provided
Compiler: Not Provided


Hi,
I’m using missing mass of neutron and I need to fit by TMinuit package. I don’t know how can I download and work with TMinuit .
Thanks in advance

The MINUIT and Minuit2 (optional) are provided by ROOT 5.34.

For usage examples, see files returned by:

grep -l -r -i minuit ${ROOTSYS}/t[eu]*

Thanks for your answer, I have a Gaussian spectrums (Neutron mass spectrum) and I want to move all the points around the peak of spectrum to peak point (for different spectrum the spacing around the peak is different). TMinuit can help me?

I have no idea what you are trying to do.

Here’s a simple example how one can fit a gaussian peak (in a histogram) using several different methods and fit options:

${ROOTSYS}/tutorials/fit/minuit2GausFit.C

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