Skip to content

Commit c114ed2

Browse files
baltzellraffaelladevita
authored andcommitted
go to 128
1 parent eb62c86 commit c114ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public List<DetectorDataDgtz> getEntriesSCALER(DetectorType type,
248248
}
249249

250250
public void extractPulses(Event event) {
251-
ahdcExtractor.update(6, null, event, schemaFactory, "AHDC::wf", "AHDC::adc");
251+
ahdcExtractor.update(128, null, event, schemaFactory, "AHDC::wf", "AHDC::adc");
252252
}
253253

254254
public Bank getDataBankWF(String name, DetectorType type) {

0 commit comments

Comments
 (0)