Definition at line 163 of file BayesianCalculator.cxx.
Public Member Functions | |
PosteriorCdfFunction (const PosteriorCdfFunction &rhs) | |
PosteriorCdfFunction (RooAbsReal &nll, RooArgList &bindParams, RooAbsReal *prior=0, const char *integType=0, double nllMinimum=0) | |
ROOT::Math::IGenFunction * | Clone () const |
Clone a function. | |
bool | HasError () const |
void | SetOffset (double offset) |
Public Member Functions inherited from ROOT::Math::IBaseFunctionOneDim | |
IBaseFunctionOneDim () | |
virtual | ~IBaseFunctionOneDim () |
virtual destructor | |
double | operator() (const double *x) const |
Evaluate the function at a point x[]. | |
double | operator() (double x) const |
Evaluate the function at a point x Use the a pure virtual private method DoEval which must be implemented by sub-classes. | |
Private Member Functions | |
double | DoEval (double x) const |
implementation of the evaluation function. Must be implemented by derived classes | |
PosteriorCdfFunction & | operator= (const PosteriorCdfFunction &) |
Private Attributes | |
bool | fError |
RooFunctor | fFunctor |
bool | fHasNorm |
ROOT::Math::IntegratorMultiDim | fIntegrator |
LikelihoodFunction | fLikelihood |
double | fMaxPOI |
double | fNorm |
std::map< double, double > | fNormCdfValues |
double | fNormErr |
double | fOffset |
std::shared_ptr< RooFunctor > | fPriorFunc |
bool | fUseOldValues |
std::vector< double > | fXmax |
std::vector< double > | fXmin |
Additional Inherited Members | |
Public Types inherited from ROOT::Math::IBaseFunctionOneDim | |
typedef IBaseFunctionOneDim | BaseFunc |
|
inline |
Definition at line 167 of file BayesianCalculator.cxx.
|
inline |
Definition at line 215 of file BayesianCalculator.cxx.
|
inlinevirtual |
Clone a function.
Each derived class will implement their version of the provate DoClone method
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 245 of file BayesianCalculator.cxx.
implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 260 of file BayesianCalculator.cxx.
|
inline |
Definition at line 242 of file BayesianCalculator.cxx.
|
inlineprivate |
Definition at line 256 of file BayesianCalculator.cxx.
Definition at line 251 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 338 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 326 of file BayesianCalculator.cxx.
|
private |
Definition at line 336 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 329 of file BayesianCalculator.cxx.
|
private |
Definition at line 328 of file BayesianCalculator.cxx.
|
private |
Definition at line 335 of file BayesianCalculator.cxx.
|
private |
Definition at line 332 of file BayesianCalculator.cxx.
Definition at line 339 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 333 of file BayesianCalculator.cxx.
|
private |
Definition at line 334 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 327 of file BayesianCalculator.cxx.
|
private |
Definition at line 337 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 331 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 330 of file BayesianCalculator.cxx.