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

Persistent representation of CTP_RDO. More...

#include <CTP_RDO_p2.h>

Collaboration diagram for CTP_RDO_p2:

Public Member Functions

 CTP_RDO_p2 ()
 

Protected Attributes

uint8_t m_l1AcceptPosition
 
std::vector< uint32_t > m_dataWords
 

Friends

class CTP_RDOCnv_p2
 

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.1
Date
Date
2008-02-28 13:31:46
Author
Wolfgang Ehrenfeld

Definition at line 26 of file CTP_RDO_p2.h.

Constructor & Destructor Documentation

◆ CTP_RDO_p2()

CTP_RDO_p2::CTP_RDO_p2 ( )
inline

Definition at line 39 of file CTP_RDO_p2.h.

41 {
42 }

Friends And Related Function Documentation

◆ CTP_RDOCnv_p2

friend class CTP_RDOCnv_p2
friend

Definition at line 28 of file CTP_RDO_p2.h.

Member Data Documentation

◆ m_dataWords

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

Definition at line 35 of file CTP_RDO_p2.h.

◆ m_l1AcceptPosition

uint8_t CTP_RDO_p2::m_l1AcceptPosition
protected

Definition at line 34 of file CTP_RDO_p2.h.


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