#include "Rtypes.h"
#include "TMath.h"
#include "RooStats/MCMCInterval.h"
#include "RooStats/MarkovChain.h"
#include "RooStats/Heaviside.h"
#include "RooDataHist.h"
#include "RooNDKeysPdf.h"
#include "RooProduct.h"
#include "RooStats/RooStatsUtils.h"
#include "RooRealVar.h"
#include "RooArgList.h"
#include "TIterator.h"
#include "TH1.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH3F.h"
#include "RooMsgService.h"
#include "RooGlobalFunc.h"
#include "TObject.h"
#include "THnSparse.h"
#include "RooNumber.h"
#include <cstdlib>
#include <string>
#include <algorithm>
Go to the source code of this file.
Classes | |
struct | CompareDataHistBins |
struct | CompareSparseHistBins |
struct | CompareVectorIndices |
Functions | |
ClassImp (RooStats::MCMCInterval) | |
Variables | |
static const Double_t | DEFAULT_EPSILON = 0.01 |
static const Double_t | DEFAULT_DELTA = 10e-6 |
ClassImp | ( | RooStats::MCMCInterval | ) |
const Double_t DEFAULT_DELTA = 10e-6 [static] |
Definition at line 147 of file MCMCInterval.cxx.
Referenced by RooStats::MCMCInterval::MCMCInterval().
const Double_t DEFAULT_EPSILON = 0.01 [static] |
Definition at line 146 of file MCMCInterval.cxx.
Referenced by RooStats::MCMCInterval::MCMCInterval().