/[PAMELA software]/DarthVader/TrackerLevel2/src/TrkHough.cpp
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/src/TrkHough.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by pam-fi, Wed Oct 22 15:17:36 2008 UTC revision 1.4 by pam-fi, Tue Feb 3 13:57:15 2009 UTC
# Line 194  void TrkHough::SetFromHoughStruct(cTrkHo Line 194  void TrkHough::SetFromHoughStruct(cTrkHo
194          int    ngf = TrkParams::nGF;          int    ngf = TrkParams::nGF;
195          float *zgf = TrkParams::zGF;          float *zgf = TrkParams::zGF;
196          Trajectory tgf = Trajectory(ngf,zgf);          Trajectory tgf = Trajectory(ngf,zgf);
197          tgf.DoTrack2(t_track->al);//<<<< integrate the trajectory          tgf.DoTrack(t_track->al);//<<<< integrate the trajectory
198          for(int ip=0; ip<ngf; ip++){          for(int ip=0; ip<ngf; ip++){
199              t_track->xGF[ip] = tgf.x[ip];              t_track->xGF[ip] = tgf.x[ip];
200              t_track->yGF[ip] = tgf.y[ip];              t_track->yGF[ip] = tgf.y[ip];

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.23