![]() |
ATLAS Offline Software
|
#include <Lvl1ItemsAndRoIs.h>
Public Member Functions | |
| HLTRoI (R lvl1RoI) | |
| constructor from templated LVL1 RoI object More... | |
| const R & | lvl1RoI () const |
| const reference getter for underlying LVL1 RoI object More... | |
| const std::vector< const ConfigThreshold * > & | thresholds () const |
| const reference getter for configured thresholds More... | |
| std::vector< const ConfigThreshold * >::const_iterator | begin () const |
| begin() method - for thresholds More... | |
| std::vector< const ConfigThreshold * >::const_iterator | end () const |
| end() method - for thresholds More... | |
| unsigned int | size () const |
| size() method - for thresholds More... | |
| unsigned int | thresholdMask () const |
Protected Member Functions | |
| void | addThreshold (const ConfigThreshold *t) |
| add threshold to this RoI object More... | |
| void | setThresholdMask (unsigned int mask) |
Protected Attributes | |
| R | m_lvl1RoI |
| underlying LVL1 RoI object More... | |
| std::vector< const ConfigThreshold * > | m_thresholds |
| vector holding all configured thresholds More... | |
| unsigned int | m_thresholdMask |
Generic (templated) class for the RoI classes, it contains a vector of the configured ConfigThresholds.
Definition at line 63 of file Lvl1ItemsAndRoIs.h.
|
inline |
constructor from templated LVL1 RoI object
Definition at line 65 of file Lvl1ItemsAndRoIs.h.
|
inlineprotected |
add threshold to this RoI object
Definition at line 75 of file Lvl1ItemsAndRoIs.h.
|
inline |
begin() method - for thresholds
Definition at line 69 of file Lvl1ItemsAndRoIs.h.
|
inline |
end() method - for thresholds
Definition at line 70 of file Lvl1ItemsAndRoIs.h.
|
inline |
const reference getter for underlying LVL1 RoI object
Definition at line 67 of file Lvl1ItemsAndRoIs.h.
|
inlineprotected |
Definition at line 76 of file Lvl1ItemsAndRoIs.h.
|
inline |
size() method - for thresholds
Definition at line 71 of file Lvl1ItemsAndRoIs.h.
|
inline |
Definition at line 72 of file Lvl1ItemsAndRoIs.h.
|
inline |
const reference getter for configured thresholds
Definition at line 68 of file Lvl1ItemsAndRoIs.h.
|
protected |
underlying LVL1 RoI object
Definition at line 78 of file Lvl1ItemsAndRoIs.h.
|
protected |
Definition at line 80 of file Lvl1ItemsAndRoIs.h.
|
protected |
vector holding all configured thresholds
Definition at line 79 of file Lvl1ItemsAndRoIs.h.
1.8.18