Changeset 339 in Sophya for trunk/SophyaPI/PIext/pigfd1.cc


Ignore:
Timestamp:
Jul 27, 1999, 12:17:12 PM (26 years ago)
Author:
ercodmgr
Message:

Pour creer les ADAPTER de GeneralFitData cmv 27/7/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pigfd1.cc

    r205 r339  
     1// Cette classe est maintenant obsolete: generaldata <==> ntuple pour le dessin
     2
    13#include <stdio.h>
    24#include "pigfd1.h"
     
    4143double dx, dy;
    4244double xmin=9.e19, xmax=-9.e19, ymin=9.e19, ymax=-9.e19;
    43 mGFD->GetMinMax(10*VarX+2,xmin,xmax);
    44 mGFD->GetMinMax(0,ymin, ymax);
     45mGFD->GetMnMx(10*VarX+2,xmin,xmax);
     46mGFD->GetMnMx(0,ymin, ymax);
    4547if(xmax<=xmin) xmax = xmin+1.;
    4648if(ymax<=ymin) ymax = ymin+1.;
Note: See TracChangeset for help on using the changeset viewer.