2 Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5 /// @author Nils Krumnack
12 #include <SelectionHelpers/ISelectionReadAccessor.h>
15 // method implementations
20 template<typename T2> SelectionReadHandle ::
21 SelectionReadHandle (T2 *owner, const std::string& propertyName,
22 const std::string& propertyValue,
23 const std::string& propertyDescription)
24 : m_selection (propertyValue)
26 owner->declareProperty (propertyName, m_selection, propertyDescription);
31 inline bool SelectionReadHandle ::
32 getBool (const SG::AuxElement& element) const
35 return m_accessor->getBool (element);