Changeset 3044 in Sophya for trunk/SophyaLib/HiStats/histos.h


Ignore:
Timestamp:
Aug 7, 2006, 7:38:47 PM (19 years ago)
Author:
cmv
Message:

ReCenterBin deplace methode Histo (was HistErr) cmv 7/8/2006

File:
1 edited

Legend:

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

    r2630 r3044  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.20 2004-10-26 16:26:39 cmv Exp $
     3// $Id: histos.h,v 1.21 2006-08-07 17:38:47 cmv Exp $
    44//
    55
     
    3030
    3131  // OPTIONS
    32   void Errors();
     32  void Errors(void);
     33  void ReCenterBin(void);
    3334
    3435  // UPDATING or SETTING
    35   void Zero();
     36  void Zero(void);
    3637  void Add(r_8 x, r_8 w);
    3738  inline void Add(r_8 x) {Add(x,1.);}
Note: See TracChangeset for help on using the changeset viewer.