15#include "AthLinks/DataLink.h"
25 return StatusCode::SUCCESS;
31 auto cvec = std::make_unique<DMTest::CVec>();
32 for (
size_t i = 0; i < 10; i++)
33 cvec->push_back (std::make_unique<DMTest::C>());
37 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
Class used for testing xAOD data reading/writing.
Interface for non-const operations on an auxiliary store.
Property holding a SG store/key/clid from which a WriteHandle is made.
virtual StatusCode initialize() override
virtual StatusCode execute(const EventContext &ctx) const override
SG::WriteHandleKey< DMTest::CVec > m_cvecKey
Object reference supporting deferred reading from StoreGate.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.