ATLAS Offline Software
Loading...
Searching...
No Matches
CurrentContext.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//
10// includes
11//
12
14
15#ifdef XAOD_STANDALONE
16
17//
18// method implementations
19//
20
21namespace Gaudi
22{
23 namespace Hive
24 {
25 const EventContext& currentContext ()
26 {
27 static const EventContext result;
28 return result;
29 }
30 }
31}
32
33#endif
=============================================================================