Logo ROOT   6.10/09
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:

Functions

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

Variables

int n
 
bool useRandomSeed = false
 

Function Documentation

◆ gaus100d()

double gaus100d ( double *  x,
double *   
)

Definition at line 66 of file unuranMultiDim.cxx.

◆ gaus10d()

double gaus10d ( double *  x,
double *   
)

Definition at line 58 of file unuranMultiDim.cxx.

◆ gaus3d()

double gaus3d ( double *  x,
double *  p 
)

Definition at line 40 of file unuranMultiDim.cxx.

◆ log_gaus3d()

double log_gaus3d ( double *  x,
double *  p 
)

Definition at line 54 of file unuranMultiDim.cxx.

◆ 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.

◆ 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.

◆ unuranMultiDim()

int unuranMultiDim ( )

Definition at line 157 of file unuranMultiDim.cxx.

Variable Documentation

◆ n

int n

Definition at line 36 of file unuranMultiDim.cxx.

◆ useRandomSeed

bool useRandomSeed = false

Definition at line 38 of file unuranMultiDim.cxx.