Changeset 278 in Sophya for trunk/SophyaLib/NTools/ntuple.cc


Ignore:
Timestamp:
Apr 28, 1999, 3:36:50 PM (26 years ago)
Author:
ansari
Message:

Implementation PPersist par deleguation pour DVList Reza 28/04/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/ntuple.cc

    r220 r278  
    311311s.PutI4(mBlk);
    312312s.PutI4(mNBlk);
    313 if (mInfo)  mInfo->Write(s);
     313if (mInfo)  s << (*mInfo);
    314314int jb;
    315315for(jb=0; jb<mNBlk; jb++)
     
    344344if (hadinfo) {    // Lecture eventuelle du DVList Info
    345345  if (mInfo == NULL)  mInfo = new DVList;
    346   mInfo->Read(s);
     346  s >> (*mInfo);
    347347  }
    348348
Note: See TracChangeset for help on using the changeset viewer.