ATLAS Offline Software
|
#include <Enums.h>
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 } |
Definition at line 51 of file Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h.
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.