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

Persistent representation of Jet_ROI. More...

#include <Jet_ROI_p1.h>

Collaboration diagram for Jet_ROI_p1:

Public Member Functions

 Jet_ROI_p1 ()
 

Protected Attributes

UInt_t m_roiWord
 
Float_t m_eta
 
Float_t m_phi
 
Float_t m_ET4x4
 
Float_t m_ET6x6
 
Float_t m_ET8x8
 
std::vector< std::string > m_thresholdNames
 
std::vector< Float_t > m_thresholdValues
 

Friends

class LVL1_ROICnv_p1
 

Detailed Description

Persistent representation of Jet_ROI.

   This is the first version of the persistent representation(s) of Jet_ROI.
   Nothing fancy, just the original object with ROOT typedefed variables.
Version
Revision
1.1
Date
Date
2007-07-10 17:11:13
Author
Attila Krasznahorkay Jr.

Definition at line 26 of file Jet_ROI_p1.h.

Constructor & Destructor Documentation

◆ Jet_ROI_p1()

Jet_ROI_p1::Jet_ROI_p1 ( )
inline

Definition at line 47 of file Jet_ROI_p1.h.

48  : m_roiWord( 0 ), m_eta( 0.0 ), m_phi( 0.0 ), m_ET4x4( 0.0 ), m_ET6x6( 0.0 ), m_ET8x8( 0.0 ),
50 
51 }

Friends And Related Function Documentation

◆ LVL1_ROICnv_p1

friend class LVL1_ROICnv_p1
friend

Definition at line 28 of file Jet_ROI_p1.h.

Member Data Documentation

◆ m_ET4x4

Float_t Jet_ROI_p1::m_ET4x4
protected

Definition at line 38 of file Jet_ROI_p1.h.

◆ m_ET6x6

Float_t Jet_ROI_p1::m_ET6x6
protected

Definition at line 39 of file Jet_ROI_p1.h.

◆ m_ET8x8

Float_t Jet_ROI_p1::m_ET8x8
protected

Definition at line 40 of file Jet_ROI_p1.h.

◆ m_eta

Float_t Jet_ROI_p1::m_eta
protected

Definition at line 36 of file Jet_ROI_p1.h.

◆ m_phi

Float_t Jet_ROI_p1::m_phi
protected

Definition at line 37 of file Jet_ROI_p1.h.

◆ m_roiWord

UInt_t Jet_ROI_p1::m_roiWord
protected

Definition at line 34 of file Jet_ROI_p1.h.

◆ m_thresholdNames

std::vector< std::string > Jet_ROI_p1::m_thresholdNames
protected

Definition at line 42 of file Jet_ROI_p1.h.

◆ m_thresholdValues

std::vector< Float_t > Jet_ROI_p1::m_thresholdValues
protected

Definition at line 43 of file Jet_ROI_p1.h.


The documentation for this class was generated from the following file:
Jet_ROI_p1::m_thresholdValues
std::vector< Float_t > m_thresholdValues
Definition: Jet_ROI_p1.h:43
Jet_ROI_p1::m_ET4x4
Float_t m_ET4x4
Definition: Jet_ROI_p1.h:38
Jet_ROI_p1::m_ET8x8
Float_t m_ET8x8
Definition: Jet_ROI_p1.h:40
Jet_ROI_p1::m_ET6x6
Float_t m_ET6x6
Definition: Jet_ROI_p1.h:39
Jet_ROI_p1::m_thresholdNames
std::vector< std::string > m_thresholdNames
Definition: Jet_ROI_p1.h:42
Jet_ROI_p1::m_roiWord
UInt_t m_roiWord
Definition: Jet_ROI_p1.h:34
Jet_ROI_p1::m_phi
Float_t m_phi
Definition: Jet_ROI_p1.h:37
Jet_ROI_p1::m_eta
Float_t m_eta
Definition: Jet_ROI_p1.h:36