/[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.4 by pam-fi, Fri Aug 4 08:18:06 2006 UTC
# Line 84  struct cTrkLevel1 { Line 84  struct cTrkLevel1 {
84      int indmax[500];      int indmax[500];
85      int totCLlength;      int totCLlength;
86      float clsignal[8500];      float clsignal[8500];
87      float cnev[24][12];        float cnev[24][12];
88            float cnevflag[24][12];
89  };  };
90  // ==================================================================  // ==================================================================
91  /**  /**
# Line 124  struct cTrkLevel2 { Line 125  struct cTrkLevel2 {
125      float dedx_x[NTRKMAX][6];      float dedx_x[NTRKMAX][6];
126      float dedx_y[NTRKMAX][6];      float dedx_y[NTRKMAX][6];
127      float bdl[NTRKMAX];      float bdl[NTRKMAX];
128    
129      void InitcTrkLevel2(){
130        
131        good2 = 0;
132        for(Int_t i=0; i<12 ; i++)
133          crc[i] = 0;
134        //  ----------------------------
135        nclsx = 0;
136        nclsy = 0;
137        for(Int_t i=0; i<NSINGMAX ; i++){
138          planex[i]  = 0;
139          xs[i][0]   = 0;
140          xs[i][1]   = 0;
141          signlxs[i] = 0;
142          planey[i]  = 0;
143          ys[i][0]   = 0;
144          ys[i][1]   = 0;
145          signlys[i] = 0;
146        }
147        //  ----------------------------
148        ntrk =0 ;
149        
150        for(Int_t i=0; i<NTRKMAX ; i++){
151          image[i]   = 0;
152          chi2_nt[i] = 0;
153          bdl[i]     = 0;
154          
155          for(Int_t ii=0; ii<5 ; ii++){
156            al_nt[i][ii] = 0;
157            for(Int_t iii=0; iii<5 ; iii++)
158              coval[i][ii][iii] = 0;
159          }
160          
161          for(Int_t ii=0; ii<6 ; ii++){
162            xm_nt[i][ii]    = 0;
163            ym_nt[i][ii]    = 0;
164            zm_nt[i][ii]    = 0;
165            resx_nt[i][ii]  = 0;
166            resy_nt[i][ii]  = 0;
167            xgood_nt[i][ii] = 0;
168            ygood_nt[i][ii] = 0;
169            xv_nt[i][ii]    = 0;
170            yv_nt[i][ii]    = 0;
171            zv_nt[i][ii]    = 0;
172            axv_nt[i][ii]   = 0;
173            ayv_nt[i][ii]   = 0;
174            dedx_x[i][ii]   = 0;
175            dedx_y[i][ii]   = 0;
176          }
177        }
178      }
179      
180  };  };
181  // ==================================================================  // ==================================================================
182  /**  /**

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

  ViewVC Help
Powered by ViewVC 1.1.23