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;
Class to store ECL digitized hits (output of ECLDigi) relation to ECLHit filled in ecl/modules/eclDig...
static ECLDigit * getByCellID(int cid)
Find ECLDigit by Cell ID using linear search.
Accessor to arrays stored in the data store.
Abstract base class for different kinds of events.