Changeset 3139 in Sophya for trunk/SophyaPI/PIext/pipodrw.h


Ignore:
Timestamp:
Jan 17, 2007, 5:51:29 PM (19 years ago)
Author:
cmv
Message:

modifs mineures et intro POHe2DAdapter cmv 17/01/2007

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pipodrw.h

    r584 r3139  
    1111#include "parradapter.h"
    1212#include "histos2.h"
     13#include "hist2err.h"
    1314
    1415#ifdef SANS_EVOLPLANCK
     
    3334
    3435
    35 // Adaptateur d'Histo-2D Peida++ a P2DArrayAdapter
     36// Adaptateur d'Histo-2D a P2DArrayAdapter
    3637class POH2DAdapter :  public P2DArrayAdapter {
    3738public :
     
    4445  bool aDel;
    4546  Histo2D* mH2d;
     47};
     48
     49// Adaptateur d'Histo2DErr a P2DArrayAdapter
     50class POHe2DAdapter :  public P2DArrayAdapter {
     51public :
     52                  POHe2DAdapter(Histo2DErr* he2d, bool ad=false);
     53  virtual         ~POHe2DAdapter();
     54
     55  virtual double  Value(int ix, int iy);   
     56
     57protected:
     58  bool aDel;
     59  Histo2DErr* mHe2d;
    4660};
    4761
Note: See TracChangeset for help on using the changeset viewer.