ATLAS Offline Software
Loading...
Searching...
No Matches
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

Private Attributes

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

Detailed Description

This class defines the reconstructed jetEt ROI.

It is generated from the Slink output of TrigT1Calo

Author
Edward Moyse

Definition at line 26 of file RecJetEtRoI.h.

Constructor & Destructor Documentation

◆ RecJetEtRoI() [1/2]

LVL1::RecJetEtRoI::RecJetEtRoI ( )
inline

Definition at line 30 of file RecJetEtRoI.h.

30{}

◆ RecJetEtRoI() [2/2]

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

Definition at line 19 of file RecJetEtRoI.cxx.

19 {
20
21 this->construct( RoIWord );
22
23 }
void construct(unsigned int RoIWord)

◆ ~RecJetEtRoI()

LVL1::RecJetEtRoI::~RecJetEtRoI ( )

Definition at line 25 of file RecJetEtRoI.cxx.

25 {
26
27 }

Member Function Documentation

◆ construct()

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

Definition at line 29 of file RecJetEtRoI.cxx.

29 {
30
31 m_roiWord = RoIWord;
32 m_energy = 0;
33
34 JetEtRoIDecoder get;
35 m_energy = get.energy( m_roiWord );
36
37 return;
38
39 }
unsigned int m_roiWord
roiWord - defined as 0010 | 24*0 | 4b Jet ET
Definition RecJetEtRoI.h:45
unsigned int m_energy
4b word that contains JetET energy (in GeV)
Definition RecJetEtRoI.h:47
T * get(TKey *tobj)
get a TObject* from a TKey* (why can't a TObject be a TKey?)
Definition hcg.cxx:130

◆ roiWord()

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

returns roi word

Definition at line 41 of file RecJetEtRoI.cxx.

41 {
42
43 return m_roiWord;
44
45 }

Member Data Documentation

◆ m_energy

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

4b word that contains JetET energy (in GeV)

Definition at line 47 of file RecJetEtRoI.h.

47{ 0 };

◆ m_roiWord

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

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

Definition at line 45 of file RecJetEtRoI.h.

45{ 0 };

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