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

#include <Enums.h>

Collaboration diagram for HLT::Action:

Public Types

enum  Code {
  CONTINUE = 0 , ABORT_CHAIN = 1 , ABORT_EVENT = 2 , ABORT_JOB = 3 ,
  UNSPECIFIED_ = -1
}

Detailed Description

Member Enumeration Documentation

◆ Code

Enumerator
CONTINUE 

if all is OK the processing should be continued

ABORT_CHAIN 

if things went wrong but it is not severe, other unrelated chains will continue

ABORT_EVENT 

if things went wrong severely, event corruption suspected

ABORT_JOB 

if things go really wrong, i.e.

user suspects that the job is badly configured and continuing it will lead to taking rubbish data

UNSPECIFIED_ 

do not use

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

15 {
16 CONTINUE = 0,
17 ABORT_CHAIN = 1,
18 ABORT_EVENT = 2,
19 ABORT_JOB = 3,
20 UNSPECIFIED_ = -1
21
22 } Code;
@ CONTINUE
if all is OK the processing should be continued
@ ABORT_CHAIN
if things went wrong but it is not severe, other unrelated chains will continue
@ ABORT_EVENT
if things went wrong severely, event corruption suspected

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