11 #ifndef EventFilter_CTPPSRawToDigi_SimpleVFATFrameCollection 12 #define EventFilter_CTPPSRawToDigi_SimpleVFATFrameCollection 24 typedef std::map<TotemFramePosition, VFATFrame>
MapType;
39 unsigned int Size()
const override 46 return (data.empty());
51 data.insert({
index, frame});
unsigned int Size() const override
return the number of VFAT frames in the collection
const VFATFrame * GetFrameByIndex(TotemFramePosition index) const override
returns frame at given position in Slink frame
std::pair< TotemFramePosition, const VFATFrame * > value_type
pair: frame DAQ position, frame data
bool Empty() const override
returns whether the collection is empty
std::map< TotemFramePosition, VFATFrame > MapType
void Clear()
cleans completely the collection
value_type NextIterator(const value_type &) const override
shifts the iterator
const VFATFrame * GetFrameByID(unsigned int ID) const override
returns pointer to frame with ID, performs NO duplicity check (if there is precisely one frame with t...
VFATFrame * InsertEmptyFrame(TotemFramePosition index)
inserts an empty (default) frame to the given position and returns pointer to the frame ...
bool IsEndIterator(const value_type &) const override
checks whether the iterator points over the end of the collection
SimpleVFATFrameCollection()
value_type BeginIterator() const override
returns the beginning of the collection
~SimpleVFATFrameCollection() override
void Insert(const TotemFramePosition &index, const VFATFrame &frame)