ATLAS Offline Software
Public Types | List of all members
HLT::SteeringInternalReason Struct Reference

#include <Enums.h>

Collaboration diagram for HLT::SteeringInternalReason:

Public Types

enum  Code {
  UNKNOWN =0, NO_LVL1_ITEMS, NO_LVL2_CHAINS, NO_LVL1_RESULT,
  WRONG_HLT_RESULT, NO_HLT_RESULT, ALGO_ERROR, TIMEOUT,
  BUSY, BAD_JOB_SETUP, MISSING_CALO_ROI, MISSING_MUON_ROI,
  MISSING_OTHER_ROI, LAST_, UNSPECIFIED_ = -1
}
 

Detailed Description

Definition at line 51 of file Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h.

Member Enumeration Documentation

◆ Code

Enumerator
UNKNOWN 
NO_LVL1_ITEMS 

in the LVL1 result delivered to LVL2 none of LVL1 items are present, that means no seeding information is available

NO_LVL2_CHAINS 

in the LVL2 result unpacked at EF no active LVL2 chains are present, that means no seeding information is available

NO_LVL1_RESULT 

LVL1 result is missing.

WRONG_HLT_RESULT 

error while unpacking HLT reult (happnes at EF when LVL2 result is unpacked)

NO_HLT_RESULT 

no HLT result is present (means that LVL2 result was not delivered to EF)

ALGO_ERROR 

algorithms returned errors

TIMEOUT 

timeout forced by the steering

BUSY 

to flag that the event was busy

BAD_JOB_SETUP 

job is badly configured

MISSING_CALO_ROI 

one ore more missing CALO RoIs

MISSING_MUON_ROI 

one ore more missing MUON RoIs

MISSING_OTHER_ROI 

one ore more missing RoI except CALO/MUON (e.g.

MBTS, NIM, ...)

LAST_ 

there is basically no restriction on size since these errors are not saved per chain so do not need to be serialized in 6 bits.

UNSPECIFIED_ 

do not use

Definition at line 52 of file Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h.

52  {
53  UNKNOWN=0,
59  ALGO_ERROR,
60  TIMEOUT,
61  BUSY,
66  LAST_,
67  UNSPECIFIED_ = -1
68  } Code;

The documentation for this struct was generated from the following file:
HLT::SteeringInternalReason::UNKNOWN
@ UNKNOWN
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:53
HLT::SteeringInternalReason::NO_LVL1_ITEMS
@ NO_LVL1_ITEMS
in the LVL1 result delivered to LVL2 none of LVL1 items are present, that means no seeding informatio...
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:54
HLT::SteeringInternalReason::WRONG_HLT_RESULT
@ WRONG_HLT_RESULT
error while unpacking HLT reult (happnes at EF when LVL2 result is unpacked)
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:57
HLT::SteeringInternalReason::Code
Code
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:52
HLT::SteeringInternalReason::NO_LVL2_CHAINS
@ NO_LVL2_CHAINS
in the LVL2 result unpacked at EF no active LVL2 chains are present, that means no seeding informatio...
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:55
HLT::SteeringInternalReason::MISSING_OTHER_ROI
@ MISSING_OTHER_ROI
one ore more missing RoI except CALO/MUON (e.g.
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:65
HLT::SteeringInternalReason::NO_HLT_RESULT
@ NO_HLT_RESULT
no HLT result is present (means that LVL2 result was not delivered to EF)
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:58
HLT::SteeringInternalReason::MISSING_MUON_ROI
@ MISSING_MUON_ROI
one ore more missing MUON RoIs
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:64
HLT::SteeringInternalReason::TIMEOUT
@ TIMEOUT
timeout forced by the steering
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:60
HLT::SteeringInternalReason::BUSY
@ BUSY
to flag that the event was busy
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:61
HLT::SteeringInternalReason::ALGO_ERROR
@ ALGO_ERROR
algorithms returned errors
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:59
HLT::SteeringInternalReason::LAST_
@ LAST_
there is basically no restriction on size since these errors are not saved per chain so do not need t...
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:66
HLT::SteeringInternalReason::BAD_JOB_SETUP
@ BAD_JOB_SETUP
job is badly configured
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:62
HLT::SteeringInternalReason::MISSING_CALO_ROI
@ MISSING_CALO_ROI
one ore more missing CALO RoIs
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:63
HLT::SteeringInternalReason::UNSPECIFIED_
@ UNSPECIFIED_
do not use
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:67
HLT::SteeringInternalReason::NO_LVL1_RESULT
@ NO_LVL1_RESULT
LVL1 result is missing.
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:56