#include <TestStatistic.h>
Inheritance diagram for RooStats::TestStatistic:
Public Member Functions | |
virtual | ~TestStatistic () |
virtual Double_t | Evaluate (RooAbsData &data, RooArgSet &nullPOI)=0 |
virtual const TString | GetVarName () const=0 |
virtual bool | PValueIsRightTail (void) const |
virtual | ~TestStatistic () |
virtual Double_t | Evaluate (RooAbsData &data, RooArgSet &nullPOI)=0 |
virtual const TString | GetVarName () const=0 |
virtual bool | PValueIsRightTail (void) const |
Definition at line 31 of file TestStatistic.h.
virtual RooStats::TestStatistic::~TestStatistic | ( | ) | [inline, virtual] |
Definition at line 35 of file TestStatistic.h.
virtual RooStats::TestStatistic::~TestStatistic | ( | ) | [inline, virtual] |
Definition at line 35 of file TestStatistic.h.
virtual Double_t RooStats::TestStatistic::Evaluate | ( | RooAbsData & | data, | |
RooArgSet & | nullPOI | |||
) | [pure virtual] |
virtual const TString RooStats::TestStatistic::GetVarName | ( | ) | const [pure virtual] |
Referenced by RooStats::ToyMCSamplerOld::ToyMCSamplerOld().
virtual bool RooStats::TestStatistic::PValueIsRightTail | ( | void | ) | const [inline, virtual] |
Definition at line 45 of file TestStatistic.h.
virtual Double_t RooStats::TestStatistic::Evaluate | ( | RooAbsData & | data, | |
RooArgSet & | nullPOI | |||
) | [pure virtual] |
virtual const TString RooStats::TestStatistic::GetVarName | ( | ) | const [pure virtual] |
virtual bool RooStats::TestStatistic::PValueIsRightTail | ( | void | ) | const [inline, virtual] |
Definition at line 45 of file TestStatistic.h.