49   : 
RooFunctor{func, observables, parameters, observables}
 
 
   58   : _npar(parameters.
size()), _nobs(observables.
size())
 
   64  allVars.
add(parameters) ;
 
 
   77  _binding{
other._binding},
 
   81  if (
other._ownedBinding) {
 
 
  107  for (
int i=0 ; i<
_nobs ; i++) {
 
  110  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...