RooStats::ProfileLikelihoodTestStat Class Reference

#include <ProfileLikelihoodTestStat.h>

Inheritance diagram for RooStats::ProfileLikelihoodTestStat:

RooStats::TestStatistic RooStats::TestStatistic List of all members.

Public Member Functions

 ProfileLikelihoodTestStat ()
 ProfileLikelihoodTestStat (RooAbsPdf &pdf)
virtual ~ProfileLikelihoodTestStat ()
void SetOneSided (Bool_t flag=true)
virtual Double_t Evaluate (RooAbsData &data, RooArgSet &paramsOfInterest)
virtual const TString GetVarName () const
 ProfileLikelihoodTestStat ()
 ProfileLikelihoodTestStat (RooAbsPdf &pdf)
virtual ~ProfileLikelihoodTestStat ()
void SetOneSided (Bool_t flag=true)
virtual Double_t Evaluate (RooAbsData &data, RooArgSet &paramsOfInterest)
virtual const TString GetVarName () const

Private Attributes

RooProfileLLfProfile
RooAbsPdffPdf
RooNLLVarfNll
const RooArgSetfCachedBestFitParams
RooAbsDatafLastData
Bool_t fOneSided
RooProfileLLfProfile
RooAbsPdffPdf
RooNLLVarfNll
const RooArgSetfCachedBestFitParams
RooAbsDatafLastData

Detailed Description

Definition at line 53 of file ProfileLikelihoodTestStat.h.


Constructor & Destructor Documentation

RooStats::ProfileLikelihoodTestStat::ProfileLikelihoodTestStat (  )  [inline]

Definition at line 56 of file ProfileLikelihoodTestStat.h.

References fCachedBestFitParams, fLastData, fNll, fOneSided, fPdf, and fProfile.

RooStats::ProfileLikelihoodTestStat::ProfileLikelihoodTestStat ( RooAbsPdf pdf  )  [inline]

Definition at line 65 of file ProfileLikelihoodTestStat.h.

References fCachedBestFitParams, fLastData, fNll, fOneSided, fPdf, and fProfile.

virtual RooStats::ProfileLikelihoodTestStat::~ProfileLikelihoodTestStat (  )  [inline, virtual]

Definition at line 73 of file ProfileLikelihoodTestStat.h.

References fCachedBestFitParams, fNll, and fProfile.

RooStats::ProfileLikelihoodTestStat::ProfileLikelihoodTestStat (  )  [inline]

Definition at line 56 of file ProfileLikelihoodTestStat.h.

References fCachedBestFitParams, fLastData, fNll, fOneSided, fPdf, and fProfile.

RooStats::ProfileLikelihoodTestStat::ProfileLikelihoodTestStat ( RooAbsPdf pdf  )  [inline]

Definition at line 65 of file ProfileLikelihoodTestStat.h.

References fCachedBestFitParams, fLastData, fNll, fOneSided, fPdf, and fProfile.

virtual RooStats::ProfileLikelihoodTestStat::~ProfileLikelihoodTestStat (  )  [inline, virtual]

Definition at line 73 of file ProfileLikelihoodTestStat.h.

References fCachedBestFitParams, fNll, and fProfile.


Member Function Documentation

void RooStats::ProfileLikelihoodTestStat::SetOneSided ( Bool_t  flag = true  )  [inline]

Definition at line 80 of file ProfileLikelihoodTestStat.h.

References flag, and fOneSided.

virtual Double_t RooStats::ProfileLikelihoodTestStat::Evaluate ( RooAbsData data,
RooArgSet paramsOfInterest 
) [inline, virtual]

Implements RooStats::TestStatistic.

Definition at line 83 of file ProfileLikelihoodTestStat.h.

References RooFit::CloneData(), RooFit::Constrain(), RooAbsPdf::createNLL(), RooAbsReal::createProfile(), data, RooFit::DEBUG, RooFit::FATAL, fCachedBestFitParams, RooAbsCollection::first(), fLastData, fNll, fOneSided, fPdf, fProfile, TNamed::GetName(), RooAbsArg::getParameters(), RooRealVar::getVal(), RooAbsReal::getVal(), RooAbsArg::getVariables(), RooMsgService::globalKillBelow(), RooMsgService::instance(), kFALSE, RooMinuit::migrad(), profile, RooStats::RemoveConstantParameters(), RooMsgService::setGlobalKillBelow(), RooMinuit::setNoWarn(), RooStats::SetParameters(), RooMinuit::setPrintLevel(), RooAbsCollection::snapshot(), and value.

