CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Attributes | Friends
PacketData Class Reference

#include <MP7PacketReader.h>

Public Types

typedef std::vector< Packet >
::const_iterator 
const_iterator
 

Public Member Functions

const_iterator begin () const
 
const_iterator end () const
 
const std::string & name () const
 
size_t size () const
 

Private Attributes

std::string name_
 
std::vector< Packetpackets_
 

Friends

class MP7PacketReader
 

Detailed Description

Definition at line 25 of file MP7PacketReader.h.

Member Typedef Documentation

Definition at line 30 of file MP7PacketReader.h.

Member Function Documentation

const_iterator PacketData::begin ( void  ) const
inline

Definition at line 32 of file MP7PacketReader.h.

References packets_.

Referenced by l1t::MP7BufferDumpToRaw::getBlocks().

32 { return packets_.begin(); }
std::vector< Packet > packets_
const_iterator PacketData::end ( void  ) const
inline

Definition at line 34 of file MP7PacketReader.h.

References packets_.

Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().

34 { return packets_.end(); }
std::vector< Packet > packets_
const std::string& PacketData::name ( void  ) const
inline
size_t PacketData::size ( void  ) const
inline

Definition at line 36 of file MP7PacketReader.h.

References packets_.

36 { return packets_.size(); }
std::vector< Packet > packets_

Friends And Related Function Documentation

friend class MP7PacketReader
friend

Definition at line 43 of file MP7PacketReader.h.

Member Data Documentation

std::string PacketData::name_
private

Definition at line 40 of file MP7PacketReader.h.

Referenced by MP7PacketReader::load(), and name().

std::vector<Packet> PacketData::packets_
private

Definition at line 41 of file MP7PacketReader.h.

Referenced by begin(), end(), MP7PacketReader::load(), and size().