ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions | Variables
unuranFoamTest.C File Reference
#include "TH2.h"
#include "TF2.h"
#include "TSystem.h"
#include "TCanvas.h"
#include "TMath.h"
#include "TRandom3.h"
#include "TFoam.h"
#include "TFoamIntegrand.h"
#include "TStopwatch.h"
#include "TROOT.h"
#include "TUnuran.h"
#include "TUnuranMultiContDist.h"
#include <iostream>
Include dependency graph for unuranFoamTest.C:

Go to the source code of this file.

Functions

Double_t sqr (Double_t x)
 
Double_t Camel2 (Int_t nDim, Double_t *Xarg)
 
Int_t run_foam (int nev)
 
double UCamel2 (double *x, double *)
 
int run_unuran (int nev, std::string method="hitro")
 
Int_t unuranFoamTest ()
 

Variables

TH2hFoam
 
TH2hUnr
 

Function Documentation

Double_t Camel2 ( Int_t  nDim,
Double_t Xarg 
)

Definition at line 32 of file unuranFoamTest.C.

Referenced by UCamel2().

Int_t run_foam ( int  nev)

Definition at line 57 of file unuranFoamTest.C.

Referenced by unuranFoamTest().

int run_unuran ( int  nev,
std::string  method = "hitro" 
)

Definition at line 120 of file unuranFoamTest.C.

Referenced by unuranFoamTest().

Double_t sqr ( Double_t  x)

Definition at line 27 of file unuranFoamTest.C.

Referenced by Camel2().

double UCamel2 ( double x,
double  
)

Definition at line 116 of file unuranFoamTest.C.

Referenced by run_unuran().

Int_t unuranFoamTest ( )

Definition at line 166 of file unuranFoamTest.C.

Variable Documentation

TH2* hFoam

Definition at line 53 of file unuranFoamTest.C.

TH2* hUnr

Definition at line 54 of file unuranFoamTest.C.