StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
tpcPhysicalMaps.h
1 
2 #define TPC_ROWS_PER_SECTOR 45
3 #define TPC_ASIC_NUM 6
4 
5 
6 static const unsigned char tpcPhysicalRowLen[TPC_ROWS_PER_SECTOR] = {
7 88,96,104,112,118,126,134,142,150,158,166,174,182,98,100,102,104,106,
8 106,108,110,112,112,114,116,118,120,122,122,124,126,128,128,130,132,134,
9 136,138,138,140,142,144,144,144,144} ;
10 
11 /*
12 NOTE: the following array has been swapped to account for the L/H pairs on the
13 TPC RDO fiber being swapped. The proper order for non-TPC RDO boards is
14 
15  { 3, 0, 4, 1, 5, 2}
16 
17 MJL 02/18/99
18 
19 */
20 static const unsigned char tpcPhysicalASIC[TPC_ASIC_NUM] = { 0, 3, 1, 4, 2, 5 } ;