StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
itpc_rowlen.h
1 #ifndef _ITPC_ROWLEN_H_
2 #define _ITPC_ROWLEN_H_
3 
4 static unsigned char __attribute__ ((unused)) itpc_rowlen[41] =
5 {
6  0,
7  52, //1
8  54, //2
9  56, //3
10  58, //4
11  60, //5
12  62, //6
13  62, //7
14  64, //8
15  66, //9
16  68, //10
17  70, //11
18  72, //12
19  74, //13
20  74, //14
21  76, //15
22  78, //16
23  80, //17
24  82, //18
25  84, //19
26  86, //20
27  86, //21
28  88, //22
29  90, //23
30  92, //24
31  94, //25
32  96, //26
33  98, //27
34  98, //28
35  100, //29
36  102, //30
37  104, //31
38  106, //32
39  108, //33
40  110, //34
41  110, //35
42  112, //36
43  114, //37
44  116, //38
45  118, //39
46  120 //40
47 } ;
48 
49 #endif