5 std::vector<uint8_t>
v;
6 v.reserve(range.second - range.first);
8 uint16_t lastStrip = 0;
9 bool firstInloop =
true;
12 if (!firstInloop &&
i->strip() != lastStrip + 1) {
13 for (
int j = 0;
j <
i->strip() - (lastStrip + 1);
j++) {
17 lastStrip =
i->strip();
20 v.push_back(
i->adc());
29 for (
auto i = 0U;
i < asize; ++
i) {
31 suma += amplitudes_[
i];
std::pair< SiStripDigiIter, SiStripDigiIter > SiStripDigiRange
const uint16_t range(const Frame &aFrame)
std::vector< SiStripDigi >::const_iterator SiStripDigiIter
std::vector< uint8_t > amplitudes_
static const uint16_t stripIndexMask