26 return StatusCode::SUCCESS;
42 std::ostringstream
ss;
47 ss << at->atInt1() <<
" " << at->atInt2() <<
" "
48 << atInt3(*at) <<
" " << atInt4(*at) <<
" ";
50 std::cout <<
ss.str() <<
"\n";
51 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.
SG::ReadHandleKey< AllocTestContainer > m_containerKey
virtual StatusCode initialize() override
Gaudi initialize method.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
SG::Accessor< T, ALLOC > Accessor