source: fact/tools/pixelmap_test/Test_PixelMap.txt@ 10116

Last change on this file since 10116 was 10116, checked in by weitzel, 14 years ago
new version of pixelmap class
File size: 1.1 KB
Line 
1#######################################################################
2#
3# Mapping table to connect DRS channels to HV channels
4#
5# =====================================================================
6#
7# needed for HV feedback -> read by DAQ and HV program
8#
9# to be edited if DRS or HV channels change
10#
11# Format for pixel names is (x-x-x), to be followed by : delimiter
12#
13# gAPD arrangement within pixel is NOT defined here
14#
15# =====================================================================
16#
17# allowed field separators: space and tab in arbitrary combination
18#
19# empty lines allowed
20#
21# lines _starting_ with # considered as comment (first character!)
22#
23# =====================================================================
24#
25# pixel numbering: module-superpixel-pixel
26#
27#######################################################################
28
29
30#Pixel: DRS-board DRS-chip DRS-channel HV-crate HV-board HV-channel
31#----------------------------------------------------------------------
320-1-1: 0 0 0 0 2 0
330-1-2: 0 0 1 0 0 1
3410-2-3: 7 8 6 6 9 1
35#----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.