Logo ROOT   6.12/07
Reference Guide
List of all members | Public Member Functions | List of all members
RooStats::ProfileInspector Class Reference

Utility class to plot conditional MLE of nuisance parameters vs.

Parameters of Interest

Definition at line 26 of file ProfileInspector.h.

Public Member Functions

 ProfileInspector ()
 
virtual ~ProfileInspector ()
 ProfileInspector destructor. More...
 
TListGetListOfProfilePlots (RooAbsData &data, RooStats::ModelConfig *config)
 This tool makes a plot of the conditional maximum likelihood estimate of the nuisance parameter vs the parameter of interest. More...
 

#include <RooStats/ProfileInspector.h>

Constructor & Destructor Documentation

◆ ProfileInspector()

ProfileInspector::ProfileInspector ( )

Definition at line 42 of file ProfileInspector.cxx.

◆ ~ProfileInspector()

ProfileInspector::~ProfileInspector ( )
virtual

ProfileInspector destructor.

Definition at line 49 of file ProfileInspector.cxx.

Member Function Documentation

◆ GetListOfProfilePlots()

TList * ProfileInspector::GetListOfProfilePlots ( RooAbsData data,
RooStats::ModelConfig config 
)

This tool makes a plot of the conditional maximum likelihood estimate of the nuisance parameter vs the parameter of interest.

This enables you to discover if any of the nuisance parameters are behaving strangely curve is the optional parameters, when used you can specify the points previously scanned in the process of plotOn or createHistogram. To do this, you can do the following after the plot has been made:

profile, RooRealVar * poi, RooCurve * curve ){
RooCurve * curve = 0;

Definition at line 67 of file ProfileInspector.cxx.


The documentation for this class was generated from the following files: