9 #ifndef ASG_TOOLS__CURRENT_CONTEXT_H
10 #define ASG_TOOLS__CURRENT_CONTEXT_H
12 #ifndef XAOD_STANDALONE
13 #include <GaudiKernel/ThreadLocalContext.h>
29 const EventContext& currentContext ();
40 class EventContext
final
44 EventContext (
const EventContext&) noexcept =
delete;
45 EventContext& operator = (
const EventContext&) noexcept =
delete;
49 EventContext () noexcept =
default;
50 friend
const EventContext&
Gaudi::Hive::currentContext ();