|
ATLAS Offline Software
|
Go to the documentation of this file.
8 ISvcLocator* pSvcLocator ) :
31 return StatusCode::SUCCESS;
44 return StatusCode::FAILURE;
58 return StatusCode::SUCCESS;
Simple Algorithm that reads a DataHandle created by HiveAlgA, and writes two more.
SG::ReadHandleKey< HiveDataObj > m_rdh1
virtual StatusCode finalize() override
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual StatusCode execute() override
SG::WriteHandleKey< HiveDataObj > m_wrh1
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
virtual StatusCode initialize() override
virtual bool isValid() override final
Can the handle be successfully dereferenced?
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.
SG::WriteHandleKey< HiveDataObj > m_wrh2
HiveAlgC(const std::string &name, ISvcLocator *pSvcLocator)