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

Persistent representation of JetET_ROI. More...

#include <JetET_ROI_p1.h>

Collaboration diagram for JetET_ROI_p1:

Public Member Functions

 JetET_ROI_p1 ()
 

Protected Attributes

UInt_t m_roiWord
 
std::vector< std::string > m_thresholds
 

Friends

class LVL1_ROICnv_p1
 

Detailed Description

Persistent representation of JetET_ROI.

   This is the first version of the persistent representation(s) of JetET_ROI.
   It's a very simple class, holding the same variables as the original.
Version
Revision
1.1
Date
Date
2007-07-10 17:11:13
Author
Attila Krasznahorkay Jr.

Definition at line 26 of file JetET_ROI_p1.h.

Constructor & Destructor Documentation

◆ JetET_ROI_p1()

JetET_ROI_p1::JetET_ROI_p1 ( )
inline

Definition at line 40 of file JetET_ROI_p1.h.

41  : m_roiWord( 0 ), m_thresholds( 0 ) {
42 
43 }

Friends And Related Function Documentation

◆ LVL1_ROICnv_p1

friend class LVL1_ROICnv_p1
friend

Definition at line 28 of file JetET_ROI_p1.h.

Member Data Documentation

◆ m_roiWord

UInt_t JetET_ROI_p1::m_roiWord
protected

Definition at line 34 of file JetET_ROI_p1.h.

◆ m_thresholds

std::vector< std::string > JetET_ROI_p1::m_thresholds
protected

Definition at line 36 of file JetET_ROI_p1.h.


The documentation for this class was generated from the following file:
JetET_ROI_p1::m_roiWord
UInt_t m_roiWord
Definition: JetET_ROI_p1.h:34
JetET_ROI_p1::m_thresholds
std::vector< std::string > m_thresholds
Definition: JetET_ROI_p1.h:36