Changeset 1201 in Sophya for trunk/SophyaLib/HiStats/hisprof.h


Ignore:
Timestamp:
Sep 26, 2000, 5:53:34 PM (25 years ago)
Author:
ansari
Message:

Histo::PrintF disparait car mal ecrit et incomplet juste historique SN eros cmv 26/09/00

File:
1 edited

Legend:

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

    r1135 r1201  
    6161  virtual void HRebin(int_4 nbinew);
    6262
    63   // Print
    6463  //! Print, voir detail dans Histo::Print
    6564  inline void Print(int_4 dyn=100,r_8 hmin=1.,r_8 hmax=-1.
    6665                   ,int_4 pflag=0,int_4 il=1,int_4 ih=-1)
    6766         {UpdateHisto(); Histo::Print(dyn,hmin,hmax,pflag,il,ih);}
    68   //! PrintF, voir detail dans Histo::PrintF
    69   inline void PrintF(FILE * fp,int_4 dyn=100,r_8 hmin=1.,r_8 hmax=-1.
    70                     ,int_4 pflag=0,int_4 il=1,int_4 ih=-1)
    71          {UpdateHisto(); Histo::PrintF(fp,dyn,hmin,hmax,pflag,il,ih);}
    7267
    7368protected:
Note: See TracChangeset for help on using the changeset viewer.