Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RooStats::DebuggingTestStat Class Reference

Definition at line 38 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.
 
- Public Member Functions inherited from RooStats::TestStatistic
virtual ~TestStatistic ()
 
virtual const RooArgSetGetDetailedOutput () const
 return detailed output: for fits this can be pulls, processing time, ... The returned pointer will not loose validity until another call to Evaluate.
 
virtual const TString GetVarName () const =0
 
virtual bool PValueIsRightTail (void) const
 Defines the sign convention of the test statistic. Overwrite function if necessary.
 
virtual void SetConditionalObservables (const RooArgSet &)
 interface to set conditional observables. If a test statistics needs them it will re-implement this function
 
virtual void SetGlobalObservables (const RooArgSet &)
 interface to set global observables. If a test statistics needs them it will re-implement this function
 

Private Attributes

TRandomfRand
 
RooRealVarfTestStatistic
 

#include <RooStats/DebuggingTestStat.h>

Inheritance diagram for RooStats::DebuggingTestStat:
[legend]

Constructor & Destructor Documentation

◆ DebuggingTestStat()

RooStats::DebuggingTestStat::DebuggingTestStat ( )
inline

Definition at line 41 of file DebuggingTestStat.h.

◆ ~DebuggingTestStat()

virtual RooStats::DebuggingTestStat::~DebuggingTestStat ( )
inlinevirtual

Definition at line 45 of file DebuggingTestStat.h.

Member Function Documentation

◆ Evaluate()

virtual Double_t RooStats::DebuggingTestStat::Evaluate ( RooAbsData data,
RooArgSet nullPOI 
)
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 51 of file DebuggingTestStat.h.

Member Data Documentation

◆ fRand

TRandom* RooStats::DebuggingTestStat::fRand
private

Definition at line 63 of file DebuggingTestStat.h.

◆ fTestStatistic

RooRealVar* RooStats::DebuggingTestStat::fTestStatistic
private

Definition at line 62 of file DebuggingTestStat.h.

Libraries for RooStats::DebuggingTestStat:

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