Skip to content

Commit

Permalink
add linking variable
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell authored and raffaelladevita committed Jan 17, 2025
1 parent c114ed2 commit e3bb1a0
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions etc/bankdefs/hipo4/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,15 +144,16 @@
"name" : "AHDC::adc",
"group": 22400,
"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":"ADC" , "type":"I", "info":"ADC maximum"},
{ "name":"time" , "type":"F", "info":"time from pulse fit"},
{ "name":"ped" , "type":"S", "info":"pedestal from pulse analysis"}
"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":"ADC" , "type":"I", "info":"ADC maximum"},
{ "name":"time" , "type":"F", "info":"time from pulse fit"},
{ "name":"ped" , "type":"S", "info":"pedestal from pulse analysis"},
{ "name":"id" , "type":"S", "info":"pointer to row in waveform bank"}
]
},
{
Expand Down

0 comments on commit e3bb1a0

Please sign in to comment.