Changeset 1413 in Sophya for trunk/SophyaLib/HiStats/hisprof.cc


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/hisprof.cc

    r1135 r1413  
    315315}
    316316
     317void HProf::Show(ostream & os) const
     318{
     319  UpdateHisto();
     320  Histo::Show(os);
     321}
     322
    317323///////////////////////////////////////////////////////////
    318324// --------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.