DAS  3.0
Das Analysis System
Greta.h File Reference
#include <cstdlib>
#include <vector>
#include <iostream>
#include <iomanip>
#include <cassert>
#include <fstream>
#include <TF1.h>
#include <TH1.h>
#include <TString.h>
#include <TFitResult.h>
+ Include dependency graph for Greta.h:

Go to the source code of this file.

Classes

struct  Term< n >
 
struct  Term< 1 >
 
struct  Term< 0 >
 
struct  Polynom< n >
 
struct  Polynom< 0 >
 
struct  Polynom2D< maxnPt, nPt, nY >
 
struct  Polynom2D< maxnPt, nPt, 0 >
 
struct  Thunberg< d, Log, Exp >
 
struct  Greta< Log, Exp >
 
struct  GretaPolynomial< Log, Exp >
 
class  GretaPolynomialReader< Log, Exp >
 

Namespaces

 DAS
 
 DAS::Chebyshev
 

Functions

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)
 

Variables

static const float feps = numeric_limits<float>::epsilon()
 
static const double deps = numeric_limits<double>::epsilon()
 
static const double dmax = numeric_limits<double>::max()
 

Variable Documentation

◆ 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