27namespace STLRefCountListHelpers {
 
RooAbsArg is the common abstract base class for objects that represent a value and a "shape" in RooFi...
 
A RooRefCountList is a RooLinkedList that keeps a reference counter with each added node.
 
Int_t refCount(TObject *obj) const
Return reference count associated with 'obj'.
 
The RooSTLRefCountList is a simple collection of pointers to the template objects with reference coun...
 
void Add(T *obj, std::size_t initialCount=1)
Add an object or increase refCount if it is already present.
 
void reserve(std::size_t amount)
 
Mother of all ROOT objects.
 
RooSTLRefCountList< RooAbsArg > convert(const RooRefCountList &old)
Converter from the old RooRefCountList to RooSTLRefCountList.
 
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or othe...