virtual const TString RooStats::ProfileLikelihoodTestStat::GetVarName (  )  const [inline, virtual]

Implements RooStats::TestStatistic.

Definition at line 291 of file ProfileLikelihoodTestStat.h.

void RooStats::ProfileLikelihoodTestStat::SetOneSided ( Bool_t  flag = true  )  [inline]

Definition at line 80 of file ProfileLikelihoodTestStat.h.

References flag, and fOneSided.

virtual Double_t RooStats::ProfileLikelihoodTestStat::Evaluate ( RooAbsData data,
RooArgSet paramsOfInterest 
) [inline, virtual]

Implements RooStats::TestStatistic.

Definition at line 83 of file ProfileLikelihoodTestStat.h.

References RooFit::CloneData(), RooFit::Constrain(), RooAbsPdf::createNLL(), RooAbsReal::createProfile(), data, RooFit::DEBUG, RooFit::FATAL, fCachedBestFitParams, RooAbsCollection::first(), fLastData, fNll, fOneSided, fPdf, fProfile, TNamed::GetName(), RooAbsArg::getParameters(), RooRealVar::getVal(), RooAbsReal::getVal(), RooAbsArg::getVariables(), RooMsgService::globalKillBelow(), RooMsgService::instance(), kFALSE, RooMinuit::migrad(), profile, RooStats::RemoveConstantParameters(), RooMsgService::setGlobalKillBelow(), RooMinuit::setNoWarn(), RooStats::SetParameters(), RooMinuit::setPrintLevel(), RooAbsCollection::snapshot(), and value.

virtual const TString RooStats::ProfileLikelihoodTestStat::GetVarName (  )  const [inline, virtual]

Implements RooStats::TestStatistic.

Definition at line 291 of file ProfileLikelihoodTestStat.h.


Member Data Documentation

RooProfileLL* RooStats::ProfileLikelihoodTestStat::fProfile [private]

Definition at line 297 of file ProfileLikelihoodTestStat.h.

Referenced by Evaluate(), ProfileLikelihoodTestStat(), and ~ProfileLikelihoodTestStat().

RooAbsPdf* RooStats::ProfileLikelihoodTestStat::fPdf [private]

Definition at line 298 of file ProfileLikelihoodTestStat.h.

Referenced by Evaluate(), and ProfileLikelihoodTestStat().

RooNLLVar* RooStats::ProfileLikelihoodTestStat::fNll [private]

Definition at line 299 of file ProfileLikelihoodTestStat.h.

Referenced by Evaluate(), ProfileLikelihoodTestStat(), and ~ProfileLikelihoodTestStat().

const RooArgSet* RooStats::ProfileLikelihoodTestStat::fCachedBestFitParams [private]

Definition at line 300 of file ProfileLikelihoodTestStat.h.

Referenced by Evaluate(), ProfileLikelihoodTestStat(), and ~ProfileLikelihoodTestStat().

RooAbsData* RooStats::ProfileLikelihoodTestStat::fLastData [private]

Definition at line 301 of file ProfileLikelihoodTestStat.h.

Referenced by Evaluate(), and ProfileLikelihoodTestStat().

Bool_t RooStats::ProfileLikelihoodTestStat::fOneSided [private]

Definition at line 303 of file ProfileLikelihoodTestStat.h.

Referenced by Evaluate(), ProfileLikelihoodTestStat(), and SetOneSided().

RooProfileLL* RooStats::ProfileLikelihoodTestStat::fProfile [private]

Definition at line 297 of file ProfileLikelihoodTestStat.h.

RooAbsPdf* RooStats::ProfileLikelihoodTestStat::fPdf [private]

Definition at line 298 of file ProfileLikelihoodTestStat.h.

RooNLLVar* RooStats::ProfileLikelihoodTestStat::fNll [private]

Definition at line 299 of file ProfileLikelihoodTestStat.h.

const RooArgSet* RooStats::ProfileLikelihoodTestStat::fCachedBestFitParams [private]

Definition at line 300 of file ProfileLikelihoodTestStat.h.

RooAbsData* RooStats::ProfileLikelihoodTestStat::fLastData [private]

Definition at line 301 of file ProfileLikelihoodTestStat.h.


The documentation for this class was generated from the following files:
Generated on Tue Jul 5 16:57:09 2011 for ROOT_528-00b_version by  doxygen 1.5.1