ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
RooStats::DebuggingTestStat Class Reference

Definition at line 45 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 const TString GetVarName () const =0
 
virtual bool PValueIsRightTail (void) const
 Defines the sign convention of the test statistic. Overwrite function if necessary. More...
 
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. More...
 

Private Attributes

RooRealVarfTestStatistic
 
TRandomfRand
 

#include <RooStats/DebuggingTestStat.h>

+ Inheritance diagram for RooStats::DebuggingTestStat:
+ Collaboration diagram for RooStats::DebuggingTestStat:

Constructor & Destructor Documentation

RooStats::DebuggingTestStat::DebuggingTestStat ( )
inline

Definition at line 48 of file DebuggingTestStat.h.

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

Definition at line 52 of file DebuggingTestStat.h.

Member Function Documentation

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 58 of file DebuggingTestStat.h.

Member Data Documentation

TRandom* RooStats::DebuggingTestStat::fRand
private

Definition at line 70 of file DebuggingTestStat.h.

Referenced by DebuggingTestStat(), and Evaluate().

RooRealVar* RooStats::DebuggingTestStat::fTestStatistic
private

Definition at line 69 of file DebuggingTestStat.h.

Referenced by DebuggingTestStat().


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