ATLAS Offline Software
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 
14 namespace SG {
15 
16 
17 /**
18  * @brief Does this key reference the primary event store?
19  */
20 inline
21 bool VarHandleKey::isEventStore() const
22 {
23  return m_isEventStore;
24 }
25 
26 
27 } // namespace SG