So, for the time being, I ended up with a combination of directories
and TTree files, as follows;
root_file:/type/date <- TTree containing the rest of data
but with this scheme I've ran into a problem as well. I create the file
OK, but getting the data back eluded me so far. I can loop through
all the directories, all the trees and the branches in them, but things
either blow up when I try to read the leaves containing the actual data,
or I get incorrect values. I expected to get the data through TLeaf->
GetValuePointer(), but it doesn't seem to be so. What am I missing here?
This is all with a 2.03 version on NT.
Thanks in advance,
/Mariusz