Changeset 495 in Sophya for trunk/SophyaPI/PIext/piafitting.h


Ignore:
Timestamp:
Oct 21, 1999, 8:58:45 PM (26 years ago)
Author:
ercodmgr
Message:

Portage -> DPPlanck , Reza+cmv 21/10/99

File:
1 edited

Legend:

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

    r493 r495  
    2020class PIStdImgApp;
    2121class PIAFitterWind;
     22class Matrix;
     23class RzImage; //CMV_A_FAIRE class RzImage;
     24
     25#ifdef SANS_EVOLPLANCK
    2226class GeneralFunction; class GeneralFunc; class GeneralFit;
    2327class GeneralFitData;
    24 class Histo; class Matrix; class Histo2D;
    25 #ifdef SANS_EVOLPLANCK
    26 class RzImage;
     28class Histo;  class Histo2D;
    2729#else
    28 //CMV_A_FAIRE class RzImage;
     30namespace PlanckDPC {
     31class GeneralFunction; class GeneralFunc; class GeneralFit;
     32class GeneralFitData;
     33class Histo; class Histo2D;
     34}
    2935#endif
    3036
     
    94100Vector* mV; Histo* mH; // Do not delete
    95101Matrix* mM; Histo2D* mH2; // Do not delete
    96 #ifdef SANS_EVOLPLANCK
    97102RzImage* mIm; // Do not delete
    98 #else
    99 //CMV_A_FAIRE RzImage* mIm; // Do not delete
    100 #endif
    101103GeneralFitData* mG; // Do not delete
    102104// Gestion des fonctions de fit predefinies
Note: See TracChangeset for help on using the changeset viewer.