|
ATLAS Offline Software
|
Go to the documentation of this file.
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;
Testing an xAOD object with a non-standard memory allocator.
Helper class to provide type-safe access to aux data.
virtual StatusCode execute(const EventContext &ctx) const override
Algorithm event processing.
::StatusCode StatusCode
StatusCode definition for legacy code.
Test reading AllocTest with a non-default allocator.
Testing an xAOD object with a non-standard memory allocator.
SG::ReadHandleKey< AllocTestContainer > m_containerKey
virtual StatusCode initialize() override
Gaudi initialize method.