#include "dunecore/DuneCommon/Utility/quietHistFit.h"
#include "TFitResult.h"
#include "TF1.h"
#include "TH1F.h"
Go to the source code of this file.
Functions | |
int | quietHistFit (TH1 *ph, std::string fname, std::string fopt) |
int | quietHistFit (TH1 *ph, TF1 *pf, std::string fopt) |
int quietHistFit | ( | TH1 * | ph, |
std::string | fname, | ||
std::string | fopt | ||
) |
Definition at line 25 of file quietHistFit.cxx.
int quietHistFit | ( | TH1 * | ph, |
TF1 * | pf, | ||
std::string | fopt | ||
) |
Definition at line 44 of file quietHistFit.cxx.