ATLAS Offline Software
|
A level 1 calorimeter trigger conversion service: returns the Coordinate represented by a RoI word. More...
#include <JetEtRoIDecoder.h>
Public Member Functions | |
JetEtRoIDecoder () | |
virtual | ~JetEtRoIDecoder () |
unsigned int | energy (unsigned int roiWord) const |
returns a 4b number which represents the Jet Et energy in GeV More... | |
Private Member Functions | |
unsigned int | extractBits (unsigned int word, const unsigned int start, const unsigned int length) const |
returns the value of bits in word between bit "start" and bit "start" + "length" More... | |
A level 1 calorimeter trigger conversion service: returns the Coordinate represented by a RoI word.
Definition at line 28 of file JetEtRoIDecoder.h.
LVL1::JetEtRoIDecoder::JetEtRoIDecoder | ( | ) |
Definition at line 24 of file JetEtRoIDecoder.cxx.
|
virtual |
Definition at line 28 of file JetEtRoIDecoder.cxx.
unsigned int LVL1::JetEtRoIDecoder::energy | ( | unsigned int | roiWord | ) | const |
returns a 4b number which represents the Jet Et energy in GeV
returns a 4b number which represents the thresholds passed
Definition at line 33 of file JetEtRoIDecoder.cxx.
|
private |
returns the value of bits in word between bit "start" and bit "start" + "length"
Definition at line 38 of file JetEtRoIDecoder.cxx.