ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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

double gaus100d ( double x,
double  
)

Definition at line 66 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().

double gaus10d ( double x,
double  
)

Definition at line 58 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().

double gaus3d ( double x,
double p 
)

Definition at line 40 of file unuranMultiDim.cxx.

Referenced by log_gaus3d(), and unuranMultiDim().

double log_gaus3d ( double x,
double p 
)

Definition at line 54 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().

int main ( int  argc,
char **  argv 
)

Definition at line 371 of file unuranMultiDim.cxx.

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

Definition at line 122 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().

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().

int unuranMultiDim ( )

Definition at line 157 of file unuranMultiDim.cxx.

Referenced by main().

Variable Documentation

int n

Definition at line 36 of file unuranMultiDim.cxx.

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

bool useRandomSeed = false

Definition at line 38 of file unuranMultiDim.cxx.

Referenced by unuranMultiDim().