43 _nominal(
"nominal",
"nominal",this,nominal,
kFALSE,
kFALSE),
44 _obsSet(
"!obsSet",
"obs-side variation",this,
kFALSE,
kFALSE),
45 _paramSet(
"!paramSet",
"high-side variation",this)
54 if (!dynamic_cast<RooAbsReal*>(comp)) {
56 <<
" in first list is not of type RooAbsReal" << endl ;
68 if (!dynamic_cast<RooAbsReal*>(comp)) {
70 <<
" in first list is not of type RooAbsReal" << endl ;
RooArgSet * getVariables(Bool_t stripDisconnected=kTRUE) const
Return RooArgSet with all variables (tree leaf nodes of expresssion tree)
virtual const char * GetName() const
Returns name of object.
TIterator * createIterator(Bool_t dir=kIterForward) const
RooCmdArg PrintLevel(Int_t code)
RooCmdArg Minos(Bool_t flag=kTRUE)
const TMatrixDSym & covarianceMatrix() const
Return covariance matrix.
RooJeffreysPrior()
Default constructor.
RooFit::MsgLevel globalKillBelow() const
static RooMsgService & instance()
Return reference to singleton instance.
Double_t analyticalIntegral(Int_t code, const char *rangeName=0) const
Implements the actual analytical integral(s) advertised by getAnalyticalIntegral. ...
Iterator abstract base class.
virtual Bool_t setLabel(const char *label, Bool_t printError=kTRUE)
Set value by specifying the name of the desired state If printError is set, a message will be printed...
RooDataSet is a container class to hold N-dimensional binned data.
virtual ~RooJeffreysPrior()
Destructor.
virtual Bool_t add(const RooAbsArg &var, Bool_t silent=kFALSE)
Reimplementation of standard RooArgList::add()
RooCmdArg ExpectedData(Bool_t flag=kTRUE)
RooNumIntConfig * specialIntegratorConfig() const
Returns the specialized integrator configuration for this RooAbsReal.
virtual Double_t Determinant() const
void setGlobalKillBelow(RooFit::MsgLevel level)
RooCmdArg SumW2Error(Bool_t flag)
Double_t evaluate() const
Iterator over lowSet.
TMatrixTSym< Element > & Invert(Double_t *det=0)
Invert the matrix and calculate its determinant Notice that the LU decomposition is used instead of B...
RooCmdArg Save(Bool_t flag=kTRUE)
RooAbsPdf is the abstract interface for all probability density functions The class provides hybrid a...
Int_t getAnalyticalIntegral(RooArgSet &allVars, RooArgSet &analVars, const char *rangeName=0) const
if (matchArgs(allVars,analVars,x)) return 1 ; if (matchArgs(allVars,analVars,mean)) return 2 ; return...
virtual TObject * Next()=0
RooAbsArg is the common abstract base class for objects that represent a value (of arbitrary type) an...
const RooAbsReal & arg() const
TIterator * _obsIter
Iterator over paramSet.