Changeset 339 in Sophya for trunk/SophyaPI/PIext/pigfd2.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/pigfd2.cc

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