ATLAS Offline Software
Public Member Functions | Protected Attributes | Friends | List of all members
CTP_RDO_p1 Class Reference

Persistent representation of CTP_RDO. More...

#include <CTP_RDO_p1.h>

Collaboration diagram for CTP_RDO_p1:

Public Member Functions

 CTP_RDO_p1 ()
 

Protected Attributes

std::vector< uint32_t > m_dataWords
 

Friends

class CTP_RDOCnv_p1
 

Detailed Description

Persistent representation of CTP_RDO.

   This is the first version of the persistent representation(s)
   of CTP_RDO. It stores the same data as the transient one,
   without having the easy accessor functions.
Version
Revision
1.3
Date
Date
2008-02-28 13:34:26
Author
Attila Krasznahorkay Jr.

Definition at line 26 of file CTP_RDO_p1.h.

Constructor & Destructor Documentation

◆ CTP_RDO_p1()

CTP_RDO_p1::CTP_RDO_p1 ( )
inline

Definition at line 38 of file CTP_RDO_p1.h.

39  : m_dataWords()
40 {
41 }

Friends And Related Function Documentation

◆ CTP_RDOCnv_p1

friend class CTP_RDOCnv_p1
friend

Definition at line 28 of file CTP_RDO_p1.h.

Member Data Documentation

◆ m_dataWords

std::vector< uint32_t > CTP_RDO_p1::m_dataWords
protected

Definition at line 34 of file CTP_RDO_p1.h.


The documentation for this class was generated from the following file:
CTP_RDO_p1::m_dataWords
std::vector< uint32_t > m_dataWords
Definition: CTP_RDO_p1.h:34