(file) Return to h_track_fit.f CVS log (file) (dir) Up to [HallC] / Analyzer / HTRACKING

Diff for /Analyzer/HTRACKING/h_track_fit.f between version 1.1 and 1.2

version 1.1, 1994/02/19 06:20:53 version 1.2, 1994/02/22 05:25:00
Line 9 
Line 9 
 *                              remove minuit. Make fit linear *                              remove minuit. Make fit linear
 *                              still does not do errors properly *                              still does not do errors properly
 * $Log$ * $Log$
   * Revision 1.2  1994/02/22 05:25:00  cdaq
   * (SAW) Remove dfloat calls with floating args
   *
 * Revision 1.1  1994/02/19 06:20:53  cdaq * Revision 1.1  1994/02/19 06:20:53  cdaq
 * Initial revision * Initial revision
 * *
Line 57 
Line 60 
             do ihit=2,HNTRACK_HITS(itrack,1)+1             do ihit=2,HNTRACK_HITS(itrack,1)+1
               hit=HNTRACK_HITS(itrack,ihit)               hit=HNTRACK_HITS(itrack,ihit)
               plane=HDC_PLANE_NUM(hit)               plane=HDC_PLANE_NUM(hit)
               TT(i)=TT(i)+DFLOAT((HDC_WIRE_COORD(hit)*                TT(i)=TT(i)+((HDC_WIRE_COORD(hit)*
      &          hplane_coeff(remap(i),plane))      &          hplane_coeff(remap(i),plane))
      &          /(hdc_sigma(plane)*hdc_sigma(plane)))      &          /(hdc_sigma(plane)*hdc_sigma(plane)))
             enddo             enddo
Line 68 
Line 71 
             do ihit=2,HNTRACK_HITS(itrack,1)+1             do ihit=2,HNTRACK_HITS(itrack,1)+1
               hit=HNTRACK_HITS(itrack,ihit)               hit=HNTRACK_HITS(itrack,ihit)
               plane=HDC_PLANE_NUM(hit)               plane=HDC_PLANE_NUM(hit)
               AA(i,j)=AA(i,j) + DFLOAT(                AA(i,j)=AA(i,j) + (
      &           hplane_coeff(remap(i),plane)*hplane_coeff(remap(j),plane)      &           hplane_coeff(remap(i),plane)*hplane_coeff(remap(j),plane)
      &          /(hdc_sigma(plane)*hdc_sigma(plane)))      &          /(hdc_sigma(plane)*hdc_sigma(plane)))
             enddo               ! end loop on ihit             enddo               ! end loop on ihit


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

Analyzer/Replay: Mark Jones, Documents: Stephen Wood
Powered by
ViewCVS 0.9.2-cvsgraph-1.4.0