#include "Riostream.h"
#include "TMultiDimFit.h"
#include "TMath.h"
#include "TH1.h"
#include "TH2.h"
#include "TROOT.h"
#include "TBrowser.h"
#include "TDecompChol.h"
Go to the source code of this file.
Defines | |
#define | RADDEG (180. / TMath::Pi()) |
#define | DEGRAD (TMath::Pi() / 180.) |
#define | HIST_XORIG 0 |
#define | HIST_DORIG 1 |
#define | HIST_XNORM 2 |
#define | HIST_DSHIF 3 |
#define | HIST_RX 4 |
#define | HIST_RD 5 |
#define | HIST_RTRAI 6 |
#define | HIST_RTEST 7 |
#define | PARAM_MAXSTUDY 1 |
#define | PARAM_SEVERAL 2 |
#define | PARAM_RELERR 3 |
#define | PARAM_MAXTERMS 4 |
Functions | |
static void | mdfHelper (int &, double *, double &, double *, int) |
ClassImp (TMultiDimFit) |
#define DEGRAD (TMath::Pi() / 180.) |
Definition at line 1749 of file TMultiDimFit.cxx.
Referenced by hz_calc(), TMultiDimFit::MakeGramSchmidt(), and TMultiDimFit::TestFunction().
#define HIST_DORIG 1 |
Definition at line 1751 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeHistograms(), and TMultiDimFit::MakeNormalized().
#define HIST_DSHIF 3 |
Definition at line 1753 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeHistograms(), and TMultiDimFit::MakeNormalized().
#define HIST_RD 5 |
Definition at line 1755 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeCoefficients(), and TMultiDimFit::MakeHistograms().
#define HIST_RTEST 7 |
Definition at line 1757 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::Fit(), and TMultiDimFit::MakeHistograms().
#define HIST_RTRAI 6 |
Definition at line 1756 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeCoefficients(), and TMultiDimFit::MakeHistograms().
#define HIST_RX 4 |
Definition at line 1754 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeCoefficients(), and TMultiDimFit::MakeHistograms().
#define HIST_XNORM 2 |
Definition at line 1752 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeHistograms(), and TMultiDimFit::MakeNormalized().
#define HIST_XORIG 0 |
Definition at line 1750 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeHistograms(), and TMultiDimFit::MakeNormalized().
#define PARAM_MAXSTUDY 1 |
Definition at line 1758 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeParameterization(), and TMultiDimFit::Print().
#define PARAM_MAXTERMS 4 |
Definition at line 1761 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeParameterization(), and TMultiDimFit::Print().
#define PARAM_RELERR 3 |
Definition at line 1760 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeParameterization(), and TMultiDimFit::Print().
#define PARAM_SEVERAL 2 |
Definition at line 1759 of file TMultiDimFit.cxx.
Referenced by TMultiDimFit::MakeParameterization(), and TMultiDimFit::Print().
#define RADDEG (180. / TMath::Pi()) |
Definition at line 1748 of file TMultiDimFit.cxx.
ClassImp | ( | TMultiDimFit | ) |
Definition at line 3805 of file TMultiDimFit.cxx.
References TMultiDimFit::Instance(), and TMultiDimFit::MakeChi2().
Referenced by TMultiDimFit::Fit().