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