15 #ifndef ROOSTATS_MCMCIntervalPlot 16 #define ROOSTATS_MCMCIntervalPlot
This class provides simple and straightforward utilities to plot a MCMCInterval object.
void Draw(const Option_t *options=NULL)
void DrawShortestInterval(const Option_t *options=NULL)
void DrawInterval(const Option_t *options=NULL)
#define ClassDef(name, id)
RooPlotable is a 'mix-in' base class that define the standard RooFit plotting and printing methods...
void DrawWeightHist(const Option_t *options=NULL)
The TNamed class is the base class for all named ROOT classes.
void SetShadeColor(Color_t color)
RooRealVar represents a fundamental (non-derived) real valued object.
TH1 * fPosteriorHistHistCopy
void SetMCMCInterval(MCMCInterval &interval)
void * DrawPosteriorKeysProduct(const Option_t *options=NULL)
void SetLineColor(Color_t color)
void SetLineWidth(Int_t width)
void DrawTailFractionInterval(const Option_t *options=NULL)
Generic N-dimensional implementation of a kernel estimation p.d.f.
RooProduct a RooAbsReal implementation that represent the product of a given set of other RooAbsReal ...
void * DrawPosteriorHist(const Option_t *options=NULL, const char *title=NULL, Bool_t scale=kTRUE)
void DrawNLLHist(const Option_t *options=NULL)
Namespace for the RooStats classes.
RooNDKeysPdf * fPosteriorKeysPdf
void DrawPosterior(const Option_t *options=NULL)
void DrawKeysPdfInterval(const Option_t *options=NULL)
void DrawChainScatter(RooRealVar &xVar, RooRealVar &yVar)
void DrawParameterVsTime(RooRealVar ¶m)
virtual ~MCMCIntervalPlot()
Destructor of SamplingDistribution.
void SetShowBurnIn(Bool_t showBurnIn)
void DrawHistInterval(const Option_t *options=NULL)
A Graph is a graphics object made of two arrays X and Y with npoints each.
RooProduct * fPosteriorKeysProduct
TH1 * fPosteriorHistTFCopy
void * DrawPosteriorKeysPdf(const Option_t *options=NULL)
MCMCInterval is a concrete implementation of the RooStats::ConfInterval interface.