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


Ignore:
Timestamp:
Aug 23, 2000, 3:56:27 PM (25 years ago)
Author:
ansari
Message:

bug ds xntuple.cc , petites correction ds virtual Histo/HProf::UpdateHisto() - Reza 23/8/2000

File:
1 edited

Legend:

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

    r1092 r1135  
    102102/********* Methode *********/
    103103/*!
     104Calcule la partie histogramme du profile si elle n'est pas a jour.
     105*/
     106void HProf::UpdateHisto(bool force) const
     107{
     108if(!Ok || force) updatehisto();
     109}
     110
     111/********* Methode *********/
     112/*!
    104113  Remise a zero
    105114*/
     
    112121  Histo::Zero();
    113122}
     123
    114124
    115125/********* Methode *********/
Note: See TracChangeset for help on using the changeset viewer.