ATLAS Offline Software
|
This class defines the reconstructed jetEt ROI. More...
#include <RecJetEtRoI.h>
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... | |
This class defines the reconstructed jetEt ROI.
It is generated from the Slink output of TrigT1Calo
Definition at line 31 of file RecJetEtRoI.h.
|
inline |
Definition at line 40 of file RecJetEtRoI.h.
LVL1::RecJetEtRoI::RecJetEtRoI | ( | unsigned int | RoIWord | ) |
Definition at line 24 of file RecJetEtRoI.cxx.
LVL1::RecJetEtRoI::~RecJetEtRoI | ( | ) |
Definition at line 30 of file RecJetEtRoI.cxx.
void LVL1::RecJetEtRoI::construct | ( | unsigned int | RoIWord | ) |
Definition at line 34 of file RecJetEtRoI.cxx.
unsigned int LVL1::RecJetEtRoI::roiWord | ( | ) | const |
returns roi word
Definition at line 46 of file RecJetEtRoI.cxx.
|
private |
4b word that contains JetET energy (in GeV)
Definition at line 57 of file RecJetEtRoI.h.
|
private |
roiWord - defined as 0010 | 24*0 | 4b Jet ET
Definition at line 55 of file RecJetEtRoI.h.