|
ATLAS Offline Software
|
Go to the documentation of this file.
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; } );
virtual StatusCode finalize() override
Simple Algorithm that writes a single HiveDataObj to the store. It will also accumulate some data on ...
virtual StatusCode execute() override
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
HiveAlgB(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.
SG::WriteHandleKey< HiveDataObj > m_wrh1
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
Gaudi::Hive::ContextSpecificData< int > m_di