ROOT  6.06/08
Reference Guide
Functions | Variables
unuranMultiDim.cxx File Reference
#include "TStopwatch.h"
#include "TUnuran.h"
#include "TUnuranMultiContDist.h"
#include "TH3.h"
#include "TF3.h"
#include "TCanvas.h"
#include "TMath.h"
#include "TRandom3.h"
#include "TSystem.h"
#include "TApplication.h"
#include "TError.h"
#include <iostream>
#include <cmath>
#include <cassert>
#include <vector>
+ Include dependency graph for unuranMultiDim.cxx:

Go to the source code of this file.

Functions

double gaus3d (double *x, double *p)
 
double log_gaus3d (double *x, double *p)
 
double gaus10d (double *x, double *)
 
double gaus100d (double *x, double *)
 
int testUnuran (TUnuran &unr, const std::string &method, const TUnuranMultiContDist &dist, TH3 *h1, const TH3 *href=0, const int dim=3)
 
int testGetRandom (TF3 *f, TH3 *h1, const TH3 *href=0)
 
int unuranMultiDim ()
 
int main (int argc, char **argv)
 

Variables

int n
 
bool useRandomSeed = false
 

Function Documentation

§ gaus100d()

double gaus100d ( double *  x,
double *   
)

Definition at line 66 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().

§ gaus10d()

double gaus10d ( double *  x,
double *   
)

Definition at line 58 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().

§ gaus3d()

double gaus3d ( double *  x,
double *  p 
)

Definition at line 40 of file unuranMultiDim.cxx.

Referenced by log_gaus3d(), and unuranMultiDim().

§ log_gaus3d()

double log_gaus3d ( double *  x,
double *  p 
)

Definition at line 54 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().

§ main()

int main ( int  argc,
char **  argv 
)

Definition at line 371 of file unuranMultiDim.cxx.

§ testGetRandom()

int testGetRandom ( TF3 f,
TH3 h1,
const TH3 href = 0 
)

Definition at line 122 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().

§ testUnuran()

int testUnuran ( TUnuran unr,
const std::string &  method,
const TUnuranMultiContDist dist,
TH3 h1,
const TH3 href = 0,
const int  dim = 3 
)

Definition at line 75 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().

§ unuranMultiDim()

int unuranMultiDim ( )

Definition at line 157 of file unuranMultiDim.cxx.

Referenced by main().

Variable Documentation

§ n

int n

Definition at line 36 of file unuranMultiDim.cxx.

Referenced by testGetRandom(), testUnuran(), and unuranMultiDim().

§ useRandomSeed

bool useRandomSeed = false

Definition at line 38 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().