30RooSTLRefCountList<RooAbsArg> RooSTLRefCountList<RooAbsArg>::convert(
const RooLinkedList& old) {
31 RooSTLRefCountList<RooAbsArg> newList;
35 newList.Add(
static_cast<RooAbsArg*
>(elm), old.findLink(elm)->refCount());
Common abstract base class for objects that represent a value and a "shape" in RooFit.
Collection class for internal use, storing a collection of RooAbsArg pointers in a doubly linked list...
Mother of all ROOT objects.