Changeset 958 in Sophya for trunk/SophyaLib/HiStats/histos.h


Ignore:
Timestamp:
Apr 18, 2000, 3:38:53 PM (25 years ago)
Author:
ansari
Message:

doc + vire warning cmv 18/04/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/histos.h

    r943 r958  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.5 2000-04-15 11:06:28 ansari Exp $
     3// $Id: histos.h,v 1.6 2000-04-18 13:38:17 ansari Exp $
    44//
    55
     
    179179
    180180
     181/*! \ingroup HiStats \fn operator<<(POuttPersist&,Histo)
     182  \brief Persistance management */
    181183inline POutPersist& operator << (POutPersist& os, Histo & obj)
    182184{ ObjFileIO<Histo> fio(&obj);  fio.Write(os);  return(os); }
     185/*! \ingroup HiStats \fn operator<<(POuttPersist&,Histo)
     186  \brief Persistance management */
    183187inline PInPersist& operator >> (PInPersist& is, Histo & obj)
    184188{ ObjFileIO<Histo> fio(&obj);  fio.Read(is);  return(is); }
Note: See TracChangeset for help on using the changeset viewer.