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

Persistent class used by RoIBResult_p1. More...

#include <SubSysResult_p1.h>

Collaboration diagram for SubSysResult_p1:

Public Member Functions

 SubSysResult_p1 ()
 

Protected Attributes

std::vector< uint32_t > m_header
 
std::vector< uint32_t > m_roiWords
 
std::vector< uint32_t > m_trailer
 

Friends

class RoIBResultCnv_p1
 

Detailed Description

Persistent class used by RoIBResult_p1.

   This class is used by the RoIBResult_p1 class to store the
   information about the individual LVL1 sub-systems. Basically
   all the sub-systems send the same kind of information. Some
   header words, then the RoI words and finally some trailer words.
Version
Revision
1.1.1.1
Date
Date
2007-10-12 14:21:02
Author
Attila Krasznahorkay Jr.

Definition at line 27 of file SubSysResult_p1.h.

Constructor & Destructor Documentation

◆ SubSysResult_p1()

SubSysResult_p1::SubSysResult_p1 ( )
inline

Definition at line 41 of file SubSysResult_p1.h.

42  : m_header(), m_roiWords(), m_trailer() {
43 
44 }

Friends And Related Function Documentation

◆ RoIBResultCnv_p1

friend class RoIBResultCnv_p1
friend

Definition at line 29 of file SubSysResult_p1.h.

Member Data Documentation

◆ m_header

std::vector< uint32_t > SubSysResult_p1::m_header
protected

Definition at line 35 of file SubSysResult_p1.h.

◆ m_roiWords

std::vector< uint32_t > SubSysResult_p1::m_roiWords
protected

Definition at line 36 of file SubSysResult_p1.h.

◆ m_trailer

std::vector< uint32_t > SubSysResult_p1::m_trailer
protected

Definition at line 37 of file SubSysResult_p1.h.


The documentation for this class was generated from the following file:
SubSysResult_p1::m_trailer
std::vector< uint32_t > m_trailer
Definition: SubSysResult_p1.h:37
SubSysResult_p1::m_roiWords
std::vector< uint32_t > m_roiWords
Definition: SubSysResult_p1.h:36
SubSysResult_p1::m_header
std::vector< uint32_t > m_header
Definition: SubSysResult_p1.h:35