Parent Directory | Revision Log
Added again inc/trklev1struct.h removed by mistake
1 | mocchiut | 1.1 | struct Trklev1 { |
2 | Bool_t good1; | ||
3 | Int_t nev1; | ||
4 | mocchiut | 1.3 | Int_t whic_calib1; |
5 | Int_t swcode1; | ||
6 | // Bool_t crc1[12]; | ||
7 | Int_t crc1[12]; | ||
8 | mocchiut | 1.1 | Int_t pkt_type1; |
9 | Int_t pkt_num1; | ||
10 | Int_t obt1; | ||
11 | mocchiut | 1.3 | Bool_t cpu_crc1; |
12 | mocchiut | 1.1 | Int_t nclstr1; |
13 | Int_t view[500]; | ||
14 | Int_t ladder[500]; | ||
15 | Int_t maxs[500]; | ||
16 | Int_t mult[500]; | ||
17 | Float_t dedx[500]; | ||
18 | Int_t indstart[500]; | ||
19 | Int_t indmax[500]; | ||
20 | Int_t totcllength; | ||
21 | Float_t clsignal[8500]; | ||
22 | Float_t cnev[24][12]; | ||
23 | Int_t ncl[2]; | ||
24 | Float_t clp[500][3]; | ||
25 | Float_t cls[500][2]; | ||
26 | Float_t clz[500][2]; | ||
27 | Float_t sigma_matrix[3072][12]; | ||
28 | }; | ||
29 | |||
30 | struct Trklev2 { | ||
31 | UChar_t good1; | ||
32 | Int_t nev1; | ||
33 | Int_t nclstr1; | ||
34 | UChar_t view[500]; | ||
35 | UChar_t ladder[500]; | ||
36 | UShort_t maxs[500]; | ||
37 | UChar_t mult[500]; | ||
38 | Float_t dedx[500]; | ||
39 | UShort_t indstart[500]; | ||
40 | UShort_t indmax[500]; | ||
41 | Int_t totcllength; | ||
42 | Float_t clsignal[8500]; | ||
43 | Float_t cnev[24][12]; | ||
44 | }; |
ViewVC Help | |
Powered by ViewVC 1.1.23 |