/[PAMELA software]/DarthVader/TrackerLevel2/inc/TrkStruct.h
ViewVC logotype

Diff of /DarthVader/TrackerLevel2/inc/TrkStruct.h

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

revision 1.26 by pam-fi, Wed Aug 22 07:03:44 2007 UTC revision 1.27 by pam-fi, Fri Aug 31 14:56:50 2007 UTC
# Line 180  struct cTrkLevel2 { Line 180  struct cTrkLevel2 {
180      float dedx_y[NTRKMAX][6];      float dedx_y[NTRKMAX][6];
181      int cltrx[NTRKMAX][6];      int cltrx[NTRKMAX][6];
182      int cltry[NTRKMAX][6];      int cltry[NTRKMAX][6];
183        int   multmaxx[NTRKMAX][6];    
184        int   multmaxy[NTRKMAX][6];    
185        float seedx[NTRKMAX][6];      
186        float seedy[NTRKMAX][6];    
187        float xpu[NTRKMAX][6];      
188        float ypu[NTRKMAX][6];      
189  //      float bdl[NTRKMAX];  //      float bdl[NTRKMAX];
190    
191      void InitcTrkLevel2(){      void InitcTrkLevel2(){
# Line 231  struct cTrkLevel2 { Line 237  struct cTrkLevel2 {
237                  ayv_nt[i][ii]   = 0;                  ayv_nt[i][ii]   = 0;
238                  dedx_x[i][ii]   = 0;                  dedx_x[i][ii]   = 0;
239                  dedx_y[i][ii]   = 0;                  dedx_y[i][ii]   = 0;
240                    multmaxx[i][ii] = 0;
241                    multmaxy[i][ii] = 0;
242                    seedx[i][ii]  = 0;  
243                    seedy[i][ii]  = 0;
244                    xpu[i][ii]    = 0;  
245                    ypu[i][ii]    = 0;  
246              }              }
247          }          }
248      }      }

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

  ViewVC Help
Powered by ViewVC 1.1.23