|
ATLAS Offline Software
|
Go to the documentation of this file.
16 #include "AthLinks/DataLink.h"
26 return StatusCode::SUCCESS;
32 unsigned int count = ctx.eventID().event_number() + 1;
34 auto cvecaux = std::make_unique<DMTest::CAuxContainer>();
36 cvec.setStore (cvecaux.get());
37 for (
size_t i = 0;
i < 10;
i++) {
40 c->setAFloat (
count*100 + 20.5+
i);
44 return StatusCode::SUCCESS;
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
Class used for testing xAOD data reading/writing.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class used for testing xAOD data reading/writing.
Property holding a SG store/key/clid from which a WriteHandle is made.
SG::WriteHandleKey< DMTest::CAuxContainer > m_cvecAuxKey
value_type push_back(value_type pElem)
Add an element to the end of the collection.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
Interface for non-const operations on an auxiliary store.