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

Persistent representation of EnergySum_ROI. More...

#include <EnergySum_ROI_p1.h>

Collaboration diagram for EnergySum_ROI_p1:

Public Member Functions

 EnergySum_ROI_p1 ()
 

Protected Attributes

UInt_t m_roiWord0
 
UInt_t m_roiWord1
 
UInt_t m_roiWord2
 
Float_t m_energyX
 
Float_t m_energyY
 
Float_t m_energyT
 
std::vector< std::string > m_thresholds
 

Friends

class LVL1_ROICnv_p1
 

Detailed Description

Persistent representation of EnergySum_ROI.

   This is the first version of the persistent representation(s) of EnergySum_ROI.
   It's basically the same as the original without the accessor functions.
Version
Revision
1.1
Date
Date
2007-07-10 17:11:13
Author
Attila Krasznahorkay Jr.

Definition at line 26 of file EnergySum_ROI_p1.h.

Constructor & Destructor Documentation

◆ EnergySum_ROI_p1()

EnergySum_ROI_p1::EnergySum_ROI_p1 ( )
inline

Definition at line 46 of file EnergySum_ROI_p1.h.

47  : m_roiWord0( 0 ), m_roiWord1( 0 ), m_roiWord2( 0 ), m_energyX( 0.0 ), m_energyY( 0.0 ), m_energyT( 0.0 ),
48  m_thresholds( 0 ) {
49 
50 }

Friends And Related Function Documentation

◆ LVL1_ROICnv_p1

friend class LVL1_ROICnv_p1
friend

Definition at line 28 of file EnergySum_ROI_p1.h.

Member Data Documentation

◆ m_energyT

Float_t EnergySum_ROI_p1::m_energyT
protected

Definition at line 40 of file EnergySum_ROI_p1.h.

◆ m_energyX

Float_t EnergySum_ROI_p1::m_energyX
protected

Definition at line 38 of file EnergySum_ROI_p1.h.

◆ m_energyY

Float_t EnergySum_ROI_p1::m_energyY
protected

Definition at line 39 of file EnergySum_ROI_p1.h.

◆ m_roiWord0

UInt_t EnergySum_ROI_p1::m_roiWord0
protected

Definition at line 34 of file EnergySum_ROI_p1.h.

◆ m_roiWord1

UInt_t EnergySum_ROI_p1::m_roiWord1
protected

Definition at line 35 of file EnergySum_ROI_p1.h.

◆ m_roiWord2

UInt_t EnergySum_ROI_p1::m_roiWord2
protected

Definition at line 36 of file EnergySum_ROI_p1.h.

◆ m_thresholds

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

Definition at line 42 of file EnergySum_ROI_p1.h.


The documentation for this class was generated from the following file:
EnergySum_ROI_p1::m_energyT
Float_t m_energyT
Definition: EnergySum_ROI_p1.h:40
EnergySum_ROI_p1::m_roiWord1
UInt_t m_roiWord1
Definition: EnergySum_ROI_p1.h:35
EnergySum_ROI_p1::m_roiWord0
UInt_t m_roiWord0
Definition: EnergySum_ROI_p1.h:34
EnergySum_ROI_p1::m_energyY
Float_t m_energyY
Definition: EnergySum_ROI_p1.h:39
EnergySum_ROI_p1::m_roiWord2
UInt_t m_roiWord2
Definition: EnergySum_ROI_p1.h:36
EnergySum_ROI_p1::m_energyX
Float_t m_energyX
Definition: EnergySum_ROI_p1.h:38
EnergySum_ROI_p1::m_thresholds
std::vector< std::string > m_thresholds
Definition: EnergySum_ROI_p1.h:42