14#ifndef DATAMODELTESTDATACOMMON_XAODTESTREADDECOR_H
15#define DATAMODELTESTDATACOMMON_XAODTESTREADDECOR_H
51 virtual StatusCode
execute (
const EventContext& ctx)
const override;
57 virtual StatusCode
finalize()
override;
Class used for testing xAOD data reading/writing.
Class used for testing xAOD data reading/writing.
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.
An algorithm that can be simultaneously executed in multiple threads.
xAODTestReadDecor(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
std::string m_readPrefix
Parameter: Prefix for names read from SG.
SG::ReadDecorHandleKey< C > m_cinfoDecorKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
virtual StatusCode finalize() override
Algorithm finalization; called at the end of the job.
std::string m_decorName
Parameter: Name of the decoration.
virtual StatusCode initialize() override
Algorithm initialization; called at the beginning of the job.
SG::ReadDecorHandleKey< SG::AuxElement > m_objDecorKey
SG::ReadDecorHandleKey< CVec > m_cvecDecorKey
Handles for reading decorations.
std::string m_cvecName
Parameter: Root names of the objects.
SG::ReadDecorHandleKey< C > m_cinfoBaseDecorKey
Property holding a SG store/key/clid/attr name from which a ReadDecorHandle is made.