|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #include "GaudiKernel/ServiceHandle.h"
17 ISvcLocator* pSvcLocator ) :
33 return StatusCode::SUCCESS;
40 return StatusCode::SUCCESS;
51 <<
" e: " <<
evt->eventNumber()
52 <<
" evt: " << Gaudi::Hive::currentContextEvt() );
55 unsigned int i = Gaudi::Hive::currentContextEvt() + 1;
60 evt->eventNumber()*100 +
70 return StatusCode::SUCCESS;
virtual StatusCode execute() override
SG::WriteHandleKey< HiveDataObj > m_wrh1
virtual StatusCode finalize() override
Handle class for recording to StoreGate.
SG::WriteHandleKey< HiveDataObj > m_wrh2
::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.
AlgA(const std::string &name, ISvcLocator *pSvcLocator)
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 initialize() override
Handle class for reading from StoreGate.
SG::ReadHandleKey< xAOD::EventInfo > m_evt