12#ifndef ROOT_TSelectorList 
   13#define ROOT_TSelectorList 
#define ClassDefOverride(name, id)
 
virtual void SetOwner(Bool_t enable=kTRUE)
Set whether this collection is the owner (enable==true) of its content.
 
THashList implements a hybrid collection class consisting of a hash table and a list to store TObject...
 
Wrapper around a TObject so it can be stored in a TList.
 
Mother of all ROOT objects.
 
A TList derived class that makes sure that objects added to it are not linked to the currently open f...
 
void AddBefore(const TObject *before, TObject *obj) override
Add to the list.
 
void AddFirst(TObject *obj) override
Add at the start of the list.
 
void AddAt(TObject *obj, Int_t idx) override
Add to the list.
 
void AddLast(TObject *obj) override
Add at the end of the list.
 
void AddAfter(const TObject *after, TObject *obj) override
Add to the list.
 
bool UnsetDirectory(TObject *obj)
If the class of obj has the SetDirectory(TDirectory*) method call it to unset the directory associati...
 
bool CheckDuplicateName(TObject *obj)
Check for duplicate object names in the list.