#include "TStopwatch.h"
#include "TUnuran.h"
#include "TH1.h"
#include "TF1.h"
#include "TRandom.h"
#include "TRandom1.h"
#include "TRandom2.h"
#include "TSystem.h"
#include "TApplication.h"
#include "TCanvas.h"
#include "TVirtualFitter.h"
#include "TFitter.h"
#include "Math/DistFunc.h"
#include <iostream>
Go to the source code of this file.
Functions | |
int | unuranSimple () |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 376 of file unuranSimple.cxx.
References TApplication::Run(), and unuranSimple().
int unuranSimple | ( | ) |
Definition at line 55 of file unuranSimple.cxx.
References TH1::Draw(), TH2::Fill(), TH1::Fit(), TRandom::Gaus(), ROOT::Math::Random< Engine >::Gaus(), ROOT::Math::Random< Engine >::GausBM(), ROOT::Math::Random< Engine >::GausR(), TH1::GetFunction(), gRandom, h1, i, TUnuran::Init(), n, ROOT::Math::normal_cdf(), r1, r2, TRandom::Rannor(), TRandom::Rndm(), TUnuran::Sample(), w, x, x1, and x2.
Referenced by main().