ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
LVL1::EnergyRoI Class Reference

This class defines the Energy ROI which is generated by the Energy Trigger. More...

#include <EnergyRoI.h>

Inheritance diagram for LVL1::EnergyRoI:
Collaboration diagram for LVL1::EnergyRoI:

Public Member Functions

 EnergyRoI (unsigned int word0, unsigned int word1, unsigned int word2)
 
 ~EnergyRoI ()
 
unsigned int roiWord0 () const
 return roi word 0 More...
 
unsigned int roiWord1 () const
 return roi word 1 More...
 
unsigned int roiWord2 () const
 return roi word 2 More...
 

Private Attributes

unsigned int m_roiWord0
 
unsigned int m_roiWord1
 
unsigned int m_roiWord2
 

Detailed Description

This class defines the Energy ROI which is generated by the Energy Trigger.

This is not the final persistent class - use EnergySum_ROI (from RoIB) for analysis, and CMMRoI for bytestream decoding and monitoring.

Author
moyse

Definition at line 31 of file EnergyRoI.h.

Constructor & Destructor Documentation

◆ EnergyRoI()

LVL1::EnergyRoI::EnergyRoI ( unsigned int  word0,
unsigned int  word1,
unsigned int  word2 
)
inline

Definition at line 40 of file EnergyRoI.h.

40  {return m_roiWord2;}
41 private:

◆ ~EnergyRoI()

LVL1::EnergyRoI::~EnergyRoI ( )
inline

Definition at line 44 of file EnergyRoI.h.

Member Function Documentation

◆ roiWord0()

unsigned int LVL1::EnergyRoI::roiWord0 ( ) const
inline

return roi word 0

Definition at line 46 of file EnergyRoI.h.

◆ roiWord1()

unsigned int LVL1::EnergyRoI::roiWord1 ( ) const
inline

return roi word 1

Definition at line 48 of file EnergyRoI.h.

◆ roiWord2()

unsigned int LVL1::EnergyRoI::roiWord2 ( ) const
inline

return roi word 2

Definition at line 50 of file EnergyRoI.h.

Member Data Documentation

◆ m_roiWord0

unsigned int LVL1::EnergyRoI::m_roiWord0
private

Definition at line 52 of file EnergyRoI.h.

◆ m_roiWord1

unsigned int LVL1::EnergyRoI::m_roiWord1
private

Definition at line 53 of file EnergyRoI.h.

◆ m_roiWord2

unsigned int LVL1::EnergyRoI::m_roiWord2
private

Definition at line 54 of file EnergyRoI.h.


The documentation for this class was generated from the following file:
LVL1::EnergyRoI::m_roiWord2
unsigned int m_roiWord2
Definition: EnergyRoI.h:54