Skip to content

Commit a25a4d1

Browse files
authored
Merge pull request #23 from baltzell/development
fix bad merge conflict
2 parents 9abc31a + 3867efe commit a25a4d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/decode/CLASDecoder4.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ public Event getDataEvent(){
443443
Event event = new Event();
444444

445445
String[] wfBankNames = new String[]{"AHDC::wf"};
446+
DetectorType[] wfBankTypes = new DetectorType[]{DetectorType.AHDC};
446447
String[] adcBankNames = new String[]{"FTOF::adc","ECAL::adc","FTCAL::adc",
447448
"FTHODO::adc", "FTTRK::adc",
448449
"HTCC::adc","BST::adc","CTOF::adc",

0 commit comments

Comments
 (0)