Parsing support

Hi,

I am trying to read in formatted data files. I see that the string manipulation includes token handling, etc. Is there some support for reading parsed files?

If yes, where?
If not: Is this topic of interest, in order to submit my code?

Regards

Janos

see eg,
TGraph(const char filename, const char format, Option_t )
TGraphErrors(const char
filename, const char
format = “%lg %lg %lg %lg”, Option_t
option)

root.cern.ch/root/htmldoc/TTree. … e:ReadFile
root.cern.ch/root/htmldoc/TNtupl … e:ReadFile

Rene