/[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.2 by pam-fi, Tue May 30 16:30:36 2006 UTC revision 1.3 by pam-fi, Fri Jul 21 11:03:14 2006 UTC
# Line 124  struct cTrkLevel2 { Line 124  struct cTrkLevel2 {
124      float dedx_x[NTRKMAX][6];      float dedx_x[NTRKMAX][6];
125      float dedx_y[NTRKMAX][6];      float dedx_y[NTRKMAX][6];
126      float bdl[NTRKMAX];      float bdl[NTRKMAX];
127    
128      void InitcTrkLevel2(){
129        
130        good2 = 0;
131        for(Int_t i=0; i<12 ; i++)
132          crc[i] = 0;
133        //  ----------------------------
134        nclsx = 0;
135        nclsy = 0;
136        for(Int_t i=0; i<NSINGMAX ; i++){
137          planex[i]  = 0;
138          xs[i][0]   = 0;
139          xs[i][1]   = 0;
140          signlxs[i] = 0;
141          planey[i]  = 0;
142          ys[i][0]   = 0;
143          ys[i][1]   = 0;
144          signlys[i] = 0;
145        }
146        //  ----------------------------
147        ntrk =0 ;
148        
149        for(Int_t i=0; i<NTRKMAX ; i++){
150          image[i]   = 0;
151          chi2_nt[i] = 0;
152          bdl[i]     = 0;
153          
154          for(Int_t ii=0; ii<5 ; ii++){
155            al_nt[i][ii] = 0;
156            for(Int_t iii=0; iii<5 ; iii++)
157              coval[i][ii][iii] = 0;
158          }
159          
160          for(Int_t ii=0; ii<6 ; ii++){
161            xm_nt[i][ii]    = 0;
162            ym_nt[i][ii]    = 0;
163            zm_nt[i][ii]    = 0;
164            resx_nt[i][ii]  = 0;
165            resy_nt[i][ii]  = 0;
166            xgood_nt[i][ii] = 0;
167            ygood_nt[i][ii] = 0;
168            xv_nt[i][ii]    = 0;
169            yv_nt[i][ii]    = 0;
170            zv_nt[i][ii]    = 0;
171            axv_nt[i][ii]   = 0;
172            ayv_nt[i][ii]   = 0;
173            dedx_x[i][ii]   = 0;
174            dedx_y[i][ii]   = 0;
175          }
176        }
177      }
178      
179  };  };
180  // ==================================================================  // ==================================================================
181  /**  /**

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

  ViewVC Help
Powered by ViewVC 1.1.23