STL containers

Hii all

i would like to use the STL container “list” in root how can i do that …

does anybody knows the answer

Hi,

see e.g. root.cern.ch/phpBB2/viewtopic.php?t=2061

Cheers, Axel.

first of all i would like to say thanks to Axel who reply my last problem
actually i want to know about the member functions of STL in root which i can use and the types of the containers the root has…

does anybody knows the answer…

Hi,

ROOT supports all STL containers (but you should create a dictionary for them). And it comes with its own containers for TObject-derived classes, see everything inheriting from TCollection root.cern.ch/root/html/TCollection

Cheers, Axel.