StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
tpx_fee_position.h
1 #ifndef _TPX_FEE_POSITION_
2 
3 #define _TPX_FEE_POSITION_
4 
5 /*
6  New FEE position after the 2015 FEE remap
7 */
8 
9 static const unsigned char tpx_fee_position[6][36] = {
10 
11 /* RDO location 1 */
12  {162, 163, 169, 167, 166, 172, 170, 255, 255,
13  255, 255, 255, 175, 180, 177, 159, 181, 160,
14  178, 179, 255, 255, 255, 255, 164, 165, 173,
15  171, 168, 176, 174, 255, 255, 255, 255, 255,},
16 
17 /* RDO location 2 */
18  {138, 134, 154, 133, 145, 128, 143, 139, 158,
19  127, 150, 129, 146, 135, 148, 155, 147, 156,
20  151, 140, 152, 255, 255, 255, 157, 136, 142,
21  130, 149, 132, 161, 141, 144, 131, 153, 137,},
22 
23 /* RDO location 3 */
24  {113, 100, 99, 114, 101, 120, 107, 106, 121,
25  108, 255, 255, 115, 102, 117, 116, 122, 109,
26  123, 255, 255, 255, 255, 255, 104, 119, 103,
27  118, 105, 111, 125, 110, 124, 112, 255, 255},
28 
29 /* RDO location 4 */
30  { 85, 70, 69, 86, 71, 92, 78, 77, 93,
31  79, 255, 255, 87, 89, 72, 88, 73, 94,
32  96, 80, 95, 81, 255, 255, 75, 91, 74,
33  90, 76, 83, 98, 82, 97, 84, 255, 255},
34 
35 /* RDO location 5 */
36  { 53, 37, 55, 36, 54, 38, 61, 46, 63,
37  45, 62, 47, 56, 40, 57, 39, 41, 64,
38  65, 48, 49, 255, 255, 255, 58, 43, 60,
39  42, 59, 44, 66, 51, 68, 50, 67, 52},
40 
41 /* RDO location 6 */
42  { 18, 1, 20, 0, 19, 2, 27, 10, 29,
43  9, 28, 11, 21, 4, 23, 3, 22, 5,
44  30, 13, 32, 12, 31, 14, 24, 7, 26,
45  6, 25, 8, 33, 16, 35, 15, 34, 17}};
46 
47 
48 #endif