|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #include "GaudiKernel/ServiceHandle.h"
14 ISvcLocator* pSvcLocator ) :
27 return StatusCode::SUCCESS;
32 return StatusCode::SUCCESS;
41 return StatusCode::FAILURE;
48 ( 3300 + rh1->
val() ) ) );
53 return StatusCode::SUCCESS;
virtual StatusCode finalize() override
SG::WriteHandleKey< HiveDataObj > m_wrh1
virtual StatusCode execute() override
const std::string & key() const
Return the StoreGate ID for the referenced object.
Handle class for recording to StoreGate.
::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.
virtual bool isValid() override final
Can the handle be successfully dereferenced?
virtual bool isValid() override final
Can the handle be successfully dereferenced?
SG::ReadHandleKey< HiveDataObj > m_rdh1
virtual const std::string & key() const override final
Return the StoreGate ID for the referenced object.
virtual StatusCode initialize() override
AlgB(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
Handle class for reading from StoreGate.