ATLAS Offline Software
StoreID.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration.
2 #
3 # File: AthenaKernel/python/StoreID.py
4 # Created: Jul 2017, sss
5 # Purpose: Define symbols for StoreGate StoreIDs.
6 #
7 # THIS FILE MUST BE KEPT SYNCHRONIZED WITH AthenaKernel/StoreID.h.
8 #
9 
10 EVENT_STORE = 0
11 DETECTOR_STORE = 1
12 CONDITION_STORE = 2
13 METADATA_STORE = 3
14 INPUT_METADATA_STORE = 4
15 PILEUP_STORE = 5
16 UNKNOWN = 6