19#include "Gaudi/Property.h"
35 return StatusCode::SUCCESS;
42 return StatusCode::SUCCESS;
52 ATH_MSG_ERROR(
"Failed to retrieve initial view data from store " << inputData.
store() );
53 return StatusCode::FAILURE;
55 int seedData = *inputData;
80 ATH_MSG_INFO(
"Update handle initial: " << testUpdate->val() );
82 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
#define CHECK(...)
Evaluate an expression and check for errors.
Handle class for reading from StoreGate.
Handle class for recording to StoreGate.
virtual StatusCode execute(const EventContext &ctx) const override
virtual StatusCode initialize() override
SG::WriteHandleKey< HiveDataObj > m_testUpdate
virtual StatusCode finalize() override
SG::ReadHandleKey< int > m_r_int
SG::WriteHandleKey< int > m_w_int
virtual bool isValid() override final
Can the handle be successfully dereferenced?
std::string store() const
Return the name of the store holding the object we are proxying.
CLID clid() const
Return the class ID for the referenced object.
const std::string & name() const
Return the StoreGate ID for the referenced object.
const_pointer_type cptr() const
Dereference the pointer.
StatusCode record(std::unique_ptr< T > data)
Record a const object to the store.
StatusCode recordNonConst(std::unique_ptr< T > data)
Record a non-const object to the store.
virtual bool isValid() override final
Can the handle be successfully dereferenced?