9#include <ecl/dataobjects/ECLDsp.h>
10#include <framework/datastore/StoreArray.h>
17 for (
auto& ecl_dsp : ecl_dsp_arr) {
18 if (ecl_dsp.getCellId() == cid)
return &ecl_dsp;
Class to store ECL ShaperDSP waveform ADC data.
static ECLDsp * getByCellID(int cid)
Find ECLDsp by Cell ID using linear search.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.