ATLAS Offline Software
Loading...
Searching...
No Matches
KnownSgKeys.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8#ifndef COLUMNAR_INTERFACES_KNOWN_SG_KEYS_H
9#define COLUMNAR_INTERFACES_KNOWN_SG_KEYS_H
10
11#include <SGCore/sgkey_t.h>
12
13#include <string>
14#include <unordered_map>
15
16namespace columnar
17{
32 inline const std::unordered_map<std::string,SG::sgkey_t> knownSgKeys =
33 {
34 {"AnalysisMuons", 0x3a6b126f},
35 {"AnalysisElectrons", 0x3902fec0},
36 {"AnalysisPhotons", 0x35d1472f},
37 {"AnalysisJets", 0x1afd1919},
38 {"egammaClusters", 0x15788d1f},
39 {"GSFConversionVertices", 0x1f3e85c9},
40 {"InDetTrackParticles", 0x1d3890db},
41 {"CombinedMuonTrackParticles", 0x340d9196},
42 {"ExtrapolatedMuonTrackParticles", 0x14e35e9f},
43 {"GSFTrackParticles", 0x2e42db0b},
44 {"InDetForwardTrackParticles", 0x143c6846},
45 {"MuonSpectrometerTrackParticles", 0x3993c8f3},
46 };
47}
48
49#endif
const std::unordered_map< std::string, SG::sgkey_t > knownSgKeys
lookup table from container name to its sgkey hash
Definition KnownSgKeys.h:32