13#include "Identifier/Identifier.h"
16 ISvcLocator* pSvcLocator) :
27 return StatusCode::SUCCESS;
36 bool isgoodworks{
false};
37 float gethvworks{0.0};
38 float gettempworks{0.0};
46 module = (m_DCSConditionsTool->canReportAbout(InDetConditions::SCT_MODULE));
49 ATH_MSG_FATAL(
"Exception caught while trying to the gettemp method");
50 return StatusCode::FAILURE;
54 ATH_MSG_INFO(
"gettemp(141015041,Strip) " << (gettempworks ?
"successful" :
"failed"));
55 ATH_MSG_INFO(
"gettemp(141015041,Strip) " << gettempworks);
60 ATH_MSG_FATAL(
"Exception caught while trying to the modHV method");
61 return StatusCode::FAILURE;
64 ATH_MSG_INFO(
"gethv(141015041,Strip) " << (gethvworks ?
"successful" :
"failed"));
71 ATH_MSG_FATAL(
"Exception caught while trying to the isGood method");
72 return StatusCode::FAILURE;
75 ATH_MSG_INFO(
"isGood(141015041,Strip) " << (isgoodworks ?
"successful" :
"failed"));
77 return StatusCode::SUCCESS;
84 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode finalize() override final
Gaudi finaliser.
virtual StatusCode execute(const EventContext &ctx) const override final
Gaudi executer.
SCT_DCSConditionsTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
ToolHandle< ISCT_DCSConditionsTool > m_DCSConditionsTool
virtual StatusCode initialize() override final
Gaudi initialiser.