|
ATLAS Offline Software
|
Go to the documentation of this file.
40 return StatusCode::SUCCESS;
53 <<
"[" << ctx.eventID().run_number()
54 <<
"." << ctx.eventID().event_number()
55 <<
"," << ctx.eventID().time_stamp()
58 bool paramFilled{
false};
64 ATH_MSG_FATAL(
"Exception caught while trying to determine whether the data object was filled");
65 return StatusCode::FAILURE;
82 ATH_MSG_FATAL(
"Exception caught while trying to access the thresholds");
83 return StatusCode::FAILURE;
97 if (not paramFilled)
sc = StatusCode::FAILURE;
110 std::string stylePath{
"./histo.xsl"};
111 std::string
filename{
"./thresholds.xml"};
120 return StatusCode::SUCCESS;
std::string stylesheet(const std::string &path)
virtual StatusCode finalize() override
Gaudi finaliser.
header file containing the number of elements and enumerated type of parameters which may be retrieve...
SCT_ConditionsParameterTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
An algorithm that can be simultaneously executed in multiple threads.
std::string xmlHeader(const std::string &version="1.0", const std::string &encoding="UTF-8")
header file for data object for SCT_ConditionsParameterTool and SCT_ConditionsParameterCondAlg.
::StatusCode StatusCode
StatusCode definition for legacy code.
void fill(H5::Group &out_file, size_t iterations)
virtual StatusCode initialize() override
Gaudi initialiser.
std::map< float, unsigned int > S_t
std::string asXmlString(const S_t &s)
def init(v_theApp, v_rootStream=None)
SCT_SimpleHisto.h C++ projects.
ToolHandle< ISCT_ConditionsParameterTool > m_conditionsParameterTool
virtual StatusCode execute(const EventContext &ctx) const override
Gaudi executer.