virtual int | RooStats::HypoTestCalculatorGeneric::CheckHook() const |
virtual void | PostHook() const |
virtual int | PreAltHook(RooArgSet* parameterPoint, double obsTestStat) const |
virtual void | PreHook() const |
virtual int | PreNullHook(RooArgSet* parameterPoint, double obsTestStat) const |
const RooStats::ModelConfig* | RooStats::HypoTestCalculatorGeneric::fAltModel | |
unsigned int | RooStats::HypoTestCalculatorGeneric::fAltToysSeed | to have same toys for alternate |
const RooArgSet* | fConditionalMLEsAlt | |
const RooArgSet* | fConditionalMLEsNull | |
const RooAbsData* | RooStats::HypoTestCalculatorGeneric::fData | |
RooStats::TestStatSampler* | RooStats::HypoTestCalculatorGeneric::fDefaultSampler | |
RooStats::TestStatistic* | RooStats::HypoTestCalculatorGeneric::fDefaultTestStat | |
int | fNToysAlt | |
int | fNToysAltTail | |
int | fNToysNull | |
int | fNToysNullTail | |
const RooStats::ModelConfig* | RooStats::HypoTestCalculatorGeneric::fNullModel | |
RooStats::TestStatSampler* | RooStats::HypoTestCalculatorGeneric::fTestStatSampler |
RooArgSet* | fFitInfo | |
bool | fStoreFitInfo |
set number of toys
{ fNToysNull = toysNull; fNToysAlt = toysAlt; }
set least number of toys in tails
{ fNToysNullTail = toysNull; fNToysAltTail = toysAlt; }
set given nuisance parameters to a specific value that will be used instead of their profiled value for Null toys
set given nuisance parameters to a specific value that will be used instead of their profiled value for Alternate toys