2 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
6 * @file AsgDataHandles/VarHandleKey.icc
7 * @author Nils Krumnack <Nils.Erik.Krumnack@cern.h>
8 * @author scott snyder <snyder@bnl.gov> (for original)
10 * @brief A property holding a SG store/key/clid from which a VarHandle is made.
18 * @brief Does this key reference the primary event store?
21 bool VarHandleKey::isEventStore() const
23 return m_isEventStore;