Hi, In the classes I put into my tree, I'm careful to use the streamer conventions in comments after variable names: Int_t this; // typical variable Int_t that; //-> pointer to the_other Int_t the_other //|| don't split this class When I do the Dump() method in the tree-making code, I get all the values plus the descriptions after the comments. In the tree itself, specifically when I'm looking in the TBrowser, I see the variables and the "title" is just a repeat of the varible name. Am I doing something wrong that I don't get my descriptions in the Title column? How can I fix this? - John
This archive was generated by hypermail 2b29 : Thu Jan 01 2004 - 17:50:12 MET