--- DarthVader/ToFLevel2/inc/ToFStruct.h 2006/11/30 15:44:55 1.2 +++ DarthVader/ToFLevel2/inc/ToFStruct.h 2007/04/30 15:46:29 1.3 @@ -21,6 +21,9 @@ Float_t xtofpos[3][10]; Float_t ytofpos[3][10]; // + Float_t xtr_tof[6][10]; + Float_t ytr_tof[6][10]; + // Int_t npmt; Int_t pmt_id[48]; Float_t adc[48]; @@ -41,6 +44,10 @@ xtofpos[i][j]=0; ytofpos[i][j]=0; } + for(Int_t i=0;i<6;i++){ + xtr_tof[i][j]=0; + ytr_tof[i][j]=0; + } for(Int_t i=0;i<13;i++) beta[i][j]=0; }