/[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.23 by pam-fi, Thu May 24 16:45:47 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      }      }
# Line 450  struct cTrkMask { Line 462  struct cTrkMask {
462          }          }
463      }      }
464    
465        void Dump(){
466        }
467    
468  };  };
469    
470  /**  /**
# Line 466  struct cTrkETA { Line 481  struct cTrkETA {
481      float feta3[NANGMAX][NLADDER][NVIEW][NETAVALMAX];      float feta3[NANGMAX][NLADDER][NVIEW][NETAVALMAX];
482      float eta4[NANGMAX][NETAVALMAX];      float eta4[NANGMAX][NETAVALMAX];
483      float feta4[NANGMAX][NLADDER][NVIEW][NETAVALMAX];      float feta4[NANGMAX][NLADDER][NVIEW][NETAVALMAX];
484        float fcorr[NANGMAX][NLADDER][NVIEW];
485        float e234ax[6];//F77: e2fax,e2tax,e3fax,e3tax,e4fax,e4tax
486        float e234ay[6];//F77: e2fay,e2tay,e3fay,e3tay,e4fay,e4tay
487    
488  };  };
489  /**  /**

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

  ViewVC Help
Powered by ViewVC 1.1.23