ATLAS Offline Software
|
#include <Lvl1ItemsAndRoIs.h>
Public Member Functions | |
ConfigThreshold (const std::string &n="", unsigned int h=0, bool a=false, uint32_t m=0) | |
Public Attributes | |
std::string | name |
threshold name, e.g. More... | |
unsigned int | hashId |
hash number of name, to speed up internal usage More... | |
bool | activeHLT |
is this LVL1 threshold used in HLT ? More... | |
uint32_t | mask |
bit position of this LVL1 threshold in the RoI word More... | |
Definition at line 41 of file Lvl1ItemsAndRoIs.h.
|
inline |
Definition at line 42 of file Lvl1ItemsAndRoIs.h.
bool HLT::ConfigThreshold::activeHLT |
is this LVL1 threshold used in HLT ?
Definition at line 46 of file Lvl1ItemsAndRoIs.h.
unsigned int HLT::ConfigThreshold::hashId |
hash number of name, to speed up internal usage
Definition at line 45 of file Lvl1ItemsAndRoIs.h.
uint32_t HLT::ConfigThreshold::mask |
bit position of this LVL1 threshold in the RoI word
Definition at line 47 of file Lvl1ItemsAndRoIs.h.
std::string HLT::ConfigThreshold::name |