#include <ISCT_MonitorConditionsTool.h>
|
virtual | ~ISCT_MonitorConditionsTool ()=default |
|
| DeclareInterfaceID (ISCT_MonitorConditionsTool, 1, 0) |
| Creates the InterfaceID and interfaceID() method. More...
|
|
virtual void | badStrips (std::set< Identifier > &strips) const =0 |
| Return a list of bad stip Identifiers. More...
|
|
virtual void | badStrips (std::set< Identifier > &strips, const EventContext &ctx) const =0 |
|
virtual void | badStrips (const Identifier &moduleId, std::set< Identifier > &strips) const =0 |
| Return a list of bad stip Identifiers for a given module. More...
|
|
virtual void | badStrips (const Identifier &moduleId, std::set< Identifier > &strips, const EventContext &ctx) const =0 |
|
virtual std::string | badStripsAsString (const Identifier &moduleId) const =0 |
| Return a (space-separated) string of bad stip numbers (including hyphanated ranges) as they are written to the DB. More...
|
|
virtual std::string | badStripsAsString (const Identifier &moduleId, const EventContext &ctx) const =0 |
|
| DeclareInterfaceID (ISCT_ConditionsTool, 1, 0) |
| Creates the InterfaceID and interfaceID() method. More...
|
|
virtual bool | canReportAbout (InDetConditions::Hierarchy h) const =0 |
| Return whether this service can report on the hierarchy level (e.g. module, chip...) More...
|
|
virtual bool | isGood (const Identifier &elementId, InDetConditions::Hierarchy h=InDetConditions::DEFAULT) const =0 |
| Summarise the result from the service as good/bad. More...
|
|
virtual bool | isGood (const Identifier &elementId, const EventContext &ctx, InDetConditions::Hierarchy h=InDetConditions::DEFAULT) const =0 |
|
virtual bool | isGood (const IdentifierHash &hashId) const =0 |
|
virtual bool | isGood (const IdentifierHash &hashId, const EventContext &ctx) const =0 |
|
virtual void | getDetectorElementStatus (const EventContext &ctx, InDet::SiDetectorElementStatus &element_status, SG::WriteCondHandle< InDet::SiDetectorElementStatus > *whandle) const =0 |
|
Tool that keeps track of errors caught by the monitoring
Definition at line 27 of file ISCT_MonitorConditionsTool.h.
◆ ~ISCT_MonitorConditionsTool()
virtual ISCT_MonitorConditionsTool::~ISCT_MonitorConditionsTool |
( |
| ) |
|
|
virtualdefault |
◆ badStrips() [1/4]
Return a list of bad stip Identifiers for a given module.
◆ badStrips() [2/4]
◆ badStrips() [3/4]
virtual void ISCT_MonitorConditionsTool::badStrips |
( |
std::set< Identifier > & |
strips | ) |
const |
|
pure virtual |
◆ badStrips() [4/4]
virtual void ISCT_MonitorConditionsTool::badStrips |
( |
std::set< Identifier > & |
strips, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
pure virtual |
◆ badStripsAsString() [1/2]
virtual std::string ISCT_MonitorConditionsTool::badStripsAsString |
( |
const Identifier & |
moduleId | ) |
const |
|
pure virtual |
Return a (space-separated) string of bad stip numbers (including hyphanated ranges) as they are written to the DB.
◆ badStripsAsString() [2/2]
virtual std::string ISCT_MonitorConditionsTool::badStripsAsString |
( |
const Identifier & |
moduleId, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
pure virtual |
◆ canReportAbout()
Return whether this service can report on the hierarchy level (e.g. module, chip...)
◆ DeclareInterfaceID() [1/2]
Creates the InterfaceID and interfaceID() method.
◆ DeclareInterfaceID() [2/2]
Creates the InterfaceID and interfaceID() method.
◆ getDetectorElementStatus()
◆ isGood() [1/4]
◆ isGood() [2/4]
Summarise the result from the service as good/bad.
◆ isGood() [3/4]
◆ isGood() [4/4]
The documentation for this class was generated from the following file: