#include <RooFunctor.h>
Definition at line 25 of file RooFunctor.h.
RooFunctor::RooFunctor | ( | const RooAbsFunc & | func | ) |
Definition at line 44 of file RooFunctor.cxx.
References _binding, _nobs, _npar, _ownBinding, _x, func(), and kFALSE.
RooFunctor::RooFunctor | ( | const RooAbsReal & | func, | |
const RooArgList & | observables, | |||
const RooArgList & | parameters | |||
) |
Definition at line 58 of file RooFunctor.cxx.
References _binding, _nobs, _npar, _nset, _ownBinding, _x, RooArgSet::add(), RooAbsCollection::add(), func(), RooAbsCollection::getSize(), kFALSE, and kTRUE.
RooFunctor::RooFunctor | ( | const RooAbsReal & | func, | |
const RooArgList & | observables, | |||
const RooArgList & | parameters, | |||
const RooArgSet & | nset | |||
) |
Definition at line 79 of file RooFunctor.cxx.
References _binding, _nobs, _npar, _nset, _ownBinding, _x, RooArgSet::add(), RooAbsCollection::add(), func(), RooAbsCollection::getSize(), kFALSE, and kTRUE.
RooFunctor::RooFunctor | ( | const RooFunctor & | ) |
Definition at line 101 of file RooFunctor.cxx.
References _binding, _nobs, _npar, _nset, _ownBinding, and _x.
RooFunctor::~RooFunctor | ( | ) | [virtual] |
RooFunctor::RooFunctor | ( | const RooAbsFunc & | func | ) |
RooFunctor::RooFunctor | ( | const RooAbsReal & | func, | |
const RooArgList & | observables, | |||
const RooArgList & | parameters | |||
) |
RooFunctor::RooFunctor | ( | const RooAbsReal & | func, | |
const RooArgList & | observables, | |||
const RooArgList & | parameters, | |||
const RooArgSet & | nset | |||
) |
RooFunctor::RooFunctor | ( | const RooFunctor & | ) |
virtual RooFunctor::~RooFunctor | ( | ) | [virtual] |
Int_t RooFunctor::nObs | ( | ) | const [inline] |
Definition at line 34 of file RooFunctor.h.
References _nobs.
Referenced by RooMultiGenFunction::NDim().
Int_t RooFunctor::nPar | ( | ) | const [inline] |
Definition at line 142 of file RooFunctor.cxx.
References _binding, _nobs, _npar, _x, and i.
Referenced by operator()().
RooAbsFunc& RooFunctor::binding | ( | ) | [inline] |
Int_t RooFunctor::nObs | ( | ) | const [inline] |
Int_t RooFunctor::nPar | ( | ) | const [inline] |
RooAbsFunc& RooFunctor::binding | ( | ) | [inline] |
Bool_t RooFunctor::_ownBinding [protected] |
RooArgSet RooFunctor::_nset [protected] |
RooAbsFunc* RooFunctor::_binding [protected] |
Definition at line 61 of file RooFunctor.h.
Referenced by binding(), eval(), RooFunctor(), and ~RooFunctor().
Double_t* RooFunctor::_x [protected] |
Int_t RooFunctor::_npar [protected] |
Transfer array ;.
Definition at line 63 of file RooFunctor.h.
Referenced by eval(), nPar(), and RooFunctor().
Int_t RooFunctor::_nobs [protected] |
Number of parameters ;.
Definition at line 64 of file RooFunctor.h.
Referenced by eval(), nObs(), and RooFunctor().
RooAbsFunc* RooFunctor::_binding [protected] |
Definition at line 61 of file RooFunctor.h.
Double_t* RooFunctor::_x [protected] |
Definition at line 62 of file RooFunctor.h.