ATLAS Offline Software
Public Types | List of all members
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

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

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;

The documentation for this struct was generated from the following file:
HLT::Action::ABORT_EVENT
@ ABORT_EVENT
if things went wrong severely, event corruption suspected
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:18
HLT::Action::ABORT_JOB
@ ABORT_JOB
if things go really wrong, i.e.
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:19
HLT::Action::UNSPECIFIED_
@ UNSPECIFIED_
do not use
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:20
HLT::Action::Code
Code
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:15
HLT::Action::ABORT_CHAIN
@ ABORT_CHAIN
if things went wrong but it is not severe, other unrelated chains will continue
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:17
HLT::Action::CONTINUE
@ CONTINUE
if all is OK the processing should be continued
Definition: Trigger/TrigEvent/TrigSteeringEvent/TrigSteeringEvent/Enums.h:16