ATLAS Offline Software
Loading...
Searching...
No Matches
StoreID.cxx File Reference
#include "AthenaKernel/StoreID.h"
#include <string>
#include <vector>
#include <utility>
Include dependency graph for StoreID.cxx:

Go to the source code of this file.

Variables

static const std::vector< std::string > STORENAMES

Variable Documentation

◆ STORENAMES

const std::vector<std::string> STORENAMES
static
Initial value:
{
"StoreGateSvc",
"DetectorStore",
"ConditionStore",
"MetaDataStore",
"InputMetaDataStore",
"PileupStore",
"UnknownStore"
}

Definition at line 9 of file StoreID.cxx.

9 {
10 "StoreGateSvc",
11 "DetectorStore",
12 "ConditionStore",
13 "MetaDataStore",
14 "InputMetaDataStore",
15 "PileupStore",
16 "UnknownStore"
17 };