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

This class defines the reconstructed jetEt ROI. More...

#include <RecJetEtRoI.h>

Collaboration diagram for LVL1::RecJetEtRoI:

Public Member Functions

 RecJetEtRoI ()
 
 RecJetEtRoI (unsigned int RoIWord)
 
 ~RecJetEtRoI ()
 
void construct (unsigned int RoIWord)
 
unsigned int roiWord () const
 returns roi word More...
 

Private Attributes

unsigned int m_roiWord { 0 }
 roiWord - defined as 0010 | 24*0 | 4b Jet ET More...
 
unsigned int m_energy { 0 }
 4b word that contains JetET energy (in GeV) More...
 

Detailed Description

This class defines the reconstructed jetEt ROI.

It is generated from the Slink output of TrigT1Calo

Author
Edward Moyse

Definition at line 31 of file RecJetEtRoI.h.

Constructor & Destructor Documentation

◆ RecJetEtRoI() [1/2]

LVL1::RecJetEtRoI::RecJetEtRoI ( )
inline

Definition at line 40 of file RecJetEtRoI.h.

42 :

◆ RecJetEtRoI() [2/2]

LVL1::RecJetEtRoI::RecJetEtRoI ( unsigned int  RoIWord)

Definition at line 24 of file RecJetEtRoI.cxx.

25  {
26 
27  }
28 

◆ ~RecJetEtRoI()

LVL1::RecJetEtRoI::~RecJetEtRoI ( )

Definition at line 30 of file RecJetEtRoI.cxx.

Member Function Documentation

◆ construct()

void LVL1::RecJetEtRoI::construct ( unsigned int  RoIWord)

Definition at line 34 of file RecJetEtRoI.cxx.

41  {
42 
43  return m_roiWord;
44 

◆ roiWord()

unsigned int LVL1::RecJetEtRoI::roiWord ( ) const

returns roi word

Definition at line 46 of file RecJetEtRoI.cxx.

Member Data Documentation

◆ m_energy

unsigned int LVL1::RecJetEtRoI::m_energy { 0 }
private

4b word that contains JetET energy (in GeV)

Definition at line 57 of file RecJetEtRoI.h.

◆ m_roiWord

unsigned int LVL1::RecJetEtRoI::m_roiWord { 0 }
private

roiWord - defined as 0010 | 24*0 | 4b Jet ET

Definition at line 55 of file RecJetEtRoI.h.


The documentation for this class was generated from the following files:
LVL1::RecJetEtRoI::m_roiWord
unsigned int m_roiWord
roiWord - defined as 0010 | 24*0 | 4b Jet ET
Definition: RecJetEtRoI.h:55