![]() |
ATLAS Offline Software
|
#include <ISCT_FlaggedConditionTool.h>
Public Member Functions | |
| virtual | ~ISCT_FlaggedConditionTool ()=default |
| DeclareInterfaceID (ISCT_FlaggedConditionTool, 1, 0) | |
| Creates the InterfaceID and interfaceID() method. | |
| virtual const std::string & | details (const Identifier &id, const EventContext &ctx) const =0 |
| Get the reason why the wafer is bad (by Identifier). | |
| virtual const std::string & | details (const IdentifierHash &id, const EventContext &ctx) const =0 |
| Get the reason why the wafer is bad (by IdentifierHash). | |
| virtual int | numBadIds (const EventContext &ctx) const =0 |
| Get number flagged as bad (per event). | |
| virtual const IDCInDetBSErrContainer * | getBadIds (const EventContext &ctx) const =0 |
| Get IdentifierHashs ofwafers flagged as bad + reason (per event). | |
| 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 |
Definition at line 32 of file ISCT_FlaggedConditionTool.h.
|
virtualdefault |
|
pure virtualinherited |
Return whether this service can report on the hierarchy level (e.g. module, chip...).
|
inherited |
Creates the InterfaceID and interfaceID() method.
| ISCT_FlaggedConditionTool::DeclareInterfaceID | ( | ISCT_FlaggedConditionTool | , |
| 1 | , | ||
| 0 | ) |
Creates the InterfaceID and interfaceID() method.
|
pure virtual |
Get the reason why the wafer is bad (by Identifier).
|
pure virtual |
Get the reason why the wafer is bad (by IdentifierHash).
|
pure virtual |
Get IdentifierHashs ofwafers flagged as bad + reason (per event).
|
pure virtualinherited |
|
pure virtualinherited |
Summarise the result from the service as good/bad.
|
pure virtualinherited |
|
pure virtual |
Get number flagged as bad (per event).