34 for (MapType::const_iterator it =
data.begin(); it !=
data.end(); ++it)
35 if (it->second.getChipID() ==
ID)
36 if (it->second.checkFootprint() && it->second.checkCRC())
46 MapType::const_iterator it =
data.find(index);
57 MapType::const_iterator it =
data.begin();
68 MapType::const_iterator it =
data.find(value.first);
78 return (value.second ==
NULL);
const VFATFrame * GetFrameByID(unsigned int ID) const
returns pointer to frame with ID, performs NO duplicity check (if there is precisely one frame with t...
std::pair< TotemFramePosition, const VFATFrame * > value_type
pair: frame DAQ position, frame data
const VFATFrame * GetFrameByIndex(TotemFramePosition index) const
returns frame at given position in Slink frame
Container::value_type value_type
virtual value_type NextIterator(const value_type &) const
shifts the iterator
SimpleVFATFrameCollection()
~SimpleVFATFrameCollection()
virtual bool IsEndIterator(const value_type &) const
checks whether the iterator points over the end of the collection
virtual value_type BeginIterator() const
returns the beginning of the collection
char data[epos_bytes_allocation]