####################################################################### # # Mapping table to connect DRS channels to HV channels # # ===================================================================== # # needed for HV feedback -> read by DAQ and HV program # # to be edited if DRS or HV channels change # # Format for pixel names is (x-x-x), to be followed by : delimiter # # gAPD arrangement within pixel is NOT defined here # # ===================================================================== # # allowed field separators: space and tab in arbitrary combination # # empty lines allowed # # lines _starting_ with # considered as comment (first character!) # # ===================================================================== # # pixel numbering: module-superpixel-pixel # ###################################################################### #Pixel: DRS-board DRS-chip DRS-channel HV board HV-chain HV-channel #--------------------------------------------------------------------- 0-1-1: 0 0 0 0 0 0 0-1-2: 0 0 2 0 0 1 0-1-3: 0 0 4 0 0 2 0-1-4: 0 0 6 0 0 3 #--------------------------------------------------------------------- 0-2-1: 0 1 0 0 0 4 0-2-2: 0 1 2 0 0 5 0-2-3: 0 1 4 0 0 6 0-2-4: 0 1 6 0 0 7 #--------------------------------------------------------------------- 0-3-1: 0 2 0 0 0 8 0-3-2: 0 2 2 0 0 9 0-3-3: 0 2 4 0 0 10 0-3-4: 0 2 6 0 0 11 #--------------------------------------------------------------------- 0-4-1: 0 3 0 0 0 12 0-4-2: 0 3 2 0 0 13 0-4-3: 0 3 4 0 0 14 0-4-4: 0 3 6 0 0 15 #--------------------------------------------------------------------- 0-5-1: 1 0 0 0 0 16 0-5-2: 1 0 2 0 0 17 0-5-3: 1 0 4 0 1 0 0-5-4: 1 0 6 0 1 1 #--------------------------------------------------------------------- 0-6-1: 1 1 0 0 1 2 0-6-2: 1 1 2 0 1 3 0-6-3: 1 1 4 0 1 4 0-6-4: 1 1 6 0 1 5 #--------------------------------------------------------------------- 0-7-1: 1 2 0 0 1 6 0-7-2: 1 2 2 0 1 7 0-7-3: 1 2 4 0 1 8 0-7-4: 1 2 6 0 1 9 #--------------------------------------------------------------------- 0-8-1: 1 3 0 0 1 10 0-8-2: 1 3 2 0 1 11 0-8-3: 1 3 4 0 1 12 0-8-4: 1 3 6 0 1 13 #--------------------------------------------------------------------- 0-9-1: 2 0 0 0 1 14 0-9-2: 2 0 2 0 1 15 0-9-3: 2 0 4 0 1 16 0-9-4: 2 0 6 0 1 17 #---------------------------------------------------------------------