Steps to build the Michel spectrum fitter program:
cvs co -r release1 mcfitter
This will create a directory called mcfitter
.
You can place it anywhere, it does not have to be in your home
dir, or in e614soft.
cd mcfitter
make
Note that the executable program is called
chi2fitter
You should have a recent version of ROOT set up (i.e. available in PATH and with the ROOTSYS environement variable properly defined) to build the fitter. By default only ROOT histogram files can be read in. If your ROOT version was compiled with HBOOK support, you can enable HBOOK support for the fitter by changing the ENABLE_HBOOK variable in mcfitter's Makefile.
There are several histograms involved
In addition, there are several "nthrown" numbers to be provided: one for the "eff" spectrum, and one for each derivative. You also have to specify the fiducial volume to use.
All these input data are collected in a "fit specification" file. There is an example file called "fitspec.txt" in the source code directory.
Input histograms can be in different files or some or all of them can be in the same file.
./chi2fitter <fit-specification-file>
The fit result is at the bottom of the output. Of course you can redirect output into a file to save it. If you defined OUTFILE in your fit specification you'll get fit residuals and some other histograms written out to that file.