11 ISvcLocator* pSvcLocator ) :
22 ATH_MSG_INFO(
"context: " << Gaudi::Hive::currentContext() <<
" for "
41 ATH_MSG_INFO(
"context: " << Gaudi::Hive::currentContext());
47 return StatusCode::SUCCESS;
56 ATH_MSG_INFO(
"context: " << Gaudi::Hive::currentContext() <<
" for "
69 return StatusCode::SUCCESS;
78 std::ostringstream ost;
81 m_di.for_all([&ost] (
size_t s,
const int i)
82 { ost <<
" s: " << s <<
" v: " << i << std::endl; } );
#define ATH_CHECK
Evaluate an expression and check for errors.
Simple Algorithm that writes a single HiveDataObj to the store.
SG::WriteHandleKey< HiveDataObj > m_wrh1
HiveAlgB(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Hive::ContextSpecificData< int > m_di
virtual StatusCode execute() override
virtual StatusCode initialize() override
virtual StatusCode finalize() override
HiveAlgBase(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode initialize() override
virtual const std::string & key() const override final
Return the StoreGate ID for the referenced object.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.