![]() |
ROOT
6.06/09
Reference Guide
|
#include "TStopwatch.h"#include "TUnuran.h"#include "TUnuranMultiContDist.h"#include "TH2.h"#include "TF2.h"#include "TCanvas.h"#include "TMath.h"#include "TRandom3.h"#include "TSystem.h"#include "TApplication.h"#include "TError.h"#include "Math/Functor.h"#include <cmath>#include <iostream>
Include dependency graph for unuranMulti2D.cxx:Go to the source code of this file.
Macros | |
| #define | _USE_MATH_DEFINES |
Functions | |
| double | gaus2d (double *x, double *p) |
| double | log_gaus2d (double *x, double *p) |
| int | testUnuran (TUnuran &unr, const std::string &method, const TUnuranMultiContDist &dist, TH2 *h1, const TH2 *href) |
| int | testGetRandom (TF2 *f, TH1 *h1, const TH2 *href=0) |
| int | unuranMulti2D () |
| int | main (int argc, char **argv) |
Variables | |
| int | n = 1000000 |
| bool | useRandomSeed = false |
| #define _USE_MATH_DEFINES |
Definition at line 26 of file unuranMulti2D.cxx.
Definition at line 39 of file unuranMulti2D.cxx.
Referenced by log_gaus2d(), and unuranMulti2D().
Definition at line 52 of file unuranMulti2D.cxx.
Referenced by unuranMulti2D().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 286 of file unuranMulti2D.cxx.
Definition at line 102 of file unuranMulti2D.cxx.
Referenced by unuranMulti2D().
| int testUnuran | ( | TUnuran & | unr, |
| const std::string & | method, | ||
| const TUnuranMultiContDist & | dist, | ||
| TH2 * | h1, | ||
| const TH2 * | href | ||
| ) |
Definition at line 59 of file unuranMulti2D.cxx.
Referenced by unuranMulti2D().
| int unuranMulti2D | ( | ) |
Definition at line 135 of file unuranMulti2D.cxx.
Referenced by main().
| int n = 1000000 |
Definition at line 35 of file unuranMulti2D.cxx.
Referenced by testGetRandom(), and testUnuran().
| bool useRandomSeed = false |
Definition at line 37 of file unuranMulti2D.cxx.
Referenced by unuranMulti2D().