ATLAS Offline Software
Loading...
Searching...
No Matches
HLT::ConfigJetEThreshold Struct Reference

modifed ConfigThreshold to incorporate the JetEnergy type More...

#include <Lvl1ItemsAndRoIs.h>

Inheritance diagram for HLT::ConfigJetEThreshold:
Collaboration diagram for HLT::ConfigJetEThreshold:

Public Member Functions

 ConfigJetEThreshold (const std::string &n="", unsigned int h=0, bool a=false, uint32_t m=0, JetRoIType t=Unknown)

Public Attributes

JetRoIType type
 JetEnergy type, see JetRoIType enumeration.
std::string name
 threshold name, e.g.
unsigned int hashId
 hash number of name, to speed up internal usage
bool activeHLT
 is this LVL1 threshold used in HLT ?
uint32_t mask
 bit position of this LVL1 threshold in the RoI word

Detailed Description

modifed ConfigThreshold to incorporate the JetEnergy type

Definition at line 45 of file Lvl1ItemsAndRoIs.h.

Constructor & Destructor Documentation

◆ ConfigJetEThreshold()

HLT::ConfigJetEThreshold::ConfigJetEThreshold ( const std::string & n = "",
unsigned int h = 0,
bool a = false,
uint32_t m = 0,
JetRoIType t = Unknown )
inline

Definition at line 46 of file Lvl1ItemsAndRoIs.h.

47 : ConfigThreshold(n, h, a, m), type(t) { }
static Double_t a
JetRoIType type
JetEnergy type, see JetRoIType enumeration.
ConfigThreshold(const std::string &n="", unsigned int h=0, bool a=false, uint32_t m=0)

Member Data Documentation

◆ activeHLT

bool HLT::ConfigThreshold::activeHLT
inherited

is this LVL1 threshold used in HLT ?

Definition at line 38 of file Lvl1ItemsAndRoIs.h.

◆ hashId

unsigned int HLT::ConfigThreshold::hashId
inherited

hash number of name, to speed up internal usage

Definition at line 37 of file Lvl1ItemsAndRoIs.h.

◆ mask

uint32_t HLT::ConfigThreshold::mask
inherited

bit position of this LVL1 threshold in the RoI word

Definition at line 39 of file Lvl1ItemsAndRoIs.h.

◆ name

std::string HLT::ConfigThreshold::name
inherited

threshold name, e.g.

EM25i

Definition at line 36 of file Lvl1ItemsAndRoIs.h.

◆ type

JetRoIType HLT::ConfigJetEThreshold::type

JetEnergy type, see JetRoIType enumeration.

Definition at line 48 of file Lvl1ItemsAndRoIs.h.


The documentation for this struct was generated from the following file: