![]() |
ATLAS Offline Software
|
Tool that keeps track of errors caught by the monitoring. More...
#include <ISCT_MonitorConditionsTool.h>
Public Member Functions | |
| virtual | ~ISCT_MonitorConditionsTool ()=default |
| DeclareInterfaceID (ISCT_MonitorConditionsTool, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual void | badStrips (std::set< Identifier > &strips, const EventContext &ctx) const =0 |
| Return a list of bad stip Identifiers. | |
| virtual void | badStrips (const Identifier &moduleId, std::set< Identifier > &strips, const EventContext &ctx) const =0 |
| Return a list of bad stip Identifiers for a given module. | |
| virtual std::string | badStripsAsString (const Identifier &moduleId, const EventContext &ctx) const =0 |
| Return a (space-separated) string of bad stip numbers (including hyphanated ranges) as they are written to the DB. | |
| DeclareInterfaceID (ISCT_ConditionsTool, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual bool | canReportAbout (InDetConditions::Hierarchy h) const =0 |
| Return whether this service can report on the hierarchy level (e.g. module, chip...). | |
| virtual bool | isGood (const Identifier &elementId, const EventContext &ctx, InDetConditions::Hierarchy h=InDetConditions::DEFAULT) const =0 |
| Summarise the result from the service as good/bad. | |
| 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.
|
virtualdefault |
|
pure virtual |
Return a list of bad stip Identifiers for a given module.
|
pure virtual |
Return a list of bad stip Identifiers.
|
pure virtual |
Return a (space-separated) string of bad stip numbers (including hyphanated ranges) as they are written to the DB.
|
pure virtualinherited |
Return whether this service can report on the hierarchy level (e.g. module, chip...).
|
inherited |
Creates the InterfaceID and interfaceID() method.
| ISCT_MonitorConditionsTool::DeclareInterfaceID | ( | ISCT_MonitorConditionsTool | , |
| 1 | , | ||
| 0 | ) |
Creates the InterfaceID and interfaceID() method.
|
pure virtualinherited |
|
pure virtualinherited |
Summarise the result from the service as good/bad.
|
pure virtualinherited |