Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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.
 
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.
 

#include <RooStats/ProfileInspector.h>

Constructor & Destructor Documentation

◆ ProfileInspector()

ProfileInspector::ProfileInspector ( )

Definition at line 41 of file ProfileInspector.cxx.

◆ ~ProfileInspector()

ProfileInspector::~ProfileInspector ( )
virtual

ProfileInspector destructor.

Definition at line 48 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;
A RooCurve is a one-dimensional graphical representation of a real-valued function.
Definition RooCurve.h:32
RooRealVar represents a variable that can be changed from the outside.
Definition RooRealVar.h:39

Definition at line 66 of file ProfileInspector.cxx.


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