Changeset 3950 in Sophya for trunk/SophyaLib/HiStats/histos.cc


Ignore:
Timestamp:
Feb 18, 2011, 12:15:25 PM (15 years ago)
Author:
cmv
Message:

ajout d'une methode ReSize publique, cmv 18/02/2011

File:
1 edited

Legend:

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

    r3587 r3950  
    6060{
    6161  Delete();
     62}
     63
     64/********* Methode *********/
     65/*! Redimensionnement d'un histo */
     66void Histo::ReSize(r_8 xMin, r_8 xMax, int_4 nBin)
     67{
     68  CreateOrResize(xMin,xMax,nBin);
    6269}
    6370
Note: See TracChangeset for help on using the changeset viewer.