ATLAS Offline Software
ALFAEventBitInfo.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef ALFAEVENTCNV_ALFAEVENTBITINFO_H
6 #define ALFAEVENTCNV_ALFAEVENTBITINFO_H
7 
8  namespace ALFAEventBitInfo {
10  ROB_ERROR = 1
11  ,CORRUPTION = 2
13  };
14  }
15 #endif
ALFAEventBitInfo::CORRUPTION
@ CORRUPTION
data corrupted
Definition: ALFAEventBitInfo.h:11
ALFAEventBitInfo::COLL_NOT_FOUND
@ COLL_NOT_FOUND
collection not found
Definition: ALFAEventBitInfo.h:12
ALFAEventBitInfo::ROB_ERROR
@ ROB_ERROR
ROB status error.
Definition: ALFAEventBitInfo.h:10
ALFAEventBitInfo::ALFAFLAGREASON
ALFAFLAGREASON
Definition: ALFAEventBitInfo.h:9
ALFAEventBitInfo
Definition: ALFAEventBitInfo.h:8