Hi, I am facing a problem trying to reuse the old Event program from the "test" directory of the new ROOT301-06 distribution. I created 3 root files corresponding to 3 different split levels that are described in MainEvent.cxx i.e: - split = -2 the event is split using the old TBranchObject mechanism (in fact split = 3 in the TTree ctor) - split = -1 the event is streamed using the old TBranchObject mechanism (in fact split= 2 in TTree ctor) - if split > 0 the event is split using the new TBranchElement mechanism. ( only split = 1 in TTree ctor i suppose ?? ) The split level ,corresponding to the new TBranchElement mechanism (split=1), creates a TTree wich is not "parsable" via TTree::MakeCode (in attachment i gives the correspnding generated macro ) Any Hints? thanks a lot, Denis
This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:57 MET