Changeset 3009 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 02/03/04 14:36:09 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MReadTree.cc
r2607 r3009 308 308 // FIXME! A check is missing whether the file already exists or not. 309 309 // 310 const Int_t numfiles = fChain->Add(fname, entries );310 const Int_t numfiles = fChain->Add(fname, entries<0?TChain::kBigNumber:entries); 311 311 312 312 if (numfiles>0)
Note:
See TracChangeset
for help on using the changeset viewer.