#include "dunecore/DuneCommon/Utility/shiftHistFit.h"
#include "quietHistFit.h"
#include "TFitResult.h"
#include "TF1.h"
#include "TH1F.h"
Go to the source code of this file.
Functions | |
int | shiftHistFit (TH1 *ph, TF1 *pf, std::string fopt, int ipar, double xshift) |
int | shiftHistFit (TH1 *ph, TF1 *pf, std::string fopt, std::string spar, double xshift) |
int shiftHistFit | ( | TH1 * | ph, |
TF1 * | pf, | ||
std::string | fopt, | ||
int | ipar, | ||
double | xshift | ||
) |
Definition at line 12 of file shiftHistFit.cxx.
int shiftHistFit | ( | TH1 * | ph, |
TF1 * | pf, | ||
std::string | fopt, | ||
std::string | spar, | ||
double | xshift | ||
) |
Definition at line 54 of file shiftHistFit.cxx.