|
1 | 1 | [ |
| 2 | + { |
| 3 | + "name" : "AHDC::wf", |
| 4 | + "group": 22400, |
| 5 | + "item" : 10, |
| 6 | + "info": "Waveform bank for the AHDC", |
| 7 | + "entries":[ |
| 8 | + { "name":"sector" , "type":"B", "info":"sector"}, |
| 9 | + { "name":"layer" , "type":"B", "info":"layer (1-6)"}, |
| 10 | + { "name":"component" , "type":"S", "info":"strips"}, |
| 11 | + { "name":"order" , "type":"B", "info":"order: 0 - ADCL , 1 - ADCR"}, |
| 12 | + { "name":"timestamp" , "type":"L", "info":"timestamp"}, |
| 13 | + { "name":"s1" , "type":"S", "info":"sample #1"}, |
| 14 | + { "name":"s2" , "type":"S", "info":"sample #2"}, |
| 15 | + { "name":"s3" , "type":"S", "info":"sample #3"}, |
| 16 | + { "name":"s4" , "type":"S", "info":"sample #4"}, |
| 17 | + { "name":"s5" , "type":"S", "info":"sample #5"}, |
| 18 | + { "name":"s6" , "type":"S", "info":"sample #6"} |
| 19 | + ] |
| 20 | + }, |
2 | 21 | { |
3 | 22 | "name" : "AHDC::adc", |
4 | 23 | "group": 22400, |
|
42 | 61 | { "name":"time" , "type":"F", "info":"time from pulse fit"}, |
43 | 62 | { "name":"ped" , "type":"S", "info":"pedestal from pulse analysis"}, |
44 | 63 | { "name":"integral" , "type":"I", "info":"ADC integral (sum over the pulse)"}, |
45 | | - { "name":"timestamp" , "type":"L", "info":"timestamp"}, |
46 | | - { "name":"id" , "type":"S", "info":"link to BMT::wf"} |
47 | | - ] |
48 | | - }, |
49 | | - { |
50 | | - "name" : "BMT::wf", |
51 | | - "group": 20100, |
52 | | - "item" : 12, |
53 | | - "info": "WF bank for the Barrel MicroMegas Tracker", |
54 | | - "entries":[ |
55 | | - { "name":"sector" , "type":"B", "info":"sector"}, |
56 | | - { "name":"layer" , "type":"B", "info":"layer (1-6)"}, |
57 | | - { "name":"component" , "type":"S", "info":"strips"}, |
58 | | - { "name":"order" , "type":"B", "info":"order: 0 - ADCL , 1 - ADCR"}, |
59 | | - { "name":"timestamp" , "type":"L", "info":"timestamp"}, |
60 | | - { "name":"s1" , "type":"S", "info":"sample #1"}, |
61 | | - { "name":"s2" , "type":"S", "info":"sample #2"}, |
62 | | - { "name":"s3" , "type":"S", "info":"sample #3"}, |
63 | | - { "name":"s4" , "type":"S", "info":"sample #4"}, |
64 | | - { "name":"s5" , "type":"S", "info":"sample #5"}, |
65 | | - { "name":"s6" , "type":"S", "info":"sample #6"} |
| 64 | + { "name":"timestamp" , "type":"L", "info":"timestamp"} |
66 | 65 | ] |
67 | 66 | }, |
68 | 67 | { |
|
0 commit comments