#ifndef FITPAR_H #define FITPAR_H // TMinuit needs non-member fcn, data global to communicate with fcn void fcn(int& n, double* d, double& f, double par[], int flag); int fitPar (PLFit* plf, int npar, double& chi2Min, vector& parVec, vector >& V); #endif