ATLAS Offline Software
Loading...
Searching...
No Matches
CurrentEventStore.icc
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4/**
5 * @file SGTools/CurrentEventStore.icc
6 * @author scott snyder <snyder@bnl.gov>
7 * @date Apr, 2015
8 * @brief Hold a pointer to the current event store.
9 */
10
11
12namespace SG {
13/**
14 * @brief Fetch the current store.
15 */
16inline
17IProxyDict* CurrentEventStore::store()
18{
19 return m_curStore;
20}
21
22
23} // namespace SG