26 return StatusCode::SUCCESS;
33 ATH_MSG_ALWAYS(
"------------------------------------------------------------");
34 for (
unsigned int iErr{0}; iErr<SCT_ByteStreamErrors::NUM_ERROR_TYPES; iErr++) {
36 const std::set<IdentifierHash> errorSet =
m_bsErrTool->getErrorSet(iErr, ctx);
40 ATH_MSG_ALWAYS(
"------------------------------------------------------------");
43 return StatusCode::SUCCESS;
49 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_ALWAYS(x)
Class to test SCT_ByteStreamErrorsTool (header)
An algorithm that can be simultaneously executed in multiple threads.
This is a "hash" representation of an Identifier.
virtual StatusCode finalize() override
virtual StatusCode initialize() override
SCT_ByteStreamErrorsTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode execute(const EventContext &ctx) const override
ToolHandle< ISCT_ByteStreamErrorsTool > m_bsErrTool
static const std::vector< std::string > ErrorTypeDescription
SCT byte stream error type strings used in SCTErrMonAlg.