Skip to content

Commit

Permalink
replaced AHDC::tdc definition with AHDC::adc
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelladevita committed Nov 5, 2024
1 parent 8707d16 commit 786e829
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions etc/bankdefs/hipo4/data.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
[
{
"name" : "AHDC::tdc",
"name" : "AHDC::adc",
"group": 22400,
"item" : 12,
"info": "TDC bank for the ALERT Wire Chamber",
"item" : 11,
"info": "ADC bank for the ALERT Wire Chamber",
"entries":[
{ "name":"sector" , "type":"B", "info":"sector 1"},
{ "name":"layer" , "type":"B", "info":"layer 1-5"},
{ "name":"component" , "type":"S", "info":"wire number"},
{ "name":"order" , "type":"B", "info":"Stereo angle 0 - in, 1 - out"},
{ "name":"TDC" , "type":"I", "info":"TDC value"}
{ "name":"ADC" , "type":"I", "info":"ADC maximum"},
{ "name":"time" , "type":"F", "info":"time from pulse fit"},
{ "name":"ped" , "type":"S", "info":"pedestal from pulse analysis"}
]
},
{
Expand Down

0 comments on commit 786e829

Please sign in to comment.