Parent Directory | Revision Log | Patch
revision 1.1 by pam-fi, Fri Jul 21 11:02:28 2006 UTC | revision 1.2 by mocchiut, Thu Nov 30 15:44:55 2006 UTC | |
---|---|---|
# | Line 10 struct cToFLevel2 { | Line 10 struct cToFLevel2 { |
10 | // | // |
11 | Int_t npmttdc[10]; | Int_t npmttdc[10]; |
12 | Int_t pmttdc[48][10]; | Int_t pmttdc[48][10]; |
13 | Int_t tdcflag[48][10]; // gf: 30 Nov 2006 | |
14 | Float_t beta[13][10]; | Float_t beta[13][10]; |
15 | // | // |
16 | Int_t npmtadc[10]; | Int_t npmtadc[10]; |
17 | Int_t pmtadc[48][10]; | Int_t pmtadc[48][10]; |
18 | Int_t adcflag[48][10]; // gf: 30 Nov 2006 | |
19 | Float_t dedx[48][10]; | Float_t dedx[48][10]; |
20 | // | // |
21 | Float_t xtofpos[3][10]; | Float_t xtofpos[3][10]; |
# | Line 46 struct cToFLevel2 { | Line 48 struct cToFLevel2 { |
48 | for(Int_t i=0;i<48;i++){ | for(Int_t i=0;i<48;i++){ |
49 | pmttdc[i][j]=0; | pmttdc[i][j]=0; |
50 | pmtadc[i][j]=0; | pmtadc[i][j]=0; |
51 | tdcflag[i][j]=0; // gf: 30 Nov 2006 | |
52 | adcflag[i][j]=0; // gf: 30 Nov 2006 | |
53 | dedx[i][j]=0; | dedx[i][j]=0; |
54 | } | } |
55 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |