#include "TMath.h"
#include "TF2.h"
#include "TStopwatch.h"
#include "Math/DistSampler.h"
#include "Math/DistSamplerOptions.h"
#include "Math/MinimizerOptions.h"
#include "Math/Factory.h"
#include "TKDTreeBinning.h"
#include "TTree.h"
#include "TFile.h"
#include "TMatrixDSym.h"
#include "TVectorD.h"
#include "TCanvas.h"
#include <cmath>
Go to the source code of this file.
Classes | |
struct | GausND |
Functions | |
void | multidimSampling () |
Variables | |
bool | debug = false |
void multidimSampling | ( | ) |
Definition at line 86 of file multidimSampling.C.
References TTree::Branch(), TCanvas::cd(), TFile::Close(), debug, ROOT::Math::DistSamplerOptions::DefaultSampler(), TPad::Divide(), TTree::Draw(), Error, TTree::Fill(), i, Info, ROOT::Math::DistSampler::Init(), j, N, name, NPAR, par0, ROOT::Math::DistSampler::Sample(), ROOT::Math::DistSamplerOptions::SetDefaultSampler(), ROOT::Math::DistSampler::SetFunction(), ROOT::Math::DistSampler::SetRange(), w, TTree::Write(), x, x0, xmax, and xmin.
bool debug = false |
Definition at line 28 of file multidimSampling.C.