![]() |
ATLAS Offline Software
|
Description of JEMRoI_v1. More...
#include <JEMRoI_v1.h>
Public Member Functions | |
| JEMRoI_v1 () | |
| uint32_t | roiWord () const |
| get roiWord | |
| void | setRoiWord (uint32_t) |
| set roiWord | |
| int | crate () const |
| Return crate number (0-1). | |
| int | jem () const |
| Return JEM number (0-15). | |
| int | frame () const |
| Return RoI frame number (0-7). | |
| int | location () const |
| Return location (RoI local coords) (0-3). | |
| int | forward () const |
| Return forward jet flag (0/1). | |
| int | hits () const |
| Return Jet hit map (8 bits Main or 4 bits Forward). | |
| int | error () const |
| Return error flags (bit 0 Saturation, bit 1 Parity). | |
| int | parity () const |
| Return parity error flag (0/1). | |
| int | saturation () const |
| Return saturation flag (0/1). | |
Static Private Attributes | |
| static const int | s_wordIdVal = 0x4 |
| RoI word ID. | |
| static const int | s_wordIdBit = 29 |
| static const int | s_crateBit = 28 |
| static const int | s_jemBit = 24 |
| static const int | s_frameBit = 21 |
| static const int | s_locationBit = 19 |
| static const int | s_forwardBit = 18 |
| static const int | s_parityBit = 17 |
| static const int | s_saturationBit = 16 |
| static const int | s_forwardHitsBit = 8 |
| static const int | s_mainHitsBit = 0 |
| static const int | s_wordIdMask = 0x7 |
| static const int | s_crateMask = 0x1 |
| static const int | s_jemMask = 0xf |
| static const int | s_frameMask = 0x7 |
| static const int | s_locationMask = 0x3 |
| static const int | s_forwardMask = 0x1 |
| static const int | s_parityMask = 0x1 |
| static const int | s_saturationMask = 0x1 |
| static const int | s_forwardHitsMask = 0xf |
| static const int | s_mainHitsMask = 0xff |
Description of JEMRoI_v1.
Definition at line 27 of file JEMRoI_v1.h.
| xAOD::JEMRoI_v1::JEMRoI_v1 | ( | ) |
Definition at line 18 of file JEMRoI_v1.cxx.
| int xAOD::JEMRoI_v1::crate | ( | ) | const |
| int xAOD::JEMRoI_v1::error | ( | ) | const |
Return error flags (bit 0 Saturation, bit 1 Parity).
Definition at line 69 of file JEMRoI_v1.cxx.
| int xAOD::JEMRoI_v1::forward | ( | ) | const |
| int xAOD::JEMRoI_v1::frame | ( | ) | const |
| int xAOD::JEMRoI_v1::hits | ( | ) | const |
Return Jet hit map (8 bits Main or 4 bits Forward).
Definition at line 56 of file JEMRoI_v1.cxx.
| int xAOD::JEMRoI_v1::jem | ( | ) | const |
| int xAOD::JEMRoI_v1::location | ( | ) | const |
| int xAOD::JEMRoI_v1::parity | ( | ) | const |
| uint32_t xAOD::JEMRoI_v1::roiWord | ( | ) | const |
get roiWord
| int xAOD::JEMRoI_v1::saturation | ( | ) | const |
| void xAOD::JEMRoI_v1::setRoiWord | ( | uint32_t | ) |
set roiWord
Definition at line 61 of file JEMRoI_v1.h.
Definition at line 72 of file JEMRoI_v1.h.
Definition at line 65 of file JEMRoI_v1.h.
Definition at line 68 of file JEMRoI_v1.h.
Definition at line 79 of file JEMRoI_v1.h.
Definition at line 76 of file JEMRoI_v1.h.
Definition at line 63 of file JEMRoI_v1.h.
Definition at line 74 of file JEMRoI_v1.h.
Definition at line 62 of file JEMRoI_v1.h.
Definition at line 73 of file JEMRoI_v1.h.
Definition at line 64 of file JEMRoI_v1.h.
Definition at line 75 of file JEMRoI_v1.h.
Definition at line 69 of file JEMRoI_v1.h.
Definition at line 80 of file JEMRoI_v1.h.
Definition at line 66 of file JEMRoI_v1.h.
Definition at line 77 of file JEMRoI_v1.h.
Definition at line 67 of file JEMRoI_v1.h.
Definition at line 78 of file JEMRoI_v1.h.
Definition at line 60 of file JEMRoI_v1.h.
Definition at line 71 of file JEMRoI_v1.h.
RoI word ID.
Definition at line 58 of file JEMRoI_v1.h.