|
Last change
on this file since 9053 was 18, checked in by qweitzel, 17 years ago |
|
change in pixelmap: file now defined via construtor
|
|
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 board HV-chain HV-channel
|
|---|
| 31 | #---------------------------------------------------------------------
|
|---|
| 32 | 0-1-1: 0 0 0 0 2 0
|
|---|
| 33 | 0-1-2: 0 0 1 0 0 1
|
|---|
| 34 | 10-2-3: 7 8 6 6 9 1
|
|---|
| 35 | #---------------------------------------------------------------------
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.