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


Ignore:
Timestamp:
Aug 13, 2006, 12:41:09 AM (19 years ago)
Author:
cmv
Message:
  • changement nom variables internes Histo...Histo2D
  • re-arrangement CreateOrResize et operator=
  • protection dans methodes (VMIN etc..) pour Histo 1d+2d vides

cmv 13/8/2006

File:
1 edited

Legend:

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

    r3053 r3057  
    8181  r_8*         mSumY2; //!< somme des carres
    8282  r_8*         mSumW;  //!< somme des poids
    83   mutable bool Ok;    //!< true if update fait
    84   r_8          YMin;  //!< limite minimum Y pour somme
    85   r_8          YMax;  //!< limite maximum Y pour somme
    86   uint_2       Opt;   //!< options pour les erreurs
     83  mutable bool mOk;    //!< true if update fait
     84  r_8          mYMin;  //!< limite minimum Y pour somme
     85  r_8          mYMax;  //!< limite maximum Y pour somme
     86  uint_2       mOpt;   //!< options pour les erreurs
    8787};
    8888
Note: See TracChangeset for help on using the changeset viewer.