|
ROOT 6.10/09 Reference Guide |
#include "TH2.h"#include "TH3.h"#include "TF2.h"#include "TF3.h"#include "TCanvas.h"#include "TApplication.h"#include "TMath.h"#include "Fit/SparseData.h"#include "HFitInterface.h"#include "Fit/Fitter.h"#include "Math/WrappedMultiTF1.h"#include "TRandom.h"#include <iostream>#include <iterator>#include <algorithm>#include <list>#include <vector>#include <cmath>#include <cassert>Functions | |
| int | findBin (ROOT::Fit::BinData &bd, const double *x) |
| void | fit2DHist () |
| void | fit3DHist () |
| double | gaus2D (double *x, double *p) |
| double | gaus3D (double *x, double *p) |
| int | main (int argc, char **argv) |
| ostream & | operator<< (ostream &out, ROOT::Fit::BinData &bd) |
| bool | operator== (ROOT::Fit::BinData &bd1, ROOT::Fit::BinData &bd2) |
| double | pol2D (double *x, double *p) |
Variables | |
| bool | showGraphics = false |
| int findBin | ( | ROOT::Fit::BinData & | bd, |
| const double * | x | ||
| ) |
Definition at line 66 of file SparseFit3.cxx.
| void fit2DHist | ( | ) |
Definition at line 266 of file SparseFit3.cxx.
| void fit3DHist | ( | ) |
Definition at line 137 of file SparseFit3.cxx.
| double gaus2D | ( | double * | x, |
| double * | p | ||
| ) |
Definition at line 30 of file SparseFit3.cxx.
| double gaus3D | ( | double * | x, |
| double * | p | ||
| ) |
Definition at line 35 of file SparseFit3.cxx.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 457 of file SparseFit3.cxx.
| ostream& operator<< | ( | ostream & | out, |
| ROOT::Fit::BinData & | bd | ||
| ) |
Definition at line 47 of file SparseFit3.cxx.
| bool operator== | ( | ROOT::Fit::BinData & | bd1, |
| ROOT::Fit::BinData & | bd2 | ||
| ) |
Definition at line 90 of file SparseFit3.cxx.
| double pol2D | ( | double * | x, |
| double * | p | ||
| ) |
Definition at line 42 of file SparseFit3.cxx.
| bool showGraphics = false |
Definition at line 28 of file SparseFit3.cxx.