ATLAS Offline Software
Loading...
Searching...
No Matches
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
10EVENT_STORE = 0
11DETECTOR_STORE = 1
12CONDITION_STORE = 2
13METADATA_STORE = 3
14INPUT_METADATA_STORE = 4
15PILEUP_STORE = 5
16UNKNOWN = 6