TList::Add(TObject *) and TList::AddLast(TObject *)

Is there any practical difference between TList::Add(TObject *) and TList::AddLast(TObject *)?


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


There is no noticeable difference (TList::Add literally just calls TList::AddLast).

Cheers,
Philippe.