ATLAS Offline Software
Loading...
Searching...
No Matches
TileRawChannelContainer_p1 Class Reference

#include <TileRawChannelContainer_p1.h>

Collaboration diagram for TileRawChannelContainer_p1:

Public Types

typedef std::vector< TileRawChannel_p1ElemVector
 typedefs
typedef ElemVector::const_iterator const_iterator
typedef ElemVector::iterator iterator

Public Member Functions

 TileRawChannelContainer_p1 ()
 Default constructor.
const std::vector< unsigned int > & getParam () const
const ElemVectorgetVector () const
void clear ()
void reserve (unsigned int size1, unsigned int size2)
void push_back_param (unsigned int param)
TileRawChannel_p1newElem ()

Private Attributes

std::vector< unsigned int > m_param
std::vector< TileRawChannel_p1m_cont

Detailed Description

Definition at line 18 of file TileRawChannelContainer_p1.h.

Member Typedef Documentation

◆ const_iterator

typedef ElemVector::const_iterator TileRawChannelContainer_p1::const_iterator

Definition at line 23 of file TileRawChannelContainer_p1.h.

◆ ElemVector

typedefs

Definition at line 22 of file TileRawChannelContainer_p1.h.

◆ iterator

typedef ElemVector::iterator TileRawChannelContainer_p1::iterator

Definition at line 24 of file TileRawChannelContainer_p1.h.

Constructor & Destructor Documentation

◆ TileRawChannelContainer_p1()

TileRawChannelContainer_p1::TileRawChannelContainer_p1 ( )
inline

Default constructor.

Definition at line 27 of file TileRawChannelContainer_p1.h.

27: m_param(), m_cont() {}
std::vector< unsigned int > m_param
std::vector< TileRawChannel_p1 > m_cont

Member Function Documentation

◆ clear()

void TileRawChannelContainer_p1::clear ( )
inline

Definition at line 34 of file TileRawChannelContainer_p1.h.

34{m_param.clear(); m_cont.clear(); }

◆ getParam()

const std::vector< unsigned int > & TileRawChannelContainer_p1::getParam ( ) const
inline

Definition at line 30 of file TileRawChannelContainer_p1.h.

30{return m_param;}

◆ getVector()

const ElemVector & TileRawChannelContainer_p1::getVector ( ) const
inline

Definition at line 31 of file TileRawChannelContainer_p1.h.

31{return m_cont;}

◆ newElem()

TileRawChannel_p1 * TileRawChannelContainer_p1::newElem ( )
inline

Definition at line 39 of file TileRawChannelContainer_p1.h.

39{ m_cont.push_back(TileRawChannel_p1()); return &m_cont.back(); }

◆ push_back_param()

void TileRawChannelContainer_p1::push_back_param ( unsigned int param)
inline

Definition at line 38 of file TileRawChannelContainer_p1.h.

38{m_param.push_back(param); }

◆ reserve()

void TileRawChannelContainer_p1::reserve ( unsigned int size1,
unsigned int size2 )
inline

Definition at line 35 of file TileRawChannelContainer_p1.h.

35{ m_param.reserve(size1); m_cont.reserve(size2); }

Member Data Documentation

◆ m_cont

std::vector<TileRawChannel_p1> TileRawChannelContainer_p1::m_cont
private

Definition at line 43 of file TileRawChannelContainer_p1.h.

◆ m_param

std::vector<unsigned int> TileRawChannelContainer_p1::m_param
private

Definition at line 42 of file TileRawChannelContainer_p1.h.


The documentation for this class was generated from the following file: