ATLAS Offline Software
Loading...
Searching...
No Matches
InputRenameMap.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 * Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration.
4 */
13
14
15#ifndef ATHENAKERNEL_INPUTRENAMEMAP_H
16#define ATHENAKERNEL_INPUTRENAMEMAP_H
17
18
19#include "SGCore/sgkey_t.h"
20#include <string>
21
22
23namespace Athena {
24
25
28{
30 std::string m_key;
31};
33
34
35} // namespace Athena
36
37
38#endif // not ATHENAKERNEL_INPUTRENAMEMAP_H
Some weak symbol referencing magic... These are declared in AthenaKernel/getMessageSvc....
SG::SGKeyMap< InputRenameEntry > InputRenameMap_t
uint32_t sgkey_t
Type used for hashed StoreGate key+CLID pairs.
Definition sgkey_t.h:32
std::unordered_map< sgkey_t, T > SGKeyMap
A map using sgkey_t as a key.
Definition sgkey_t.h:93
Type of the input rename map: sgkey_t -> sgkey_t.