source: fact/config/PixelMap_M0.txt@ 10117

Last change on this file since 10117 was 10116, checked in by weitzel, 14 years ago
new version of pixelmap class
File size: 2.8 KB
Line 
1#######################################################################
2#
3# Mapping table to connect DRS channels to HV channels
4#
5# !!! only valid for M0 !!!
6#
7# =====================================================================
8#
9# needed for HV feedback -> read by DAQ and HV program
10#
11# to be edited if DRS or HV channels change
12#
13# pixel ID is unsigned int 0 - 35, to be followed by : delimiter
14#
15# gAPD arrangement within pixel is NOT defined here
16#
17# =====================================================================
18#
19# allowed field separators: space and tab in arbitrary combination
20#
21# each entry has to end with ;
22#
23# lines _starting_ with # considered as comment (first character!)
24#
25#######################################################################
26
27
28#ID: crate board patch(chip) pixel(channel) HV-crate HV-board HV-channel PosX PosY
29#--------------------------------------------------------------------------------------------------------
3000: 0 0 0 0 0 0 0 5 5;
3101: 0 0 0 2 0 0 1 4 5;
3202: 0 0 0 4 0 0 2 4 4;
3303: 0 0 0 6 0 0 3 5 4;
34#--------------------------------------------------------------------------------------------------------
3504: 0 0 1 0 0 0 4 5 3;
3605: 0 0 1 2 0 0 5 4 3;
3706: 0 0 1 4 0 0 6 4 2;
3807: 0 0 1 6 0 0 7 5 2;
39#--------------------------------------------------------------------------------------------------------
4008: 0 0 2 0 0 0 8 5 1;
4109: 0 0 2 2 0 0 9 4 1;
4210: 0 0 2 4 0 0 10 4 0;
4311: 0 0 2 6 0 0 11 5 0;
44#--------------------------------------------------------------------------------------------------------
4512: 0 0 3 0 0 0 12 3 5;
4613: 0 0 3 2 0 0 13 2 5;
4714: 0 0 3 4 0 0 14 2 4;
4815: 0 0 3 6 0 0 15 3 4;
49#--------------------------------------------------------------------------------------------------------
5016: 0 1 0 0 0 0 16 3 3;
5117: 0 1 0 2 0 0 17 2 3;
5218: 0 1 0 4 0 1 0 2 2;
5319: 0 1 0 6 0 1 1 3 2;
54#--------------------------------------------------------------------------------------------------------
5520: 0 1 1 0 0 1 2 3 1;
5621: 0 1 1 2 0 1 3 2 1;
5722: 0 1 1 4 0 1 4 2 0;
5823: 0 1 1 6 0 1 5 3 0;
59#--------------------------------------------------------------------------------------------------------
6024: 0 1 2 0 0 1 6 1 5;
6125: 0 1 2 2 0 1 7 0 5;
6226: 0 1 2 4 0 1 8 0 4;
6327: 0 1 2 6 0 1 9 1 4;
64#--------------------------------------------------------------------------------------------------------
6528: 0 1 3 0 0 1 10 1 3;
6629: 0 1 3 2 0 1 11 0 3;
6730: 0 1 3 4 0 1 12 0 2;
6831: 0 1 3 6 0 1 13 1 2;
69#--------------------------------------------------------------------------------------------------------
7032: 0 2 0 0 0 1 14 1 1;
7133: 0 2 0 2 0 1 15 0 1;
7234: 0 2 0 4 0 1 16 0 0;
7335: 0 2 0 6 0 1 17 1 0;
74#--------------------------------------------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.