#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 <TUnfold.h>Go to the source code of this file.
Functions | |
| Double_t | GenerateEvent (Double_t bgr, Double_t mass, Double_t gamma) |
| Double_t | DetectorEvent (Double_t mTrue) |
| int | testUnfold2 () |
Variables | |
| TRandom * | rnd = 0 |
Definition at line 67 of file testUnfold2.C.
References TMath::Pi(), TMath::Power(), rnd, TRandom::Rndm(), t, and TMath::Tan().
| int testUnfold2 | ( | ) |
Definition at line 119 of file testUnfold2.C.
References TMath::Abs(), DetectorEvent(), TGraph::Draw(), TH1::Draw(), TSpline::Draw(), TH2::Fill(), TH1::Fill(), GenerateEvent(), TUnfold::GetChi2A(), TUnfold::GetChi2L(), TUnfold::GetFoldedOutput(), TSpline::GetKnot(), TUnfold::GetNdf(), TUnfold::GetOutput(), TUnfold::GetRhoI(), TUnfold::GetTau(), i, kBlue, TUnfold::kHistMapOutputVert, kRed, TUnfold::kRegModeCurvature, TUnfold::kRegModeNone, output(), TRandom::Poisson(), TUnfold::RegularizeBins(), rnd, TUnfold::ScanLcurve(), TH1::SetDefaultSumw2(), TUnfold::SetInput(), TAttLine::SetLineColor(), TAttMarker::SetMarkerColor(), t, x, and y.
Definition at line 61 of file testUnfold2.C.
1.5.1