From 786e8296c5ca764dad7493744b5d8a8b2a276640 Mon Sep 17 00:00:00 2001 From: Raffaella De Vita Date: Mon, 4 Nov 2024 11:31:48 -0500 Subject: [PATCH] replaced AHDC::tdc definition with AHDC::adc --- etc/bankdefs/hipo4/data.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/etc/bankdefs/hipo4/data.json b/etc/bankdefs/hipo4/data.json index f203f9757..c65f5c948 100644 --- a/etc/bankdefs/hipo4/data.json +++ b/etc/bankdefs/hipo4/data.json @@ -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"} ] }, {