9 const std::string& name,
10 ISvcLocator* pSvcLocator
19 return StatusCode::SUCCESS;
33 ATH_CHECK(outputDataStreamA->size() == outputDataStreamB->size());
35 for (std::size_t
index = 0;
index < outputDataStreamA->size();
index++) {
39 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
An algorithm that can be simultaneously executed in multiple threads.
StatusCode execute(const EventContext &ctx) const override final
TestVectorChecker(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadHandleKey< std::vector< unsigned long > > m_outputDataStreamBKey
SG::ReadHandleKey< std::vector< unsigned long > > m_outputDataStreamAKey
StatusCode initialize() override final