![]() |
ATLAS Offline Software
|
A level 1 calorimeter trigger conversion service: returns the Coordinate represented by a RoI word. More...
#include <RoIDecoder.h>
Public Member Functions | |
| RoIDecoder () | |
| virtual | ~RoIDecoder () |
| virtual CoordinateRange | coordinate (const unsigned int word) const =0 |
Protected 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" | |
Protected Attributes | |
| bool | m_DEBUG |
A level 1 calorimeter trigger conversion service: returns the Coordinate represented by a RoI word.
Definition at line 41 of file RoIDecoder.h.
| LVL1::RoIDecoder::RoIDecoder | ( | ) |
Definition at line 24 of file RoIDecoder.cxx.
|
virtual |
Definition at line 29 of file RoIDecoder.cxx.
|
pure virtual |
Implemented in LVL1::CPRoIDecoder, and LVL1::JEPRoIDecoder.
|
protected |
returns the value of bits in word between bit "start" and bit "start" + "length"
Definition at line 34 of file RoIDecoder.cxx.
|
protected |
Definition at line 53 of file RoIDecoder.h.