ATLAS Offline Software
EIconstants.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2 
3 # define EI constants
4 
5 # EeventIndex protobuf messages version
6 
7 EI_PROTO_MSGVER = 1
8 
9 # Protobuf messages idetifiers
10 # Messages defined in protocolB/EventIndex.proto
11 
12 EI_PROTO_HEADER = 1
13 EI_PROTO_TRAILER = 2
14 EI_PROTO_BEGINGUID = 3
15 EI_PROTO_ENDGUID = 4
16 EI_PROTO_TRIGGERMENU = 5
17 EI_PROTO_EIEVENT = 6