Changeset 1413 in Sophya for trunk/SophyaLib/HiStats/ntuple.h


Ignore:
Timestamp:
Feb 20, 2001, 7:29:48 PM (25 years ago)
Author:
ansari
Message:

Methode Show et operateur << pour Histos - Reza 20/2/2001

File:
1 edited

Legend:

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

    r1405 r1413  
    9797};
    9898
    99 /*! Prints table information on stream \b s (nt.Show(os)) */
     99/*! Prints table information on stream \b s (nt.Show(s)) */
    100100inline ostream& operator << (ostream& s, NTuple const & nt)
    101101  {  nt.Show(s);  return(s);  }
Note: See TracChangeset for help on using the changeset viewer.