ROOT 6.16/01 Reference Guide |
Definition at line 40 of file DebuggingTestStat.h.
Public Member Functions | |
DebuggingTestStat () | |
virtual | ~DebuggingTestStat () |
virtual Double_t | Evaluate (RooAbsData &, RooArgSet &) |
Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest. More... | |
Public Member Functions inherited from RooStats::TestStatistic | |
virtual | ~TestStatistic () |
virtual Double_t | Evaluate (RooAbsData &data, RooArgSet &nullPOI)=0 |
Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest. More... | |
virtual const RooArgSet * | GetDetailedOutput () const |
return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate. More... | |
virtual const TString | GetVarName () const =0 |
virtual bool | PValueIsRightTail (void) const |
Defines the sign convention of the test statistic. Overwrite function if necessary. More... | |
virtual void | SetConditionalObservables (const RooArgSet &) |
interface to set conditional observables. If a test statistics needs them it will re-implement this function More... | |
virtual void | SetGlobalObservables (const RooArgSet &) |
interface to set global observables. If a test statistics needs them it will re-implement this function More... | |
Private Attributes | |
TRandom * | fRand |
RooRealVar * | fTestStatistic |
#include <RooStats/DebuggingTestStat.h>
|
inline |
Definition at line 43 of file DebuggingTestStat.h.
|
inlinevirtual |
Definition at line 47 of file DebuggingTestStat.h.
|
inlinevirtual |
Main interface to evaluate the test statistic on a dataset given the values for the Null Parameters Of Interest.
Implements RooStats::TestStatistic.
Definition at line 53 of file DebuggingTestStat.h.
|
private |
Definition at line 65 of file DebuggingTestStat.h.
|
private |
Definition at line 64 of file DebuggingTestStat.h.