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

Persistent representation of LVL1_ROI. More...

#include <LVL1_ROI_p1.h>

Collaboration diagram for LVL1_ROI_p1:

Public Member Functions

 LVL1_ROI_p1 ()
 

Protected Attributes

std::vector< Muon_ROI_p1m_muonROIs
 
std::vector< Jet_ROI_p1m_jetROIs
 
std::vector< JetET_ROI_p1m_jetetROIs
 
std::vector< EmTau_ROI_p1m_emtauROIs
 
std::vector< EnergySum_ROI_p1m_energysumROIs
 

Friends

class LVL1_ROICnv_p1
 

Detailed Description

Persistent representation of LVL1_ROI.

   This is the first version of the persistent representation(s) of LVL1_ROI.
   Just as the original, it holds five vectors of the different RoI types.
Version
Revision
1.1
Date
Date
2007-07-10 17:11:13
Author
Attila Krasznahorkay Jr.

Definition at line 31 of file LVL1_ROI_p1.h.

Constructor & Destructor Documentation

◆ LVL1_ROI_p1()

LVL1_ROI_p1::LVL1_ROI_p1 ( )
inline

Definition at line 47 of file LVL1_ROI_p1.h.

48  : m_muonROIs( 0 ), m_jetROIs( 0 ), m_jetetROIs( 0 ), m_emtauROIs( 0 ), m_energysumROIs( 0 ) {
49 
50 }

Friends And Related Function Documentation

◆ LVL1_ROICnv_p1

friend class LVL1_ROICnv_p1
friend

Definition at line 33 of file LVL1_ROI_p1.h.

Member Data Documentation

◆ m_emtauROIs

std::vector< EmTau_ROI_p1 > LVL1_ROI_p1::m_emtauROIs
protected

Definition at line 42 of file LVL1_ROI_p1.h.

◆ m_energysumROIs

std::vector< EnergySum_ROI_p1 > LVL1_ROI_p1::m_energysumROIs
protected

Definition at line 43 of file LVL1_ROI_p1.h.

◆ m_jetetROIs

std::vector< JetET_ROI_p1 > LVL1_ROI_p1::m_jetetROIs
protected

Definition at line 41 of file LVL1_ROI_p1.h.

◆ m_jetROIs

std::vector< Jet_ROI_p1 > LVL1_ROI_p1::m_jetROIs
protected

Definition at line 40 of file LVL1_ROI_p1.h.

◆ m_muonROIs

std::vector< Muon_ROI_p1 > LVL1_ROI_p1::m_muonROIs
protected

Definition at line 39 of file LVL1_ROI_p1.h.


The documentation for this class was generated from the following file:
LVL1_ROI_p1::m_energysumROIs
std::vector< EnergySum_ROI_p1 > m_energysumROIs
Definition: LVL1_ROI_p1.h:43
LVL1_ROI_p1::m_jetROIs
std::vector< Jet_ROI_p1 > m_jetROIs
Definition: LVL1_ROI_p1.h:40
LVL1_ROI_p1::m_muonROIs
std::vector< Muon_ROI_p1 > m_muonROIs
Definition: LVL1_ROI_p1.h:39
LVL1_ROI_p1::m_emtauROIs
std::vector< EmTau_ROI_p1 > m_emtauROIs
Definition: LVL1_ROI_p1.h:42
LVL1_ROI_p1::m_jetetROIs
std::vector< JetET_ROI_p1 > m_jetetROIs
Definition: LVL1_ROI_p1.h:41