ATLAS Offline Software
Loading...
Searching...
No Matches
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
unsigned int roiWord1 () const
 return roi word 1
unsigned int roiWord2 () const
 return roi word 2

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 26 of file EnergyRoI.h.

Constructor & Destructor Documentation

◆ EnergyRoI()

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

Definition at line 30 of file EnergyRoI.h.

30 :
31 m_roiWord0(word0),m_roiWord1(word1), m_roiWord2(word2) {};
unsigned int m_roiWord0
Definition EnergyRoI.h:42
unsigned int m_roiWord2
Definition EnergyRoI.h:44
unsigned int m_roiWord1
Definition EnergyRoI.h:43

◆ ~EnergyRoI()

LVL1::EnergyRoI::~EnergyRoI ( )
inline

Definition at line 34 of file EnergyRoI.h.

34{};

Member Function Documentation

◆ roiWord0()

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

return roi word 0

Definition at line 36 of file EnergyRoI.h.

36{return m_roiWord0;}

◆ roiWord1()

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

return roi word 1

Definition at line 38 of file EnergyRoI.h.

38{return m_roiWord1;}

◆ roiWord2()

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

return roi word 2

Definition at line 40 of file EnergyRoI.h.

40{return m_roiWord2;}

Member Data Documentation

◆ m_roiWord0

unsigned int LVL1::EnergyRoI::m_roiWord0
private

Definition at line 42 of file EnergyRoI.h.

◆ m_roiWord1

unsigned int LVL1::EnergyRoI::m_roiWord1
private

Definition at line 43 of file EnergyRoI.h.

◆ m_roiWord2

unsigned int LVL1::EnergyRoI::m_roiWord2
private

Definition at line 44 of file EnergyRoI.h.


The documentation for this class was generated from the following file: