ATLAS Offline Software
Loading...
Searching...
No Matches
ALFAEventBitInfo Namespace Reference

Enumerations

enum  ALFAFLAGREASON { ROB_ERROR = 1 , CORRUPTION = 2 , COLL_NOT_FOUND = 3 }

Enumeration Type Documentation

◆ ALFAFLAGREASON

Enumerator
ROB_ERROR 

ROB status error.

CORRUPTION 

data corrupted

COLL_NOT_FOUND 

collection not found

Definition at line 9 of file ALFAEventBitInfo.h.

9 {
10 ROB_ERROR = 1
11 ,CORRUPTION = 2
12 ,COLL_NOT_FOUND = 3
13 };
@ COLL_NOT_FOUND
collection not found
@ CORRUPTION
data corrupted
@ ROB_ERROR
ROB status error.