ATLAS Offline Software
|
#include <Lvl1ItemsAndRoIs.h>
Public Member Functions | |
EMTauRoI (ROIB::EMTauRoI lvl1RoI) | |
constructor from EMTauRoI object More... | |
const ROIB::EMTauRoI & | 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 | |
ROIB::EMTauRoI | m_lvl1RoI |
underlying LVL1 RoI object More... | |
std::vector< const ConfigThreshold * > | m_thresholds |
vector holding all configured thresholds More... | |
unsigned int | m_thresholdMask |
Friends | |
class | Lvl1ResultAccessTool |
Lvl1ResultAccessTool is a friend to this class -> cann call addThreshold(..) More... | |
Concrete EMTau class (from templated HLRoI class).
Definition at line 98 of file Lvl1ItemsAndRoIs.h.
|
inline |
constructor from EMTauRoI object
Definition at line 100 of file Lvl1ItemsAndRoIs.h.
|
inlineprotectedinherited |
add threshold to this RoI object
Definition at line 75 of file Lvl1ItemsAndRoIs.h.
|
inlineinherited |
begin() method - for thresholds
Definition at line 69 of file Lvl1ItemsAndRoIs.h.
|
inlineinherited |
end() method - for thresholds
Definition at line 70 of file Lvl1ItemsAndRoIs.h.
|
inlineinherited |
const reference getter for underlying LVL1 RoI object
Definition at line 67 of file Lvl1ItemsAndRoIs.h.
|
inlineprotectedinherited |
Definition at line 76 of file Lvl1ItemsAndRoIs.h.
|
inlineinherited |
size() method - for thresholds
Definition at line 71 of file Lvl1ItemsAndRoIs.h.
|
inlineinherited |
Definition at line 72 of file Lvl1ItemsAndRoIs.h.
|
inlineinherited |
const reference getter for configured thresholds
Definition at line 68 of file Lvl1ItemsAndRoIs.h.
|
friend |
Lvl1ResultAccessTool is a friend to this class -> cann call addThreshold(..)
Definition at line 104 of file Lvl1ItemsAndRoIs.h.
|
protectedinherited |
underlying LVL1 RoI object
Definition at line 78 of file Lvl1ItemsAndRoIs.h.
|
protectedinherited |
Definition at line 80 of file Lvl1ItemsAndRoIs.h.
|
protectedinherited |
vector holding all configured thresholds
Definition at line 79 of file Lvl1ItemsAndRoIs.h.