ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1::JetEtRoI Class Reference

This class defines the ROI which is generated by the Jet ET sum Trigger. More...

#include <JetEtRoI.h>

Inheritance diagram for LVL1::JetEtRoI:
Collaboration diagram for LVL1::JetEtRoI:

Public Member Functions

 JetEtRoI (unsigned int word, unsigned int jetEt)
 ~JetEtRoI ()
unsigned int roiWord () const
 return roi word
unsigned int jetEt () const
 return result of Et estimation
unsigned int hits () const
 return hit vector

Private Attributes

unsigned int m_roiWord
unsigned int m_Et
unsigned int m_hits

Detailed Description

This class defines the ROI which is generated by the Jet ET sum Trigger.

Author
Alan Watson

Definition at line 27 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h.

Constructor & Destructor Documentation

◆ JetEtRoI()

LVL1::JetEtRoI::JetEtRoI ( unsigned int word,
unsigned int jetEt )
inline

◆ ~JetEtRoI()

LVL1::JetEtRoI::~JetEtRoI ( )
inline

Member Function Documentation

◆ hits()

unsigned int LVL1::JetEtRoI::hits ( ) const
inline

return hit vector

Definition at line 44 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h.

44{return m_hits;}

◆ jetEt()

unsigned int LVL1::JetEtRoI::jetEt ( ) const
inline

return result of Et estimation

Definition at line 42 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h.

42{return m_Et;}

◆ roiWord()

unsigned int LVL1::JetEtRoI::roiWord ( ) const
inline

return roi word

Definition at line 40 of file Trigger/TrigT1/TrigT1CaloEvent/TrigT1CaloEvent/JetEtRoI.h.

40{return m_roiWord;}

Member Data Documentation

◆ m_Et

unsigned int LVL1::JetEtRoI::m_Et
private

◆ m_hits

unsigned int LVL1::JetEtRoI::m_hits
private

◆ m_roiWord

unsigned int LVL1::JetEtRoI::m_roiWord
private

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