#include <cstdlib>
#include <vector>
#include <iostream>
#include <iomanip>
#include <cassert>
#include <fstream>
#include <TF1.h>
#include <TH1.h>
#include <TString.h>
#include <TFitResult.h>
Go to the source code of this file.
|
double | identity (double x) |
|
template<const size_t d> |
TF1 * | GetSmoothFit (TH1 *h, int ifm, int ifM, int nSigmaStop=0, const char *options="Q0SNRE", bool autoStop=false) |
|
template<const size_t d> |
TF1 * | GetSmoothFit (TH1 *h, double m, double M, int nSigmaStop=0, const char *options="Q0SNRE", bool autoStop=false) |
|
|
static const float | feps = numeric_limits<float>::epsilon() |
|
static const double | deps = numeric_limits<double>::epsilon() |
|
static const double | dmax = numeric_limits<double>::max() |
|
◆ deps
const double deps = numeric_limits<double>::epsilon() |
|
static |
◆ dmax
const double dmax = numeric_limits<double>::max() |
|
static |
◆ feps
const float feps = numeric_limits<float>::epsilon() |
|
static |