ATLAS Offline Software
Loading...
Searching...
No Matches
AthToolSupport/AsgDataHandles/AsgDataHandles/VarHandleKey.icc
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3*/
4
5/**
6 * @file AsgDataHandles/VarHandleKey.icc
7 * @author Nils Krumnack <Nils.Erik.Krumnack@cern.h>
8 * @author scott snyder <snyder@bnl.gov> (for original)
9 * @date Nov, 2017
10 * @brief A property holding a SG store/key/clid from which a VarHandle is made.
11 */
12
13
14namespace SG {
15
16
17/**
18 * @brief Does this key reference the primary event store?
19 */
20inline
21bool VarHandleKey::isEventStore() const
22{
23 return m_isEventStore;
24}
25
26
27} // namespace SG