5#ifndef AFP_RAWCOLLECTION_H
6#define AFP_RAWCOLLECTION_H
12template <
typename RAWDATA_T>
Class represnting header record in bytestream.
Class representing collection of silicon detector data.
std::list< RAWDATA_T >::iterator begin()
Returns iterators to the beginning and end of the list.
const std::list< RAWDATA_T > & dataRecords() const
RAWDATA_T & newDataRecord()
Creates a new empty data record in the collection and returns reference to it.
std::list< RAWDATA_T >::iterator end()
std::list< AFP_SiRawData > m_dataRecords