#include "AthenaKernel/StoreID.h"
#include <string>
#include <vector>
#include <utility>
Go to the source code of this file.
|
| static const std::vector< std::string > | STORENAMES |
◆ 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 };