Changeset 1135 in Sophya for trunk/SophyaLib/HiStats/histos.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/histos.cc

    r1109 r1135  
    11//
    2 // $Id: histos.cc,v 1.11 2000-07-28 16:29:54 ansari Exp $
     2// $Id: histos.cc,v 1.12 2000-08-23 13:56:27 ansari Exp $
    33//
    44
     
    500500{
    501501SetErr2(numBin,  e*e);
     502}
     503
     504/********* Methode *********/
     505/*!
     506  Methode virtuelle de mise a jour - Ne fait rien pour Histo - Voir HProf
     507*/
     508void Histo::UpdateHisto(bool force) const
     509{
     510  return;
    502511}
    503512
Note: See TracChangeset for help on using the changeset viewer.