Definition at line 164 of file BayesianCalculator.cxx.
Public Member Functions | |
PosteriorCdfFunction (const PosteriorCdfFunction &rhs) | |
PosteriorCdfFunction (RooAbsReal &nll, RooArgList &bindParams, RooAbsReal *prior=nullptr, const char *integType=nullptr, double nllMinimum=0) | |
ROOT::Math::IGenFunction * | Clone () const override |
Clone a function. | |
bool | HasError () const |
void | SetOffset (double offset) |
Public Member Functions inherited from ROOT::Math::IBaseFunctionOneDim | |
virtual | ~IBaseFunctionOneDim ()=default |
virtual bool | HasGradient () const |
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. | |
Private Member Functions | |
double | DoEval (double x) const override |
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 168 of file BayesianCalculator.cxx.
|
inline |
Definition at line 216 of file BayesianCalculator.cxx.
|
inlineoverridevirtual |
Clone a function.
Each derived class will implement their version of the private DoClone method.
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 246 of file BayesianCalculator.cxx.
implementation of the evaluation function. Must be implemented by derived classes
Implements ROOT::Math::IBaseFunctionOneDim.
Definition at line 261 of file BayesianCalculator.cxx.
|
inline |
Definition at line 243 of file BayesianCalculator.cxx.
|
inlineprivate |
Definition at line 257 of file BayesianCalculator.cxx.
|
inline |
Definition at line 252 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 339 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 330 of file BayesianCalculator.cxx.
|
private |
Definition at line 329 of file BayesianCalculator.cxx.
|
private |
Definition at line 336 of file BayesianCalculator.cxx.
|
private |
Definition at line 333 of file BayesianCalculator.cxx.
Definition at line 340 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 334 of file BayesianCalculator.cxx.
|
private |
Definition at line 335 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 328 of file BayesianCalculator.cxx.
|
private |
Definition at line 338 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 332 of file BayesianCalculator.cxx.
|
mutableprivate |
Definition at line 331 of file BayesianCalculator.cxx.