Skip to content

Commit 786e829

Browse files
replaced AHDC::tdc definition with AHDC::adc
1 parent 8707d16 commit 786e829

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

etc/bankdefs/hipo4/data.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
[
22
{
3-
"name" : "AHDC::tdc",
3+
"name" : "AHDC::adc",
44
"group": 22400,
5-
"item" : 12,
6-
"info": "TDC bank for the ALERT Wire Chamber",
5+
"item" : 11,
6+
"info": "ADC bank for the ALERT Wire Chamber",
77
"entries":[
88
{ "name":"sector" , "type":"B", "info":"sector 1"},
99
{ "name":"layer" , "type":"B", "info":"layer 1-5"},
1010
{ "name":"component" , "type":"S", "info":"wire number"},
1111
{ "name":"order" , "type":"B", "info":"Stereo angle 0 - in, 1 - out"},
12-
{ "name":"TDC" , "type":"I", "info":"TDC value"}
12+
{ "name":"ADC" , "type":"I", "info":"ADC maximum"},
13+
{ "name":"time" , "type":"F", "info":"time from pulse fit"},
14+
{ "name":"ped" , "type":"S", "info":"pedestal from pulse analysis"}
1315
]
1416
},
1517
{

0 commit comments

Comments
 (0)