Changeset 14029 for trunk/Mars
- Timestamp:
- 06/01/12 18:25:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mfileio/MWriteRootFile.cc
r12863 r14029 690 690 Bool_t MWriteRootFile::CheckAndWrite() 691 691 { 692 // This is the special case if we only copy a tre but do not 693 // write containers to it 694 const Int_t n = fTrees.GetEntriesFast(); 695 if (n==0) 696 return kTRUE; 697 692 698 TObject *obj; 693 699 … … 725 731 // Loop over all tree entries 726 732 // 727 const Int_t n = fTrees.GetEntriesFast();728 729 733 for (int idx=0; idx<n; idx++) 730 734 {
Note:
See TracChangeset
for help on using the changeset viewer.