Changeset 2479 in Sophya for trunk/SophyaLib/HiStats/histos.h
- Timestamp:
- Dec 7, 2003, 12:59:21 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.h
r2322 r2479 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1.1 6 2003-02-11 15:31:00 cmvExp $3 // $Id: histos.h,v 1.17 2003-12-06 23:58:17 ansari Exp $ 4 4 // 5 5 … … 174 174 \brief Persistance management */ 175 175 inline PInPersist& operator >> (PInPersist& is, Histo & obj) 176 { ObjFileIO<Histo> fio(&obj); fio.Read(is);return(is); }176 { ObjFileIO<Histo> fio(&obj); is.SkipToNextObject(); fio.Read(is); return(is); } 177 177 178 178 // Classe pour la gestion de persistance
Note:
See TracChangeset
for help on using the changeset viewer.