|
ATLAS Offline Software
|
Go to the documentation of this file.
6 #include "GaudiKernel/ServiceHandle.h"
9 ISvcLocator* pSvcLocator ) :
24 return StatusCode::SUCCESS;
30 return StatusCode::SUCCESS;
40 <<
" e: " <<
evt->eventNumber() );
47 return StatusCode::SUCCESS;
HiveAlgR(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &) const override
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode initialize() override
::StatusCode StatusCode
StatusCode definition for legacy code.
Re-entrant Algorithm that reads the EventInfo obj, and writes a HiveDataObjs to the store.
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
SG::WriteHandleKey< HiveDataObj > m_wrh1
SG::ReadHandleKey< xAOD::EventInfo > m_evt
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.
virtual StatusCode finalize() override