Skip to content

Commit

Permalink
go to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell authored and raffaelladevita committed Jan 17, 2025
1 parent eb62c86 commit c114ed2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ public List<DetectorDataDgtz> getEntriesSCALER(DetectorType type,
}

public void extractPulses(Event event) {
ahdcExtractor.update(6, null, event, schemaFactory, "AHDC::wf", "AHDC::adc");
ahdcExtractor.update(128, null, event, schemaFactory, "AHDC::wf", "AHDC::adc");
}

public Bank getDataBankWF(String name, DetectorType type) {
Expand Down

0 comments on commit c114ed2

Please sign in to comment.