#include <TMath.h>#include <TCanvas.h>#include <TRandom3.h>#include <TFitter.h>#include <TF1.h>#include <TStyle.h>#include <TVector.h>#include <TGraph.h>#include <TUnfoldSys.h>Go to the source code of this file.
Functions | |
| Int_t | GenerateGenEvent (Int_t nmax, const Double_t *probability) |
| Double_t | GenerateRecEvent (const Double_t *shapeParm) |
| void | testUnfold4 () |
Variables | |
| TRandom * | rnd = 0 |
Definition at line 40 of file testUnfold4.C.
References rnd, and TRandom::Rndm().
Referenced by testUnfold4().
Definition at line 54 of file testUnfold4.C.
References TRandom::Gaus(), rnd, and TRandom::Rndm().
Referenced by testUnfold4().
| void testUnfold4 | ( | ) |
Definition at line 73 of file testUnfold4.C.
References TH1::Draw(), TH2::Fill(), TH1::Fill(), TH1::Fit(), TString::Format(), GenerateGenEvent(), GenerateRecEvent(), TH1D::GetBinContent(), TH1::GetBinError(), TUnfold::GetOutput(), TUnfold::GetTUnfoldVersion(), i, TUnfold::kEConstraintArea, TUnfold::kEConstraintNone, TUnfold::kHistMapOutputHoriz, TUnfold::kRegModeSize, output(), TRandom::Poisson(), TH2D::Reset(), TH1D::Reset(), rnd, TUnfold::ScanLcurve(), TUnfold::SetConstraint(), TH1::SetDefaultSumw2(), and TUnfoldSys::SetInput().
Definition at line 38 of file testUnfold4.C.
1.5.1