15#ifndef ATHEXSTOREGATEEXAMPLE_READDATAREENTRANT_H
16#define ATHEXSTOREGATEEXAMPLE_READDATAREENTRANT_H
31 using AthReentrantAlgorithm::AthReentrantAlgorithm;
33 virtual StatusCode
initialize()
override final;
34 virtual StatusCode
execute (
const EventContext& ctx)
const override final;
Property holding a SG store/key/clid from which a ReadHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadHandleKey< std::vector< ElementLink< MapStringFloat > > > m_linkVectorKey
SG::ReadHandleKey< std::vector< float > > m_vFloatKey
SG::ReadHandleKey< std::list< ElementLink< std::vector< float > > > > m_pLinkListKey
SG::ReadHandleKey< DataVector< MyContObj > > m_cobjKey
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadHandleKeyArray< MyDataObj > m_dobjKeyArray
virtual StatusCode initialize() override final
SG::ReadHandleKey< MyDataObj > m_nonexistingKey
SG::ReadHandleKey< TestDataObject > m_testObjectKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfo
Property holding a SG store/key/clid from which a ReadHandle is made.
HandleKeyArray< ReadHandle< T >, ReadHandleKey< T >, Gaudi::DataHandle::Reader > ReadHandleKeyArray