26 return StatusCode::SUCCESS;
33 ATH_MSG_ALWAYS(
"------------------------------------------------------------");
36 for (
const std::pair<const size_t, const IDCInDetBSErrContainer::ErrorCode> badId : badIds->
getAll()) {
40 return StatusCode::SUCCESS;
46 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_ALWAYS(x)
Class to test SCT_FlaggedConditionTool (header)
An algorithm that can be simultaneously executed in multiple threads.
IDC like storage for BS errors, TODO, customise implementation further so that we store int rather th...
std::vector< std::pair< size_t, T > > getAll() const
Make a vector of hashes and values, convenient for iteration and other uses.
virtual StatusCode execute(const EventContext &ctx) const override
SCT_FlaggedConditionTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< ISCT_FlaggedConditionTool > m_flaggedTool
virtual StatusCode initialize() override
virtual StatusCode finalize() override