|
| virtual | ~ISCT_FlaggedConditionTool ()=default |
| | DeclareInterfaceID (ISCT_FlaggedConditionTool, 1, 0) |
| | Creates the InterfaceID and interfaceID() method.
|
| virtual const std::string & | details (const Identifier &id) const =0 |
| | Get the reason why the wafer is bad (by Identifier)
|
| 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)
|
| 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)
|
| virtual int | numBadIds (const EventContext &ctx) const =0 |
| virtual const IDCInDetBSErrContainer * | getBadIds () const =0 |
| | Get IdentifierHashs ofwafers flagged as bad + reason (per event)
|
| virtual const IDCInDetBSErrContainer * | getBadIds (const EventContext &ctx) const =0 |
| | 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, InDetConditions::Hierarchy h=InDetConditions::DEFAULT) const =0 |
| | Summarise the result from the service as good/bad.
|
| 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.