ATLAS Offline Software
Loading...
Searching...
No Matches
PhysliteTest.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
6
7
8//
9// includes
10//
11
13
14//
15// method implementations
16//
17
18namespace columnar
19{
20 namespace TestUtils
21 {
22 // I never figured out how the keys get calculated, so I looked
23 // at what's in the input file, and hard-coded it here.
24 const std::unordered_map<std::string,SG::sgkey_t> knownKeys =
25 {
26 {"AnalysisMuons", 0x3a6b126f},
27 {"AnalysisElectrons", 0x3902fec0},
28 {"AnalysisPhotons", 0x35d1472f},
29 {"AnalysisJets", 0x1afd1919},
30 {"egammaClusters", 0x15788d1f},
31 {"GSFConversionVertices", 0x1f3e85c9},
32 {"InDetTrackParticles", 0x1d3890db},
33 {"CombinedMuonTrackParticles", 0x340d9196},
34 {"ExtrapolatedMuonTrackParticles", 0x14e35e9f},
35 {"GSFTrackParticles", 0x2e42db0b},
36 {"InDetForwardTrackParticles", 0x143c6846},
37 {"MuonSpectrometerTrackParticles", 0x3993c8f3},
38 };
39 }
40}
const std::unordered_map< std::string, SG::sgkey_t > knownKeys