42 : _binding(const_cast<
RooAbsFunc *>(&func)), _x(func.getDimension()), _nobs(func.getDimension())
50 :
RooFunctor{func, observables, parameters, observables}
59 : _npar(parameters.
size()), _nobs(observables.
size())
65 allVars.
add(parameters) ;
78 _binding{other._binding},
108 for (
int i=0 ; i<
_nobs ; i++) {
111 for (
int i=0 ; i<
_npar ; i++) {
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
winID h TVirtualViewer3D TVirtualGLPainter p
virtual bool add(const RooAbsArg &var, bool silent=false)
Add the specified argument to list.
Storage_t::size_type size() const
Abstract interface for evaluating a real-valued function of one real variable and performing numerica...
Abstract base class for objects that represent a real value and implements functionality common to al...
RooArgList is a container object that can hold multiple RooAbsArg objects.
RooArgSet is a container object that can hold multiple RooAbsArg objects.
Lightweight interface adaptor that exports a RooAbsPdf as a functor.
std::unique_ptr< RooAbsFunc > _ownedBinding
Do we own the binding function.
Int_t _npar
! Number of parameters ;
std::vector< double > _x
! Transfer array ;
Int_t _nobs
! Number of observables ;
RooArgSet _nset
Normalization observables.
double eval(const double *, const double *) const
RooFunctor(const RooAbsFunc &func)
Lightweight interface adaptor that binds a RooAbsReal object to a subset of its servers and present i...