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


Ignore:
Timestamp:
Jul 7, 2000, 11:44:16 AM (25 years ago)
Author:
ansari
Message:

cmv 7/7/2000

  • Introduction methode HRebin pour les HProf
  • Passage de HRebin de Histo et HProf en virtual
File:
1 edited

Legend:

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

    r1056 r1058  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: histos.h,v 1.8 2000-07-07 08:41:11 ansari Exp $
     3// $Id: histos.h,v 1.9 2000-07-07 09:44:16 ansari Exp $
    44//
    55
     
    4242  void SetErr2(int numBin, double e2);
    4343  void SetErr(float x, float e);
    44   void   SetErr(int numBin, float e);
     44  void SetErr(int numBin, float e);
    4545
    4646  // Operators
     
    132132  void      HInteg(float norm = 0.);
    133133  void      HDeriv();
    134   void      HRebin(int nbinew);
     134  virtual void HRebin(int nbinew);
    135135
    136136  int       MaxiLocal(float& maxi,int& imax,float& maxn,int& imaxn);
Note: See TracChangeset for help on using the changeset viewer.