Request from IHEP for a Gauss Fitting function as: f(x) = a e^{-(x-b)^2/c^2} that a is a,b,c are tune able parameters. gaussfit(VDouble x, VDouble a, VDouble b, VDouble c) : VDouble result
Request from IHEP for a Gauss Fitting function as:
f(x) = a e^{-(x-b)^2/c^2}
that a is a,b,c are tune able parameters.
gaussfit(VDouble x, VDouble a, VDouble b, VDouble c) : VDouble result