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, LAST_, UNSPECIFIED_ = -1 } |
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 |
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 |