Utility base class for RooFit objects that are to be attached to ROOT directories.
 
void removeFromDir(TObject *obj)
Remove object from directory it was added to.
 
TDirectory * _dir
! Associated directory
 
void appendToDir(TObject *obj, bool forceMemoryResident=false)
Append object to directory.
 
virtual TList * GetList() const
 
virtual void Append(TObject *obj, Bool_t replace=kFALSE)
Append object to this directory.
 
Mother of all ROOT objects.