Logo ROOT   6.08/07
Reference Guide
Functions | Variables
SparseFit3.cxx File Reference
#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>
Include dependency graph for SparseFit3.cxx:

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
 

Function Documentation

◆ findBin()

int findBin ( ROOT::Fit::BinData bd,
const double *  x 
)

Definition at line 66 of file SparseFit3.cxx.

◆ fit2DHist()

void fit2DHist ( )

Definition at line 266 of file SparseFit3.cxx.

◆ fit3DHist()

void fit3DHist ( )

Definition at line 137 of file SparseFit3.cxx.

◆ gaus2D()

double gaus2D ( double *  x,
double *  p 
)

Definition at line 30 of file SparseFit3.cxx.

◆ gaus3D()

double gaus3D ( double *  x,
double *  p 
)

Definition at line 35 of file SparseFit3.cxx.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 457 of file SparseFit3.cxx.

◆ operator<<()

ostream& operator<< ( ostream &  out,
ROOT::Fit::BinData bd 
)

Definition at line 47 of file SparseFit3.cxx.

◆ operator==()

bool operator== ( ROOT::Fit::BinData bd1,
ROOT::Fit::BinData bd2 
)

Definition at line 90 of file SparseFit3.cxx.

◆ pol2D()

double pol2D ( double *  x,
double *  p 
)

Definition at line 42 of file SparseFit3.cxx.

Variable Documentation

◆ showGraphics

bool showGraphics = false

Definition at line 28 of file SparseFit3.cxx.