ATLAS Offline Software
Loading...
Searching...
No Matches
proxyDictFromEventContext.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-2024 CERN for the benefit of the ATLAS collaboration.
4 */
15
16
17#ifndef ATHENAKERNEL_PROXYDICTFROMEVENTCONTEXT_H
18#define ATHENAKERNEL_PROXYDICTFROMEVENTCONTEXT_H
19
20
22class IProxyDict;
23class EventContext;
24
25
26namespace Atlas {
27
28
32IProxyDict* proxyDictFromEventContext();
33
34
39IProxyDict* proxyDictFromEventContext (const EventContext& ctx);
40
41
46
47
52SG::SourceID sourceIDFromEventContext (const EventContext& ctx);
53
54
55}
56
57#endif // not ATHENAKERNEL_PROXYDICTFROMEVENTCONTEXT_H
Type used to identify a metadata source.
SG::SourceID sourceIDFromEventContext()
Return the SourceID for this thread's current context.
IProxyDict * proxyDictFromEventContext()
Return the IProxyDict for this thread's current context.