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

Persistent representation of ROIB::RoIBResult. More...

#include <RoIBResult_p1.h>

Collaboration diagram for RoIBResult_p1:

Public Member Functions

 RoIBResult_p1 ()
 

Protected Attributes

SubSysResult_p1 m_muctpi
 
SubSysResult_p1 m_ctp
 
std::vector< SubSysResult_p1m_jetenergy
 
std::vector< SubSysResult_p1m_emtau
 

Friends

class RoIBResultCnv_p1
 

Detailed Description

Persistent representation of ROIB::RoIBResult.

   This is the first version of the persistent representation(s)
   of ROIB::RoIBResult. It was designed in a much simpler way than
   the transient version, since easy access to the data is not
   a priority here. It uses the SubSysResult_p1 class for storing
   the RoIs of all the individual LVL1 sub-systems.
Version
Revision
1.1.1.1
Date
Date
2007-10-12 14:21:02
Author
Attila Krasznahorkay Jr.

Definition at line 30 of file RoIBResult_p1.h.

Constructor & Destructor Documentation

◆ RoIBResult_p1()

RoIBResult_p1::RoIBResult_p1 ( )
inline

Definition at line 45 of file RoIBResult_p1.h.

46  : m_muctpi(), m_ctp(), m_jetenergy(), m_emtau() {
47 
48 }

Friends And Related Function Documentation

◆ RoIBResultCnv_p1

friend class RoIBResultCnv_p1
friend

Definition at line 32 of file RoIBResult_p1.h.

Member Data Documentation

◆ m_ctp

SubSysResult_p1 RoIBResult_p1::m_ctp
protected

Definition at line 39 of file RoIBResult_p1.h.

◆ m_emtau

std::vector< SubSysResult_p1 > RoIBResult_p1::m_emtau
protected

Definition at line 41 of file RoIBResult_p1.h.

◆ m_jetenergy

std::vector< SubSysResult_p1 > RoIBResult_p1::m_jetenergy
protected

Definition at line 40 of file RoIBResult_p1.h.

◆ m_muctpi

SubSysResult_p1 RoIBResult_p1::m_muctpi
protected

Definition at line 38 of file RoIBResult_p1.h.


The documentation for this class was generated from the following file:
RoIBResult_p1::m_ctp
SubSysResult_p1 m_ctp
Definition: RoIBResult_p1.h:39
RoIBResult_p1::m_muctpi
SubSysResult_p1 m_muctpi
Definition: RoIBResult_p1.h:38
RoIBResult_p1::m_emtau
std::vector< SubSysResult_p1 > m_emtau
Definition: RoIBResult_p1.h:41
RoIBResult_p1::m_jetenergy
std::vector< SubSysResult_p1 > m_jetenergy
Definition: RoIBResult_p1.h:40