ATLAS Offline Software
Loading...
Searching...
No Matches
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
7EI_PROTO_MSGVER = 1
8
9# Protobuf messages idetifiers
10# Messages defined in protocolB/EventIndex.proto
11
12EI_PROTO_HEADER = 1
13EI_PROTO_TRAILER = 2
14EI_PROTO_BEGINGUID = 3
15EI_PROTO_ENDGUID = 4
16EI_PROTO_TRIGGERMENU = 5
17EI_PROTO_EIEVENT = 6