22   _obsList = std::make_unique<RooSetProxy>(
"obsList", 
"List of observables", 
this, 
false, 
false);
 
 
   30      _obsList = std::make_unique<RooSetProxy>(
"obsList", 
this, *
other._obsList);
 
 
Abstract interface for all probability density functions.
 
Abstract base class for objects that represent a real value and implements functionality common to al...
 
RooArgSet is a container object that can hold multiple RooAbsArg objects.
 
std::unique_ptr< RooSetProxy > _obsList
 
double evaluate() const override
Evaluate this PDF / function / constant. Needs to be overridden by all derived classes.
 
const T & arg() const
Return reference to object held in proxy.