12 ISvcLocator* pSvcLocator ) :
26 return StatusCode::SUCCESS;
37 <<
" e: " << evt->eventNumber()
38 <<
" evt: " << Gaudi::Hive::currentContextEvt() );
41 unsigned int i = Gaudi::Hive::currentContextEvt() + 1;
46 evt->eventNumber()*100 +
56 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
Handle class for reading from StoreGate.
Handle class for recording to StoreGate.
virtual StatusCode execute() override
AlgA(const std::string &name, ISvcLocator *pSvcLocator)
SG::WriteHandleKey< HiveDataObj > m_wrh2
SG::ReadHandleKey< xAOD::EventInfo > m_evt
SG::WriteHandleKey< HiveDataObj > m_wrh1
virtual StatusCode initialize() override
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
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.