#include <BestFitSigmaTestStat.h>
Public Member Functions | |
BestFitSigmaTestStat (const RooArgSet &observables, RooAbsPdf &pdf, const RooArgSet *nuisances, const RooArgSet ¶ms, int verbosity=0) | |
virtual Double_t | Evaluate (RooAbsData &data, RooArgSet &nullPOI) |
virtual const TString | GetVarName () const |
void | setPrintLevel (Int_t level) |
Private Member Functions | |
bool | createNLL (RooAbsPdf &pdf, RooAbsData &data) |
double | minNLL (bool constrained, RooRealVar *r=0) |
Private Attributes | |
std::auto_ptr< RooAbsReal > | nll_ |
RooArgSet | nuisances_ |
std::auto_ptr< RooArgSet > | params_ |
RooAbsPdf * | pdf_ |
RooArgSet | poi_ |
RooArgSet | snap_ |
Int_t | verbosity_ |
Definition at line 15 of file BestFitSigmaTestStat.h.
BestFitSigmaTestStat::BestFitSigmaTestStat | ( | const RooArgSet & | observables, |
RooAbsPdf & | pdf, | ||
const RooArgSet * | nuisances, | ||
const RooArgSet & | params, | ||
int | verbosity = 0 |
||
) |
Definition at line 42 of file BestFitSigmaTestStat.cc.
References nuisances_, params_, pdf_, poi_, and snap_.
|
private |
Definition at line 93 of file BestFitSigmaTestStat.cc.
References nll_, and nuisances_.
Referenced by Evaluate().
|
virtual |
Definition at line 60 of file BestFitSigmaTestStat.cc.
References gather_cfg::cout, createNLL(), minNLL(), nll_, params_, pdf_, poi_, alignCSCRings::r, and snap_.
|
inlinevirtual |
Definition at line 24 of file BestFitSigmaTestStat.h.
|
private |
Definition at line 105 of file BestFitSigmaTestStat.cc.
References CascadeMinimizer::Constrained, CascadeMinimizer::minimize(), alignBH_cfg::mode, nll_, CascadeMinimizer::Unconstrained, and verbosity_.
Referenced by Evaluate().
|
inline |
Definition at line 27 of file BestFitSigmaTestStat.h.
References testEve_cfg::level, and verbosity_.
|
private |
Definition at line 33 of file BestFitSigmaTestStat.h.
Referenced by createNLL(), Evaluate(), and minNLL().
|
private |
Definition at line 31 of file BestFitSigmaTestStat.h.
Referenced by BestFitSigmaTestStat(), and createNLL().
|
private |
Definition at line 32 of file BestFitSigmaTestStat.h.
Referenced by BestFitSigmaTestStat(), and Evaluate().
|
private |
Definition at line 30 of file BestFitSigmaTestStat.h.
Referenced by BestFitSigmaTestStat(), and Evaluate().
|
private |
Definition at line 31 of file BestFitSigmaTestStat.h.
Referenced by BestFitSigmaTestStat(), and Evaluate().
|
private |
Definition at line 31 of file BestFitSigmaTestStat.h.
Referenced by BestFitSigmaTestStat(), and Evaluate().
|
private |
Definition at line 34 of file BestFitSigmaTestStat.h.
Referenced by minNLL(), and setPrintLevel().