ROOT 6.10/09 Reference Guide |
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... | |
TList * | 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. More... | |
#include <RooStats/ProfileInspector.h>
ProfileInspector::ProfileInspector | ( | ) |
Definition at line 42 of file ProfileInspector.cxx.
|
virtual |
ProfileInspector destructor.
Definition at line 49 of file ProfileInspector.cxx.
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:
Definition at line 67 of file ProfileInspector.cxx.