ATLAS Offline Software
Public Types | Public Member Functions | Private Attributes | List of all members
PixelRDOElemLinkVec Class Reference

vector containing element links to pixel RDOs More...

#include <PixelRDOElemLinkVec.h>

Collaboration diagram for PixelRDOElemLinkVec:

Public Types

typedef PixelRDO_Container cont_type
 
typedef ElementLink< cont_typeelem_type
 
typedef std::vector< elem_typevec_type
 

Public Member Functions

 PixelRDOElemLinkVec ()
 
const std::vector< elem_type > & pixelRDOs () const
 
std::vector< elem_type > & pixelRDOs ()
 

Private Attributes

std::vector< elem_typem_pixelRDOs
 

Detailed Description

vector containing element links to pixel RDOs

Author
RD Schaffer

Definition at line 39 of file PixelRDOElemLinkVec.h.

Member Typedef Documentation

◆ cont_type

Definition at line 46 of file PixelRDOElemLinkVec.h.

◆ elem_type

Definition at line 47 of file PixelRDOElemLinkVec.h.

◆ vec_type

Definition at line 48 of file PixelRDOElemLinkVec.h.

Constructor & Destructor Documentation

◆ PixelRDOElemLinkVec()

PixelRDOElemLinkVec::PixelRDOElemLinkVec ( )
inline

Definition at line 67 of file PixelRDOElemLinkVec.h.

68 {}

Member Function Documentation

◆ pixelRDOs() [1/2]

std::vector< PixelRDOElemLinkVec::elem_type > & PixelRDOElemLinkVec::pixelRDOs ( )
inline

Definition at line 72 of file PixelRDOElemLinkVec.h.

73 {
74  return m_pixelRDOs;
75 }

◆ pixelRDOs() [2/2]

const std::vector< PixelRDOElemLinkVec::elem_type > & PixelRDOElemLinkVec::pixelRDOs ( ) const
inline

Definition at line 79 of file PixelRDOElemLinkVec.h.

80 {
81  return m_pixelRDOs;
82 }

Member Data Documentation

◆ m_pixelRDOs

std::vector<elem_type> PixelRDOElemLinkVec::m_pixelRDOs
private

Definition at line 57 of file PixelRDOElemLinkVec.h.


The documentation for this class was generated from the following file:
PixelRDOElemLinkVec::m_pixelRDOs
std::vector< elem_type > m_pixelRDOs
Definition: PixelRDOElemLinkVec.h:57