12#ifndef ROOT_TSelectorList
13#define ROOT_TSelectorList
#define ClassDef(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 AddLast(TObject *obj)
Add at the end of the list.
void AddFirst(TObject *obj)
Add at the start of the list.
Bool_t UnsetDirectory(TObject *obj)
If the class of obj has the SetDirectory(TDirectory*) method call it to unset the directory assiciati...
void AddAfter(const TObject *after, TObject *obj)
Add to the list.
void AddAt(TObject *obj, Int_t idx)
Add to the list.
Bool_t CheckDuplicateName(TObject *obj)
Check for duplicate object names in the list.
void AddBefore(const TObject *before, TObject *obj)
Add to the list.