26 return StatusCode::SUCCESS;
40 std::ostringstream
ss;
45 ss << at->atInt1() <<
" " << at->atInt2() <<
" "
46 << atInt3(*at) <<
" " << atInt4(*at) <<
" ";
48 std::cout <<
ss.str() <<
"\n";
49 return StatusCode::SUCCESS;
Test reading AllocTest with a non-default allocator.
#define ATH_CHECK
Evaluate an expression and check for errors.
Testing an xAOD object with a non-standard memory allocator.
virtual StatusCode initialize() override
Gaudi initialize method.
SG::ReadHandleKey< AllocTestContainer > m_containerKey
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::Accessor< T, ALLOC > Accessor