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

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

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

revision 1.8 by pam-fi, Thu Jan 28 14:38:24 2016 UTC revision 1.9 by pam-fi, Fri Feb 26 12:03:36 2016 UTC
# Line 1014  Bool_t ExtTrack::IsInsideAcceptance(floa Line 1014  Bool_t ExtTrack::IsInsideAcceptance(floa
1014      int ngf = TrkParams::nGF;      int ngf = TrkParams::nGF;
1015      float* zgf =  TrkParams::zGF;      float* zgf =  TrkParams::zGF;
1016            
1017        //this is a patch, to assign correctly xGF and yGF cordinates.
1018    
1019      Trajectory tj = Trajectory(ngf,zgf);      Trajectory tj = Trajectory(ngf,zgf);
1020      tj.DoTrack(al,zini);      tj.DoTrack(al,zini);
1021    
1022        //NB the folowing assignment is NOT permanent!!!
1023        for(int i=0; i<14; i++){
1024            xGF[i] = tj.x[i];
1025            yGF[i] = tj.y[i];
1026        }
1027    
1028      for(int i=0; i<ngf; i++){      for(int i=0; i<ngf; i++){
1029          //          //
1030  //      cout << endl << TrkParams::GF_element[i];  //      cout << endl << TrkParams::GF_element[i];

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23