9#include <ecl/dataobjects/ECLDigit.h>
10#include <framework/datastore/StoreArray.h>
17 for (
auto& ecl_dig : ecl_digits_arr) {
18 if (ecl_dig.getCellId() == cid)
return &ecl_dig;
static ECLDigit * getByCellID(int cid)
Find ECLDigit by Cell ID using linear search.
ECLDigit()
default constructor for ROOT
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.