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;
static ECLDsp * getByCellID(int cid)
Find ECLDsp by Cell ID using linear search.
ECLDsp()
default constructor for ROOT
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.