Changeset 958 in Sophya for trunk/SophyaLib/HiStats/histos.h
- Timestamp:
- Apr 18, 2000, 3:38:53 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.h
r943 r958 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1. 5 2000-04-15 11:06:28ansari Exp $3 // $Id: histos.h,v 1.6 2000-04-18 13:38:17 ansari Exp $ 4 4 // 5 5 … … 179 179 180 180 181 /*! \ingroup HiStats \fn operator<<(POuttPersist&,Histo) 182 \brief Persistance management */ 181 183 inline POutPersist& operator << (POutPersist& os, Histo & obj) 182 184 { ObjFileIO<Histo> fio(&obj); fio.Write(os); return(os); } 185 /*! \ingroup HiStats \fn operator<<(POuttPersist&,Histo) 186 \brief Persistance management */ 183 187 inline PInPersist& operator >> (PInPersist& is, Histo & obj) 184 188 { ObjFileIO<Histo> fio(&obj); fio.Read(is); return(is); }
Note:
See TracChangeset
for help on using the changeset viewer.