#include <ISCT_FlaggedConditionTool.h>
|
virtual | ~ISCT_FlaggedConditionTool ()=default |
|
| DeclareInterfaceID (ISCT_FlaggedConditionTool, 1, 0) |
| Creates the InterfaceID and interfaceID() method. More...
|
|
virtual const std::string & | details (const Identifier &id) const =0 |
| Get the reason why the wafer is bad (by Identifier) More...
|
|
virtual const std::string & | details (const Identifier &id, const EventContext &ctx) const =0 |
|
virtual const std::string & | details (const IdentifierHash &id) const =0 |
| Get the reason why the wafer is bad (by IdentifierHash) More...
|
|
virtual const std::string & | details (const IdentifierHash &id, const EventContext &ctx) const =0 |
|
virtual int | numBadIds () const =0 |
| Get number flagged as bad (per event) More...
|
|
virtual int | numBadIds (const EventContext &ctx) const =0 |
|
virtual const IDCInDetBSErrContainer * | getBadIds () const =0 |
| Get IdentifierHashs ofwafers flagged as bad + reason (per event) More...
|
|
virtual const IDCInDetBSErrContainer * | getBadIds (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 |
|
Definition at line 32 of file ISCT_FlaggedConditionTool.h.
◆ ~ISCT_FlaggedConditionTool()
virtual ISCT_FlaggedConditionTool::~ISCT_FlaggedConditionTool |
( |
| ) |
|
|
virtualdefault |
◆ 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.
◆ details() [1/4]
Get the reason why the wafer is bad (by Identifier)
◆ details() [2/4]
◆ details() [3/4]
◆ details() [4/4]
◆ getBadIds() [1/2]
Get IdentifierHashs ofwafers flagged as bad + reason (per event)
◆ getBadIds() [2/2]
◆ getDetectorElementStatus()
◆ isGood() [1/4]
◆ isGood() [2/4]
Summarise the result from the service as good/bad.
◆ isGood() [3/4]
◆ isGood() [4/4]
◆ numBadIds() [1/2]
virtual int ISCT_FlaggedConditionTool::numBadIds |
( |
| ) |
const |
|
pure virtual |
Get number flagged as bad (per event)
◆ numBadIds() [2/2]
virtual int ISCT_FlaggedConditionTool::numBadIds |
( |
const EventContext & |
ctx | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following file: