[ROOT] TTree warning in version 3.01

From: Eddy Offermann (eddy@rentec.com)
Date: Fri Dec 29 2000 - 20:58:38 MET


Hi Root-ers,

When creating a tree

  TTree *tree  = new TTree("T","An example of a ROOT tree");

  Int_t split = 1;
  Int_t bsize = 64000;
  TTrade *trade = new TTrade();
  TBranch *br  = tree->Branch("TTrade","TTrade",&trade,bsize,split);


I get the following warning:

Cannot create branch for rdname=fStartBussDate, code=4

where fStartBussDate is of type Long_t, if I change it to Int_t, the
warning disappears

Eddy



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:40 MET