/[PAMELA software]/DarthVader/ToFLevel2/inc/ToFStruct.h
ViewVC logotype

Diff of /DarthVader/ToFLevel2/inc/ToFStruct.h

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

revision 1.2 by mocchiut, Thu Nov 30 15:44:55 2006 UTC revision 1.3 by mocchiut, Mon Apr 30 15:46:29 2007 UTC
# Line 21  struct cToFLevel2 { Line 21  struct cToFLevel2 {
21    Float_t xtofpos[3][10];    Float_t xtofpos[3][10];
22    Float_t ytofpos[3][10];    Float_t ytofpos[3][10];
23    //    //
24      Float_t xtr_tof[6][10];
25      Float_t ytr_tof[6][10];
26      //
27    Int_t npmt;    Int_t npmt;
28    Int_t pmt_id[48];    Int_t pmt_id[48];
29    Float_t adc[48];    Float_t adc[48];
# Line 41  struct cToFLevel2 { Line 44  struct cToFLevel2 {
44          xtofpos[i][j]=0;          xtofpos[i][j]=0;
45          ytofpos[i][j]=0;          ytofpos[i][j]=0;
46        }        }
47          for(Int_t i=0;i<6;i++){
48            xtr_tof[i][j]=0;
49            ytr_tof[i][j]=0;
50          }
51        for(Int_t i=0;i<13;i++)        for(Int_t i=0;i<13;i++)
52          beta[i][j]=0;          beta[i][j]=0;
53      }      }

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

  ViewVC Help
Powered by ViewVC 1.1.23