|
| MedianSurface (const std::vector< Surface > &throws) |
|
void | DrawEnsemble (TH2 *fc, Color_t color=kGray) |
|
void | DrawBand (TH2 *fc) |
|
void | SaveTo (TDirectory *dir) const |
|
| Surface (const IExperiment *expt, osc::IOscCalcAdjustable *calc, const IFitVar *xvar, int nbinsx, double xmin, double xmax, const IFitVar *yvar, int nbinsy, double ymin, double ymax, const std::vector< const IFitVar * > &profVars={}, const std::vector< const ISyst * > &profSysts={}, const std::map< const IFitVar *, std::vector< double >> &seedPts={}, const std::vector< SystShifts > &systSeedPts={}, bool parallel=false, Fitter::Precision prec=Fitter::kNormal) |
|
| Surface (const IExperiment *expt, osc::IOscCalcAdjustable *calc, const FitAxis &xax, const FitAxis &yax, const std::vector< const IFitVar * > &profVars={}, const std::vector< const ISyst * > &profSysts={}, const std::map< const IFitVar *, std::vector< double >> &seedPts={}, const std::vector< SystShifts > &systSeedPts={}, bool parallel=false, Fitter::Precision prec=Fitter::kNormal) |
|
void | Draw () const |
| Draw the surface itself. More...
|
|
void | DrawBestFit (Color_t color, Int_t marker=kFullCircle) const |
| Draw the best fit point. More...
|
|
double | MinChi () const |
|
double | GetMinX () const |
|
double | GetMinY () const |
|
void | DrawContour (TH2 *fc, Style_t style, Color_t color, double minchi=-1) |
|
TH2F * | ToTH2 (double minchi=-1) const |
|
void | SetTitle (const char *str) |
|
std::vector< TH2 * > | GetProfiledHists () |
| Maps of the values taken on by the profiled parameters. More...
|
|
std::vector< TH2 * > | GetMarginalizedHists () |
| Deprecated. Retained for backwards compatibility. More...
|
|
std::vector< TGraph * > | GetGraphs (TH2 *fc, double minchi=-1) |
| For expert use, custom painting of contours. More...
|
|
void | SaveTo (TDirectory *dir) const |
|
|
| Surface () |
|
void | EnsureAxes () const |
|
void | CheckMask (const std::string &func) const |
|
void | FillSurface (const std::string &progTitle, const IExperiment *expt, osc::IOscCalcAdjustable *calc, const FitAxis &xax, const FitAxis &yax, const std::vector< const IFitVar * > &profVars, const std::vector< const ISyst * > &profSysts, const std::map< const IFitVar *, std::vector< double >> &seedPts, const std::vector< SystShifts > &systSeedPts) |
|
void | FillSurfacePoint (const IExperiment *expt, osc::IOscCalcAdjustable *calc, const FitAxis &xax, double x, const FitAxis &yax, double y, const std::vector< const IFitVar * > &profVars, const std::vector< const ISyst * > &profSysts, const std::map< const IFitVar *, std::vector< double >> &seedPts, const std::vector< SystShifts > &systSeedPts) |
|
Definition at line 9 of file MedianSurface.h.