Changeset 1091 in Sophya for trunk/SophyaPI/PIext/piafitting.cc


Ignore:
Timestamp:
Jul 26, 2000, 3:15:43 PM (25 years ago)
Author:
ercodmgr
Message:

Histos/Hprof/Histo2D en r_8 cmv 26/7/00

File:
1 edited

Legend:

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

    r1067 r1091  
    598598    {x=(double) i; y=(double) j; f=(*mM)(j,i); e=1.;}
    599599  else if(mH2)
    600     {float xf,yf; mH2->BinCenter(i,j,xf,yf); x=(double)xf; y=(double)yf;
     600    {r_8 xf,yf; mH2->BinCenter(i,j,xf,yf); x=xf; y=yf;
    601601     f=(*mH2)(i,j); e=(mH2->HasErrors())?mH2->Error(i,j):1.;}
    602602  else if(mIm)
Note: See TracChangeset for help on using the changeset viewer.