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


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.h

    r3110 r3950  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.26 2006-11-20 13:15:35 cmv Exp $
     3// $Id: histos.h,v 1.27 2011-02-18 11:15:25 cmv Exp $
    44//
    55
     
    3838
    3939  // UPDATING or SETTING
    40   void Zero();
     40  void Zero(void);
     41  void ReSize(r_8 xMin, r_8 xMax, int_4 nBin);
    4142  void Add(r_8 x, r_8 w);
    4243  inline void Add(r_8 x) {Add(x,1.);}
Note: See TracChangeset for help on using the changeset viewer.